diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-16 15:11:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-16 15:11:36 +0000 |
commit | e97bf8dc4df10a22acaf33ce14c03f37bc84a374 (patch) | |
tree | 082a2e8e0cfee112e89456a9f195506bd1aba139 /dev-perl | |
parent | new ebuild (diff) | |
download | historical-e97bf8dc4df10a22acaf33ce14c03f37bc84a374.tar.gz historical-e97bf8dc4df10a22acaf33ce14c03f37bc84a374.tar.bz2 historical-e97bf8dc4df10a22acaf33ce14c03f37bc84a374.zip |
[bump] dev-perl/IPC-Run-0.910.0
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index c0fdea0e9620..ef85e52c0a66 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.35 2011/08/04 19:40:47 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.36 2012/02/16 15:11:36 tove Exp $ + +*IPC-Run-0.910.0 (16 Feb 2012) + + 16 Feb 2012; Torsten Veller <tove@gentoo.org> +IPC-Run-0.910.0.ebuild: + Version bump 04 Aug 2011; Fabian Groffen <grobian@gentoo.org> IPC-Run-0.900.0.ebuild: Marked ~x86-linux, bug #376547 diff --git a/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild new file mode 100644 index 000000000000..22e8795d0616 --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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.910.0.ebuild,v 1.1 2012/02/16 15:11:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.91 +inherit perl-module + +DESCRIPTION="system() and background procs w/ piping, redirs, ptys" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +IUSE="test" + +RDEPEND=">=dev-perl/IO-Tty-1.08" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |