diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-23 00:37:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-23 00:37:36 +0000 |
commit | 8ed8ec3dababdffc98d94c4184c4d15531c64a9d (patch) | |
tree | 0a5d3f0c8b5a7cae495c7b41a76b4ab1d1b6dcc0 /sys-process | |
parent | Version bump. (diff) | |
download | gentoo-2-8ed8ec3dababdffc98d94c4184c4d15531c64a9d.tar.gz gentoo-2-8ed8ec3dababdffc98d94c4184c4d15531c64a9d.tar.bz2 gentoo-2-8ed8ec3dababdffc98d94c4184c4d15531c64a9d.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/procenv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.30.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index 83dbfe05ecf4..e6174d8bee39 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.20 2014/01/14 01:34:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.21 2014/01/23 00:37:36 radhermit Exp $ + +*procenv-0.30 (23 Jan 2014) + + 23 Jan 2014; Tim Harder <radhermit@gentoo.org> +procenv-0.30.ebuild: + Version bump. *procenv-0.29 (14 Jan 2014) diff --git a/sys-process/procenv/procenv-0.30.ebuild b/sys-process/procenv/procenv-0.30.ebuild new file mode 100644 index 000000000000..c52353d1e2b7 --- /dev/null +++ b/sys-process/procenv/procenv-0.30.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.30.ebuild,v 1.1 2014/01/23 00:37: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/v${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" |