diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:10:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-06 13:10:31 +0000 |
commit | 268334858d23b0ba4864783254b322c3c123fe9d (patch) | |
tree | 7bc824ecc55234f3d09545c439942b96359a1778 /dev-perl/Proc-Simple | |
parent | [bump] dev-perl/Sys-SigAction-0.150.0 (diff) | |
download | gentoo-2-268334858d23b0ba4864783254b322c3c123fe9d.tar.gz gentoo-2-268334858d23b0ba4864783254b322c3c123fe9d.tar.bz2 gentoo-2-268334858d23b0ba4864783254b322c3c123fe9d.zip |
[bump] dev-perl/Proc-Simple-1.280.0
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.280.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 1de3f9b3dcb2..06e129459340 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Proc-Simple # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.31 2011/01/14 16:40:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.32 2011/07/06 13:10:31 tove Exp $ + +*Proc-Simple-1.280.0 (06 Jul 2011) + + 06 Jul 2011; Torsten Veller <tove@gentoo.org> +Proc-Simple-1.280.0.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.26.ebuild: Cleanup diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.280.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.280.0.ebuild new file mode 100644 index 000000000000..9ff3e25aa7e2 --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.280.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.280.0.ebuild,v 1.1 2011/07/06 13:10:31 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=1.28 +inherit perl-module + +DESCRIPTION="Perl Proc-Simple - Launch and control background processes" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |