diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-09 07:07:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-09 07:07:54 +0000 |
commit | 0abcfb912cc23eb321c5631a8217da9a7539f3eb (patch) | |
tree | 789db2b87d41b2f11fa4c696eb4081d2c18b7bc5 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-0abcfb912cc23eb321c5631a8217da9a7539f3eb.tar.gz gentoo-2-0abcfb912cc23eb321c5631a8217da9a7539f3eb.tar.bz2 gentoo-2-0abcfb912cc23eb321c5631a8217da9a7539f3eb.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index ff4940941caa..730282bfd534 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.28 2009/05/06 15:48:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.29 2009/07/09 07:07:54 tove Exp $ + +*Proc-Simple-1.26 (09 Jul 2009) + + 09 Jul 2009; Torsten Veller <tove@gentoo.org> +Proc-Simple-1.26.ebuild: + Version bump 06 May 2009; Torsten Veller <tove@gentoo.org> -Proc-Simple-1.22.ebuild: Cleanup diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild new file mode 100644 index 000000000000..b9d706d53baf --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.26.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.26.ebuild,v 1.1 2009/07/09 07:07:54 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=MSCHILLI +inherit perl-module + +DESCRIPTION="Perl Proc-Simple - Launch and control background processes" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |