diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-10 13:20:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-10 13:20:52 +0000 |
commit | a101a44df4665bad289c285532f7d4a8c083a6b3 (patch) | |
tree | 117b173c05032b2f8aac320fd4bc48bdaa696982 | |
parent | Version bump (diff) | |
download | gentoo-2-a101a44df4665bad289c285532f7d4a8c083a6b3.tar.gz gentoo-2-a101a44df4665bad289c285532f7d4a8c083a6b3.tar.bz2 gentoo-2-a101a44df4665bad289c285532f7d4a8c083a6b3.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.83.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index 5ba4f173ef97..c0234d370102 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.22 2009/05/01 22:29:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.23 2009/07/10 13:20:52 tove Exp $ + +*IPC-Run-0.83 (10 Jul 2009) + + 10 Jul 2009; Torsten Veller <tove@gentoo.org> +IPC-Run-0.83.ebuild: + Version bump 01 May 2009; Torsten Veller <tove@gentoo.org> -IPC-Run-0.79.ebuild: Cleanup diff --git a/dev-perl/IPC-Run/IPC-Run-0.83.ebuild b/dev-perl/IPC-Run/IPC-Run-0.83.ebuild new file mode 100644 index 000000000000..e2cea0998ed3 --- /dev/null +++ b/dev-perl/IPC-Run/IPC-Run-0.83.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.83.ebuild,v 1.1 2009/07/10 13:20:52 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.0" +RDEPEND="${DEPEND}" + +SRC_TEST=do |