diff options
author | 2013-05-18 04:58:22 +0000 | |
---|---|---|
committer | 2013-05-18 04:58:22 +0000 | |
commit | 19406456a821db1b3323a8cb7df98b72190813ff (patch) | |
tree | c82b8ba74132d24f116197e82168fc52e0da2d6f /sys-process/procenv | |
parent | Version bump. (diff) | |
download | gentoo-2-19406456a821db1b3323a8cb7df98b72190813ff.tar.gz gentoo-2-19406456a821db1b3323a8cb7df98b72190813ff.tar.bz2 gentoo-2-19406456a821db1b3323a8cb7df98b72190813ff.zip |
Version bump.
(Portage version: 2.2.0_alpha175/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.22.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index 61c54d097ae0..5e00dda48ba0 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.12 2013/04/08 00:45:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.13 2013/05/18 04:58:22 radhermit Exp $ + +*procenv-0.22 (18 May 2013) + + 18 May 2013; Tim Harder <radhermit@gentoo.org> +procenv-0.22.ebuild: + Version bump. *procenv-0.21 (08 Apr 2013) diff --git a/sys-process/procenv/procenv-0.22.ebuild b/sys-process/procenv/procenv-0.22.ebuild new file mode 100644 index 000000000000..d42aa55ebc22 --- /dev/null +++ b/sys-process/procenv/procenv-0.22.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.22.ebuild,v 1.1 2013/05/18 04:58:22 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" |