summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 13:18:29 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 13:18:29 +0000
commit20f1512e767f9a76d17f69a96953c2d1bd3a258f (patch)
tree38cc1636419710487b957f1da8c14421048040e7 /dev-perl/IPC-Run3
parentChange version scheme (diff)
downloadgentoo-2-20f1512e767f9a76d17f69a96953c2d1bd3a258f.tar.gz
gentoo-2-20f1512e767f9a76d17f69a96953c2d1bd3a258f.tar.bz2
gentoo-2-20f1512e767f9a76d17f69a96953c2d1bd3a258f.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-Run3')
-rw-r--r--dev-perl/IPC-Run3/ChangeLog7
-rw-r--r--dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog
index 2e03198c169f..de19b97222be 100644
--- a/dev-perl/IPC-Run3/ChangeLog
+++ b/dev-perl/IPC-Run3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/IPC-Run3
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.47 2011/07/07 05:47:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.48 2011/08/30 13:18:29 tove Exp $
+
+*IPC-Run3-0.44.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +IPC-Run3-0.44.0.ebuild:
+ Change version scheme
07 Jul 2011; Alexis Ballier <aballier@gentoo.org> IPC-Run3-0.044.ebuild:
keyword ~x86-fbsd
diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild
new file mode 100644
index 000000000000..2edd26d69756
--- /dev/null
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.44.0.ebuild,v 1.1 2011/08/30 13:18:29 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.044
+inherit perl-module
+
+DESCRIPTION="Run a subprocess in batch mode (a la system)"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Pod-1.00
+ >=dev-perl/Test-Pod-Coverage-1.04
+ )"
+
+SRC_TEST="do"