diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:04:30 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-10-08 01:04:30 +0000 |
commit | 5cfdab1c1f302a82fc059e14ab6c4e89e26f117c (patch) | |
tree | c76b79be9909abd999b041b5b48f00987e4c9815 /sys-process | |
parent | Mark stable on amd64. See bug #519598. (diff) | |
download | gentoo-2-5cfdab1c1f302a82fc059e14ab6c4e89e26f117c.tar.gz gentoo-2-5cfdab1c1f302a82fc059e14ab6c4e89e26f117c.tar.bz2 gentoo-2-5cfdab1c1f302a82fc059e14ab6c4e89e26f117c.zip |
Version bump.
(Portage version: 2.2.12/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.36.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index aa44752a8587..10ac035b5504 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.25 2014/06/18 23:28:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.26 2014/10/08 01:04:30 radhermit Exp $ + +*procenv-0.36 (08 Oct 2014) + + 08 Oct 2014; Tim Harder <radhermit@gentoo.org> +procenv-0.36.ebuild: + Version bump. *procenv-0.35 (18 Jun 2014) diff --git a/sys-process/procenv/procenv-0.36.ebuild b/sys-process/procenv/procenv-0.36.ebuild new file mode 100644 index 000000000000..10d9c55c4fa6 --- /dev/null +++ b/sys-process/procenv/procenv-0.36.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.36.ebuild,v 1.1 2014/10/08 01:04:30 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" |