diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-25 09:08:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-25 09:08:25 +0000 |
commit | 20b8e9c6e799b5b5dc049535dc445c32a5ebf7f0 (patch) | |
tree | ffca3e585b34c9146cd9081e798f935485f96abb /dev-perl/Proc-Simple | |
parent | [bump] dev-perl/Statistics-Descriptive-3.20.200 (diff) | |
download | gentoo-2-20b8e9c6e799b5b5dc049535dc445c32a5ebf7f0.tar.gz gentoo-2-20b8e9c6e799b5b5dc049535dc445c32a5ebf7f0.tar.bz2 gentoo-2-20b8e9c6e799b5b5dc049535dc445c32a5ebf7f0.zip |
[bump] dev-perl/Proc-Simple-1.290.0
(Portage version: 2.2.0_alpha46/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.290.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 06e129459340..5d161ca0d580 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.32 2011/07/06 13:10:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.33 2011/07/25 09:08:25 tove Exp $ + +*Proc-Simple-1.290.0 (25 Jul 2011) + + 25 Jul 2011; Torsten Veller <tove@gentoo.org> +Proc-Simple-1.290.0.ebuild: + Version bump *Proc-Simple-1.280.0 (06 Jul 2011) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.290.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.290.0.ebuild new file mode 100644 index 000000000000..e759cfab93df --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.290.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.290.0.ebuild,v 1.1 2011/07/25 09:08:25 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=1.29 +inherit perl-module + +DESCRIPTION="Perl Proc-Simple - Launch and control background processes" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |