diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:11:58 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:11:58 +0000 |
commit | 06b5b6eb61b7ef16a4712647c62aab8b99445cdf (patch) | |
tree | 56154eda5a9115560aa7fc5315b53d37312586ac /dev-perl/IPC-Run | |
parent | Cleanup (diff) | |
download | gentoo-2-06b5b6eb61b7ef16a4712647c62aab8b99445cdf.tar.gz gentoo-2-06b5b6eb61b7ef16a4712647c62aab8b99445cdf.tar.bz2 gentoo-2-06b5b6eb61b7ef16a4712647c62aab8b99445cdf.zip |
Cleanup
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.89.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild | 22 |
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index 454b109ee03c..57317578700e 100644 --- a/dev-perl/IPC-Run/ChangeLog +++ b/dev-perl/IPC-Run/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IPC-Run # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.44 2012/08/31 09:28:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.45 2012/09/02 16:11:58 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> -IPC-Run-0.89.ebuild, + -IPC-Run-0.900.0.ebuild: + Cleanup *IPC-Run-0.920.0 (31 Aug 2012) diff --git a/dev-perl/IPC-Run/IPC-Run-0.89.ebuild b/dev-perl/IPC-Run/IPC-Run-0.89.ebuild deleted file mode 100644 index fa9cc566c472..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.89.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild,v 1.5 2011/07/22 14:06:58 jer Exp $ - -EAPI=2 - -MODULE_AUTHOR=TODDR -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86" -IUSE="test" - -RDEPEND=">=dev-perl/IO-Tty-1.08" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild deleted file mode 100644 index adce29307aeb..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild,v 1.2 2011/08/04 19:40:47 grobian Exp $ - -EAPI=4 - -MODULE_AUTHOR=TODDR -MODULE_VERSION=0.90 -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" -IUSE="test" - -RDEPEND=">=dev-perl/IO-Tty-1.08" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do |