summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 22:50:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 22:50:18 +0000
commitbbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab (patch)
tree49d616af62e2c0c9030262361deb009eccbede7f /dev-perl/IPC-Run
parentDrop obsolete version. (diff)
downloadhistorical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.gz
historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.bz2
historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.zip
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r--dev-perl/IPC-Run/ChangeLog7
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.79.ebuild17
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog
index 41b474428e06..5ba4f173ef97 100644
--- a/dev-perl/IPC-Run/ChangeLog
+++ b/dev-perl/IPC-Run/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/IPC-Run
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.21 2008/12/19 16:40:51 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.22 2009/05/01 22:29:22 tove Exp $
+
+ 01 May 2009; Torsten Veller <tove@gentoo.org> -IPC-Run-0.79.ebuild:
+ Cleanup
*IPC-Run-0.82 (19 Dec 2008)
diff --git a/dev-perl/IPC-Run/IPC-Run-0.79.ebuild b/dev-perl/IPC-Run/IPC-Run-0.79.ebuild
deleted file mode 100644
index ee4d51719413..000000000000
--- a/dev-perl/IPC-Run/IPC-Run-0.79.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2006 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.79.ebuild,v 1.8 2006/10/09 15:48:03 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="system() and background procs w/ piping, redirs, ptys"
-SRC_URI="mirror://cpan/authors/id/R/RS/RSOD/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/search?module=${PN}"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-perl/IO-Tty-1.0
- dev-lang/perl"