diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-03-27 04:21:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-03-27 04:21:07 +0000 |
commit | 3242130592d2eb158fe6b59837c48fe21dd512bd (patch) | |
tree | 9c1e4c8bce39de8b630960da8b3c2d97b62b516c /sys-process | |
parent | Version bump. (diff) | |
download | gentoo-2-3242130592d2eb158fe6b59837c48fe21dd512bd.tar.gz gentoo-2-3242130592d2eb158fe6b59837c48fe21dd512bd.tar.bz2 gentoo-2-3242130592d2eb158fe6b59837c48fe21dd512bd.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.34.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index 4dfa574a02c8..a62caab6890c 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.23 2014/03/15 05:47:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.24 2014/03/27 04:21:07 radhermit Exp $ + +*procenv-0.34 (27 Mar 2014) + + 27 Mar 2014; Tim Harder <radhermit@gentoo.org> +procenv-0.34.ebuild: + Version bump. *procenv-0.33 (15 Mar 2014) diff --git a/sys-process/procenv/procenv-0.34.ebuild b/sys-process/procenv/procenv-0.34.ebuild new file mode 100644 index 000000000000..0119e4683639 --- /dev/null +++ b/sys-process/procenv/procenv-0.34.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.34.ebuild,v 1.1 2014/03/27 04:21:07 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" |