diff options
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.24.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog index ffcd59dbdb29..0602ca844a89 100644 --- a/dev-perl/Proc-Simple/ChangeLog +++ b/dev-perl/Proc-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Proc-Simple -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.22 2008/07/22 09:53:26 tove Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.23 2009/03/20 15:52:56 tove Exp $ + +*Proc-Simple-1.24 (20 Mar 2009) + + 20 Mar 2009; Torsten Veller <tove@gentoo.org> +Proc-Simple-1.24.ebuild: + Version bump *Proc-Simple-1.23 (22 Jul 2008) diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild new file mode 100644 index 000000000000..cf8422d366a7 --- /dev/null +++ b/dev-perl/Proc-Simple/Proc-Simple-1.24.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.24.ebuild,v 1.1 2009/03/20 15:52:56 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" |