diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-14 16:34:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-14 16:34:06 +0000 |
commit | df464e7e7ab45ad0d3e7fd6ea07774d2cb6a7a42 (patch) | |
tree | a0ebd50fd6a5623895cd98d042172c20053655ac /dev-perl/IPC-Run | |
parent | Whitespace. (diff) | |
download | gentoo-2-df464e7e7ab45ad0d3e7fd6ea07774d2cb6a7a42.tar.gz gentoo-2-df464e7e7ab45ad0d3e7fd6ea07774d2cb6a7a42.tar.bz2 gentoo-2-df464e7e7ab45ad0d3e7fd6ea07774d2cb6a7a42.zip |
Version bump
(Portage version: 2.2_rc33/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.84.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index c0234d370102..b922aba3ba2d 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.23 2009/07/10 13:20:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.24 2009/07/14 16:34:06 tove Exp $ + +*IPC-Run-0.84 (14 Jul 2009) + + 14 Jul 2009; Torsten Veller <tove@gentoo.org> +IPC-Run-0.84.ebuild: + Version bump *IPC-Run-0.83 (10 Jul 2009) diff --git a/dev-perl/IPC-Run/IPC-Run-0.84.ebuild b/dev-perl/IPC-Run/IPC-Run-0.84.ebuild new file mode 100644 index 000000000000..6fb81c3dd593 --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.84.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.84.ebuild,v 1.1 2009/07/14 16:34:06 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="system() and background procs w/ piping, redirs, ptys" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/IO-Tty-1.08" +RDEPEND="${DEPEND}" + +SRC_TEST=do |