diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/procenv/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.21.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index 1cdfae2f59fd..61c54d097ae0 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.11 2013/01/17 03:21:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.12 2013/04/08 00:45:24 radhermit Exp $ + +*procenv-0.21 (08 Apr 2013) + + 08 Apr 2013; Tim Harder <radhermit@gentoo.org> +procenv-0.21.ebuild: + Version bump. 17 Jan 2013; Tim Harder <radhermit@gentoo.org> -procenv-0.16.ebuild, -procenv-0.18.ebuild: diff --git a/sys-process/procenv/procenv-0.21.ebuild b/sys-process/procenv/procenv-0.21.ebuild new file mode 100644 index 000000000000..c4620c856ca6 --- /dev/null +++ b/sys-process/procenv/procenv-0.21.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.21.ebuild,v 1.1 2013/04/08 00:45:24 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" |