summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-26 12:35:53 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-26 12:35:53 +0000
commit7a2c0e829710081c3dc0aba0a9e6100654279b74 (patch)
tree283babcd38b7dc723c56a971cf579ea239093bae /dev-perl/IPC-Run
parentVersion bump (diff)
downloadgentoo-2-7a2c0e829710081c3dc0aba0a9e6100654279b74.tar.gz
gentoo-2-7a2c0e829710081c3dc0aba0a9e6100654279b74.tar.bz2
gentoo-2-7a2c0e829710081c3dc0aba0a9e6100654279b74.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r--dev-perl/IPC-Run/ChangeLog9
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.86.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog
index 31fa94707803..5b0ed831089f 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.25 2009/07/16 09:13:54 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.26 2010/03/26 12:35:53 tove Exp $
+
+*IPC-Run-0.86 (26 Mar 2010)
+
+ 26 Mar 2010; Torsten Veller <tove@gentoo.org> +IPC-Run-0.86.ebuild:
+ Version bump
16 Jul 2009; Torsten Veller <tove@gentoo.org> -IPC-Run-0.82.ebuild,
-IPC-Run-0.83.ebuild:
diff --git a/dev-perl/IPC-Run/IPC-Run-0.86.ebuild b/dev-perl/IPC-Run/IPC-Run-0.86.ebuild
new file mode 100644
index 000000000000..b56ea1d9a703
--- /dev/null
+++ b/dev-perl/IPC-Run/IPC-Run-0.86.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 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.86.ebuild,v 1.1 2010/03/26 12:35:53 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=TODDR
+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.08"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do