summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-12-19 16:45:44 +0000
committerTorsten Veller <tove@gentoo.org>2008-12-19 16:45:44 +0000
commite0074ec106c193d64ae69dd8ae3a33fac4e2c786 (patch)
tree0610fcaab07ac152990c37057bb5ec52fb6b6a5e /dev-perl/IPC-Run
parentold (diff)
downloadhistorical-e0074ec106c193d64ae69dd8ae3a33fac4e2c786.tar.gz
historical-e0074ec106c193d64ae69dd8ae3a33fac4e2c786.tar.bz2
historical-e0074ec106c193d64ae69dd8ae3a33fac4e2c786.zip
Version bump
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27-tuxonice 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.82.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog
index 4e725c460725..41b474428e06 100644
--- a/dev-perl/IPC-Run/ChangeLog
+++ b/dev-perl/IPC-Run/ChangeLog
@@ -1,6 +1,11 @@
# 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.20 2008/01/03 01:14:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.21 2008/12/19 16:40:51 tove Exp $
+
+*IPC-Run-0.82 (19 Dec 2008)
+
+ 19 Dec 2008; Torsten Veller <tove@gentoo.org> +IPC-Run-0.82.ebuild:
+ Version bump
03 Jan 2008; Brent Baude <ranger@gentoo.org> IPC-Run-0.80.ebuild:
Marking IPC-Run-0.80 ~ppc64 for bug 204036
diff --git a/dev-perl/IPC-Run/IPC-Run-0.82.ebuild b/dev-perl/IPC-Run/IPC-Run-0.82.ebuild
new file mode 100644
index 000000000000..90a273223a3d
--- /dev/null
+++ b/dev-perl/IPC-Run/IPC-Run-0.82.ebuild
@@ -0,0 +1,18 @@
+# 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