diff options
author | Torsten Veller <tove@gentoo.org> | 2012-08-31 09:28:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-08-31 09:28:37 +0000 |
commit | 65233732fcc09dbed3b6f1a4d1a0e1532801bd40 (patch) | |
tree | 677b6962046690ecdf2cccdc9be2c3dd0ca92977 /dev-perl/IPC-Run | |
parent | Sync to the live ebuild. (diff) | |
download | gentoo-2-65233732fcc09dbed3b6f1a4d1a0e1532801bd40.tar.gz gentoo-2-65233732fcc09dbed3b6f1a4d1a0e1532801bd40.tar.bz2 gentoo-2-65233732fcc09dbed3b6f1a4d1a0e1532801bd40.zip |
[bump] dev-perl/IPC-Run-0.920.0
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.920.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 8639638790d9..454b109ee03c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.43 2012/06/24 12:59:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.44 2012/08/31 09:28:37 tove Exp $ + +*IPC-Run-0.920.0 (31 Aug 2012) + + 31 Aug 2012; Torsten Veller <tove@gentoo.org> +IPC-Run-0.920.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/IPC-Run/IPC-Run-0.920.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.920.0.ebuild new file mode 100644 index 000000000000..482162c465df --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.920.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.920.0.ebuild,v 1.1 2012/08/31 09:28:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TODDR +MODULE_VERSION=0.92 +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 |