diff options
author | Torsten Veller <tove@gentoo.org> | 2011-12-25 11:34:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-12-25 11:34:29 +0000 |
commit | ff8c2cd898d04473bfc51d044421dbf1b345d7f5 (patch) | |
tree | 3d68ecb227117e9d8039d9ab029cfc6ce72f73ed /dev-perl | |
parent | [bump] dev-perl/Moo-0.9.13 (diff) | |
download | gentoo-2-ff8c2cd898d04473bfc51d044421dbf1b345d7f5.tar.gz gentoo-2-ff8c2cd898d04473bfc51d044421dbf1b345d7f5.tar.bz2 gentoo-2-ff8c2cd898d04473bfc51d044421dbf1b345d7f5.zip |
[bump] dev-perl/IPC-Run3-0.45.0
(Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IPC-Run3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index f4207311f2cc..949f1bd26634 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.49 2011/09/04 11:24:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.50 2011/12/25 11:34:29 tove Exp $ + +*IPC-Run3-0.45.0 (25 Dec 2011) + + 25 Dec 2011; Torsten Veller <tove@gentoo.org> +IPC-Run3-0.45.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.044.ebuild: Cleanup diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.45.0.ebuild new file mode 100644 index 000000000000..5e99ff382862 --- /dev/null +++ b/dev-perl/IPC-Run3/IPC-Run3-0.45.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.45.0.ebuild,v 1.1 2011/12/25 11:34:29 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.045 +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" |