summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-02 16:16:04 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-02 16:16:04 +0000
commitb3df2deb6e7dc8af1e47beaaf20df4d18329e268 (patch)
treed8dcc0f5471f31fedeea8e61ecb60f98a55cebe8 /dev-perl/IPC-Run
parentCleanup (diff)
downloadhistorical-b3df2deb6e7dc8af1e47beaaf20df4d18329e268.tar.gz
historical-b3df2deb6e7dc8af1e47beaaf20df4d18329e268.tar.bz2
historical-b3df2deb6e7dc8af1e47beaaf20df4d18329e268.zip
Cleanup
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r--dev-perl/IPC-Run/ChangeLog6
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.89.ebuild21
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild22
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