summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-07-22 09:53:26 +0000
committerTorsten Veller <tove@gentoo.org>2008-07-22 09:53:26 +0000
commit9c55ded81df169e917dd2af97a70f7f2b44153f2 (patch)
tree4e8fd4d62442871ad1380e2074a500574ffb2a4b /dev-perl
parentVersion bump (diff)
downloadgentoo-2-9c55ded81df169e917dd2af97a70f7f2b44153f2.tar.gz
gentoo-2-9c55ded81df169e917dd2af97a70f7f2b44153f2.tar.bz2
gentoo-2-9c55ded81df169e917dd2af97a70f7f2b44153f2.zip
Version bump
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Proc-Simple/ChangeLog7
-rw-r--r--dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog
index 29ccd5c918d1..ffcd59dbdb29 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.21 2008/01/13 21:43:46 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.22 2008/07/22 09:53:26 tove Exp $
+
+*Proc-Simple-1.23 (22 Jul 2008)
+
+ 22 Jul 2008; Torsten Veller <tove@gentoo.org> +Proc-Simple-1.23.ebuild:
+ Version bump
13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
Proc-Simple-1.22.ebuild:
diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild
new file mode 100644
index 000000000000..1cecb0779bb2
--- /dev/null
+++ b/dev-perl/Proc-Simple/Proc-Simple-1.23.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 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.23.ebuild,v 1.1 2008/07/22 09:53:26 tove Exp $
+
+MODULE_AUTHOR=MSCHILLI
+inherit perl-module
+
+DESCRIPTION="Perl Proc-Simple - Launch and control background processes."
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"