diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-03 18:40:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-03 18:40:36 +0000 |
commit | c34f9a355acd74817bc9fc56ce079d2682bf7f34 (patch) | |
tree | e2e41ddf6785a1a92f21c3065f83de79edb7b0ed /dev-perl/Proc-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-c34f9a355acd74817bc9fc56ce079d2682bf7f34.tar.gz gentoo-2-c34f9a355acd74817bc9fc56ce079d2682bf7f34.tar.bz2 gentoo-2-c34f9a355acd74817bc9fc56ce079d2682bf7f34.zip |
Version bump
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r-- | dev-perl/Proc-Simple/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.27.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index 730282bfd534..6f95cd056927 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.29 2009/07/09 07:07:54 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.30 2010/11/03 18:40:36 tove Exp $ + +*Proc-Simple-1.27 (03 Nov 2010) + + 03 Nov 2010; Torsten Veller <tove@gentoo.org> +Proc-Simple-1.27.ebuild: + Version bump *Proc-Simple-1.26 (09 Jul 2009) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.27.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.27.ebuild new file mode 100644 index 000000000000..f207335375c5 --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.27.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 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.27.ebuild,v 1.1 2010/11/03 18:40:36 tove Exp $ + +EAPI=3 + +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" |