diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-08 02:25:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-08 02:25:52 +0000 |
commit | 74bc400d773c9dc9a8f27221e6a2626880ed6019 (patch) | |
tree | 85a12da7fe0ab92f55086da3a6eb937636e61160 /sys-process | |
parent | Version bump. (diff) | |
download | gentoo-2-74bc400d773c9dc9a8f27221e6a2626880ed6019.tar.gz gentoo-2-74bc400d773c9dc9a8f27221e6a2626880ed6019.tar.bz2 gentoo-2-74bc400d773c9dc9a8f27221e6a2626880ed6019.zip |
Remove old.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/procenv/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.13.ebuild | 19 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.15.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index 648d768b1d94..4f74a93cd7e9 100644 --- a/sys-process/procenv/ChangeLog +++ b/sys-process/procenv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/procenv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.7 2012/12/08 02:25:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.8 2012/12/08 02:25:52 radhermit Exp $ + + 08 Dec 2012; Tim Harder <radhermit@gentoo.org> -procenv-0.13.ebuild, + -procenv-0.15.ebuild: + Remove old. *procenv-0.18 (08 Dec 2012) diff --git a/sys-process/procenv/procenv-0.13.ebuild b/sys-process/procenv/procenv-0.13.ebuild deleted file mode 100644 index d687f584ff9d..000000000000 --- a/sys-process/procenv/procenv-0.13.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.13.ebuild,v 1.1 2012/11/27 03:45:15 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/v${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_install() { - default - doman man/${PN}.1 -} diff --git a/sys-process/procenv/procenv-0.15.ebuild b/sys-process/procenv/procenv-0.15.ebuild deleted file mode 100644 index 55e2496a3fd4..000000000000 --- a/sys-process/procenv/procenv-0.15.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/procenv-0.15.ebuild,v 1.1 2012/11/29 08:26:03 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/v${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_install() { - default - doman man/${PN}.1 -} |