diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-09 07:12:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-09 07:12:28 +0000 |
commit | f7020fb16236778d60395b02708b9ae4d5e54814 (patch) | |
tree | f6b5f0192efd990d26d738af2c441be40830b80a /dev-perl/Proc-Simple | |
parent | New pretest version. (diff) | |
download | historical-f7020fb16236778d60395b02708b9ae4d5e54814.tar.gz historical-f7020fb16236778d60395b02708b9ae4d5e54814.tar.bz2 historical-f7020fb16236778d60395b02708b9ae4d5e54814.zip |
Version bump
Package-Manager: portage-2.2_rc33/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.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" |