diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:10:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:10:53 +0000 |
commit | f54fbfcf0a91ffa716cf8b762f7b2eac5b0ab41f (patch) | |
tree | a29095668564061edcbc4190145ef4c989831248 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-f54fbfcf0a91ffa716cf8b762f7b2eac5b0ab41f.tar.gz gentoo-2-f54fbfcf0a91ffa716cf8b762f7b2eac5b0ab41f.tar.bz2 gentoo-2-f54fbfcf0a91ffa716cf8b762f7b2eac5b0ab41f.zip |
Cleanup
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IPC-Run3/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild | 25 |
3 files changed, 5 insertions, 48 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index e5a187cb83ad..0763bd7f0d1f 100644 --- a/dev-perl/IPC-Run3/ChangeLog +++ b/dev-perl/IPC-Run3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IPC-Run3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.61 2012/08/27 17:21:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.62 2012/09/02 16:10:52 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.043.ebuild, + -IPC-Run3-0.44.0.ebuild: + Cleanup 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> IPC-Run3-0.45.0.ebuild: alpha/sparc stable wrt #414745 diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild deleted file mode 100644 index 2a339a3de076..000000000000 --- a/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.10 2010/01/10 13:11:35 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=RJBS -inherit perl-module - -DESCRIPTION="Run a subprocess in batch mode (a la system)" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" -IUSE="test" - -SRC_TEST="do" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( >=dev-perl/Test-Pod-1.00 - >=dev-perl/Test-Pod-Coverage-1.04 )" diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild deleted file mode 100644 index 2edd26d69756..000000000000 --- a/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild +++ /dev/null @@ -1,25 +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-Run3/IPC-Run3-0.44.0.ebuild,v 1.1 2011/08/30 13:18:29 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=0.044 -inherit perl-module - -DESCRIPTION="Run a subprocess in batch mode (a la system)" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( - >=dev-perl/Test-Pod-1.00 - >=dev-perl/Test-Pod-Coverage-1.04 - )" - -SRC_TEST="do" |