diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-11-29 08:26:42 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-11-29 08:26:42 +0000 |
commit | 2f6c9863e918a6aff0e9a85c94abbbc86c67ff47 (patch) | |
tree | 568de4d2722022bd12fc9f1773b8bdd5339cc37a /sys-process | |
parent | Version bump. (diff) | |
download | gentoo-2-2f6c9863e918a6aff0e9a85c94abbbc86c67ff47.tar.gz gentoo-2-2f6c9863e918a6aff0e9a85c94abbbc86c67ff47.tar.bz2 gentoo-2-2f6c9863e918a6aff0e9a85c94abbbc86c67ff47.zip |
Remove old.
(Portage version: 2.2.0_alpha142/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.12.ebuild | 19 | ||||
-rw-r--r-- | sys-process/procenv/procenv-0.8.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/sys-process/procenv/ChangeLog b/sys-process/procenv/ChangeLog index 4a9aa8390bce..cc86e4b8f037 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.4 2012/11/29 08:26:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procenv/ChangeLog,v 1.5 2012/11/29 08:26:42 radhermit Exp $ + + 29 Nov 2012; Tim Harder <radhermit@gentoo.org> -procenv-0.8.ebuild, + -procenv-0.12.ebuild: + Remove old. *procenv-0.15 (29 Nov 2012) diff --git a/sys-process/procenv/procenv-0.12.ebuild b/sys-process/procenv/procenv-0.12.ebuild deleted file mode 100644 index 03dc05af324d..000000000000 --- a/sys-process/procenv/procenv-0.12.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.12.ebuild,v 1.1 2012/11/23 23:37:14 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.8.ebuild b/sys-process/procenv/procenv-0.8.ebuild deleted file mode 100644 index 7e2420ae12c0..000000000000 --- a/sys-process/procenv/procenv-0.8.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.8.ebuild,v 1.1 2012/11/17 21:23:51 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" -IUSE="" - -src_install() { - default - doman man/${PN}.1 -} |