diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:22:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:22:37 +0000 |
commit | 2e73bee4ca98220ccb8e4972f777c0b42f537b4b (patch) | |
tree | 77b693cb3838757917f50dc1de78b66ab63046d2 | |
parent | [bump] dev-perl/MARC-Charset-1.320.0 (diff) | |
download | historical-2e73bee4ca98220ccb8e4972f777c0b42f537b4b.tar.gz historical-2e73bee4ca98220ccb8e4972f777c0b42f537b4b.tar.bz2 historical-2e73bee4ca98220ccb8e4972f777c0b42f537b4b.zip |
[bump] dev-perl/IPC-Run-0.900.0
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index 321df6b97623..d84d0014b91a 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.32 2011/03/30 16:44:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.33 2011/07/06 13:22:37 tove Exp $ + +*IPC-Run-0.900.0 (06 Jul 2011) + + 06 Jul 2011; Torsten Veller <tove@gentoo.org> +IPC-Run-0.900.0.ebuild: + Version bump 30 Mar 2011; Jeroen Roovers <jer@gentoo.org> IPC-Run-0.89.ebuild: Marked ~hppa (bug #361155). diff --git a/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild new file mode 100644 index 000000000000..61b2f5578847 --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.900.0.ebuild,v 1.1 2011/07/06 13:22:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.90 +inherit perl-module + +DESCRIPTION="system() and background procs w/ piping, redirs, ptys" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/IO-Tty-1.08" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |