diff options
author | 2009-12-24 19:58:31 +0000 | |
---|---|---|
committer | 2009-12-24 19:58:31 +0000 | |
commit | 2f6e5208dbddffec4bfbeb64675b29f4166e5462 (patch) | |
tree | 38948bc4ef9b358b98e9fb4000df5b5f8c9312a0 /dev-perl/IPC-Run3 | |
parent | Cleanup (diff) | |
download | gentoo-2-2f6e5208dbddffec4bfbeb64675b29f4166e5462.tar.gz gentoo-2-2f6e5208dbddffec4bfbeb64675b29f4166e5462.tar.bz2 gentoo-2-2f6e5208dbddffec4bfbeb64675b29f4166e5462.zip |
Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-Run3')
-rw-r--r-- | dev-perl/IPC-Run3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.038.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index fa8ed18676e8..decd2baf68fd 100644 --- a/dev-perl/IPC-Run3/ChangeLog +++ b/dev-perl/IPC-Run3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-Run3 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.42 2009/10/28 18:10:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.43 2009/12/24 19:58:31 tove Exp $ + + 24 Dec 2009; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.038.ebuild: + Cleanup 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> IPC-Run3-0.043.ebuild: ia64 stable diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.038.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.038.ebuild deleted file mode 100644 index 6278b31b5df2..000000000000 --- a/dev-perl/IPC-Run3/IPC-Run3-0.038.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 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.038.ebuild,v 1.10 2009/10/03 04:22:59 josejx Exp $ - -inherit perl-module - -DESCRIPTION="Run a subprocess in batch mode (a la system)" -SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/search?module=${PN}" -IUSE="" -SLOT="0" -LICENSE="as-is" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" - -SRC_TEST="do" - -DEPEND=">=dev-perl/Test-Pod-1.00 - >=dev-perl/Test-Pod-Coverage-1.04 - dev-lang/perl" |