diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-14 01:34:17 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-14 01:34:17 +0000 |
commit | b14a6ae32c676f4cbfdbd4ef9c67a42869556e22 (patch) | |
tree | c87971d8480d6223c2965c1d16f7692bb1ad7639 /sys-process/procenv | |
parent | Add some patches from upstream. (diff) | |
download | gentoo-2-b14a6ae32c676f4cbfdbd4ef9c67a42869556e22.tar.gz gentoo-2-b14a6ae32c676f4cbfdbd4ef9c67a42869556e22.tar.bz2 gentoo-2-b14a6ae32c676f4cbfdbd4ef9c67a42869556e22.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process/procenv')
-rw-r--r-- | sys-process/procenv/ChangeLog | 9 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.29.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index d01f41e96890..83dbfe05ecf4 100644 --- a/sys-process/procenv/ChangeLog +++ b/sys-process/procenv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/procenv -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.19 2013/10/15 06:57:29 radhermit Exp $ +# 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 $ + +*procenv-0.29 (14 Jan 2014) + + 14 Jan 2014; Tim Harder <radhermit@gentoo.org> +procenv-0.29.ebuild: + Version bump. *procenv-0.27 (15 Oct 2013) diff --git a/sys-process/procenv/procenv-0.29.ebuild b/sys-process/procenv/procenv-0.29.ebuild new file mode 100644 index 000000000000..ec977ae37537 --- /dev/null +++ b/sys-process/procenv/procenv-0.29.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.29.ebuild,v 1.1 2014/01/14 01:34:17 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" |