diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-01 05:42:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-01 05:42:47 +0000 |
commit | 5ff269006d94c51b062e2e25145335f003c72950 (patch) | |
tree | c69272afe6efdb20ad6f83e57265a237b75f7bc3 /sys-process | |
parent | bump; add doc deps for doc build, re-base patch for tests (diff) | |
download | gentoo-2-5ff269006d94c51b062e2e25145335f003c72950.tar.gz gentoo-2-5ff269006d94c51b062e2e25145335f003c72950.tar.bz2 gentoo-2-5ff269006d94c51b062e2e25145335f003c72950.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.32.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index e6174d8bee39..5f252f7bbdc8 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.21 2014/01/23 00:37:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.22 2014/02/01 05:42:47 radhermit Exp $ + +*procenv-0.32 (01 Feb 2014) + + 01 Feb 2014; Tim Harder <radhermit@gentoo.org> +procenv-0.32.ebuild: + Version bump. *procenv-0.30 (23 Jan 2014) diff --git a/sys-process/procenv/procenv-0.32.ebuild b/sys-process/procenv/procenv-0.32.ebuild new file mode 100644 index 000000000000..a36ec9afa492 --- /dev/null +++ b/sys-process/procenv/procenv-0.32.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.32.ebuild,v 1.1 2014/02/01 05:42:47 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" |