summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-20 15:52:56 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-20 15:52:56 +0000
commit120fc44aac86c6c08ebfcc8405e38e6e1e41e91a (patch)
tree42ae65659d89821c98b785a01b54e360d0d67072 /dev-perl/Proc-Simple
parentx86 stable wrt #259793 (diff)
downloadgentoo-2-120fc44aac86c6c08ebfcc8405e38e6e1e41e91a.tar.gz
gentoo-2-120fc44aac86c6c08ebfcc8405e38e6e1e41e91a.tar.bz2
gentoo-2-120fc44aac86c6c08ebfcc8405e38e6e1e41e91a.zip
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r--dev-perl/Proc-Simple/ChangeLog9
-rw-r--r--dev-perl/Proc-Simple/Proc-Simple-1.24.ebuild16
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"