diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-06-18 23:28:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-06-18 23:28:36 +0000 |
commit | f507228d92101a5bd309612286041177185af895 (patch) | |
tree | 61a1339a6aa5f7c8d7f17a8a7ff93f48301f09b0 /sys-process/procenv | |
parent | Bug 513726, CVE-2014-3494 (diff) | |
download | gentoo-2-f507228d92101a5bd309612286041177185af895.tar.gz gentoo-2-f507228d92101a5bd309612286041177185af895.tar.bz2 gentoo-2-f507228d92101a5bd309612286041177185af895.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/procenv')
-rw-r--r-- | sys-process/procenv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.35.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index a62caab6890c..aa44752a8587 100644 --- a/sys-process/procenv/ChangeLog +++ b/sys-process/procenv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/procenv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.24 2014/03/27 04:21:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.25 2014/06/18 23:28:36 radhermit Exp $ + +*procenv-0.35 (18 Jun 2014) + + 18 Jun 2014; Tim Harder <radhermit@gentoo.org> +procenv-0.35.ebuild: + Version bump. *procenv-0.34 (27 Mar 2014) diff --git a/sys-process/procenv/procenv-0.35.ebuild b/sys-process/procenv/procenv-0.35.ebuild new file mode 100644 index 000000000000..7e2c73ef1c77 --- /dev/null +++ b/sys-process/procenv/procenv-0.35.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.35.ebuild,v 1.1 2014/06/18 23:28:36 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="A command-line utility that simply dumps all attributes of its environment" +HOMEPAGE="https://launchpad.net/procenv/" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" |