diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:13:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:13:54 +0000 |
commit | c5cf44192c0e7f54baca29c9c9024f8c8d688b2a (patch) | |
tree | 3120b69021619f38d0485dacd581108b10c4c532 /dev-perl/IPC-Run | |
parent | Slotmove kwave 1-4. (diff) | |
download | gentoo-2-c5cf44192c0e7f54baca29c9c9024f8c8d688b2a.tar.gz gentoo-2-c5cf44192c0e7f54baca29c9c9024f8c8d688b2a.tar.bz2 gentoo-2-c5cf44192c0e7f54baca29c9c9024f8c8d688b2a.zip |
Cleanup
(Portage version: 2.2_rc33/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.82.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.83.ebuild | 19 |
3 files changed, 5 insertions, 38 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index b922aba3ba2d..31fa94707803 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.24 2009/07/14 16:34:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.25 2009/07/16 09:13:54 tove Exp $ + + 16 Jul 2009; Torsten Veller <tove@gentoo.org> -IPC-Run-0.82.ebuild, + -IPC-Run-0.83.ebuild: + Cleanup *IPC-Run-0.84 (14 Jul 2009) diff --git a/dev-perl/IPC-Run/IPC-Run-0.82.ebuild b/dev-perl/IPC-Run/IPC-Run-0.82.ebuild deleted file mode 100644 index 90a273223a3d..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.82.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 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.82.ebuild,v 1.1 2008/12/19 16:40:51 tove Exp $ - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/IO-Tty-1.0 - dev-lang/perl" - -SRC_TEST=do diff --git a/dev-perl/IPC-Run/IPC-Run-0.83.ebuild b/dev-perl/IPC-Run/IPC-Run-0.83.ebuild deleted file mode 100644 index e2cea0998ed3..000000000000 --- a/dev-perl/IPC-Run/IPC-Run-0.83.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-Run/IPC-Run-0.83.ebuild,v 1.1 2009/07/10 13:20:52 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=ADAMK -inherit perl-module - -DESCRIPTION="system() and background procs w/ piping, redirs, ptys" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/IO-Tty-1.0" -RDEPEND="${DEPEND}" - -SRC_TEST=do |