diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-10 13:23:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-10 13:23:07 +0000 |
commit | 68bc2ae8305d4942146f147468647606f29a582e (patch) | |
tree | 3299779bf37d9e69dfe105889fcb2c797f54ffa1 /dev-perl/IPC-Run | |
parent | Version bump (diff) | |
download | historical-68bc2ae8305d4942146f147468647606f29a582e.tar.gz historical-68bc2ae8305d4942146f147468647606f29a582e.tar.bz2 historical-68bc2ae8305d4942146f147468647606f29a582e.zip |
Version bump
Package-Manager: portage-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.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 |