diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-31 08:03:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-31 08:03:01 +0000 |
commit | 9d79152efdb27cf80cd4c3c06265d7145fc59e65 (patch) | |
tree | e6760f9c6d2fb3bb9147c301f6a4f097e17cf072 /dev-perl/IPC-Run3 | |
parent | Remove old version. (diff) | |
download | gentoo-2-9d79152efdb27cf80cd4c3c06265d7145fc59e65.tar.gz gentoo-2-9d79152efdb27cf80cd4c3c06265d7145fc59e65.tar.bz2 gentoo-2-9d79152efdb27cf80cd4c3c06265d7145fc59e65.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/IPC-Run3')
-rw-r--r-- | dev-perl/IPC-Run3/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/IPC-Run3/ChangeLog b/dev-perl/IPC-Run3/ChangeLog index 9aae56ff7dac..7e21fd7d531b 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.31 2008/09/07 09:11:59 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.32 2009/05/31 08:03:01 tove Exp $ + +*IPC-Run3-0.043 (31 May 2009) + + 31 May 2009; Torsten Veller <tove@gentoo.org> +IPC-Run3-0.043.ebuild: + Version bump 07 Sep 2008; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.034.ebuild, -IPC-Run3-0.035.ebuild, -IPC-Run3-0.036.ebuild, -IPC-Run3-0.037.ebuild: diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild b/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild new file mode 100644 index 000000000000..d3cc3c836f01 --- /dev/null +++ b/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.043.ebuild,v 1.1 2009/05/31 08:03:01 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Run a subprocess in batch mode (a la system)" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +SRC_TEST="do" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( >=dev-perl/Test-Pod-1.00 + >=dev-perl/Test-Pod-Coverage-1.04 )" |