summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-02 10:07:13 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-02 10:07:13 +0000
commit8ca3b9f2c422542ffe1a125edf010809d602f607 (patch)
tree79685a11d1da64596802b9106b3e5ed049fcc777 /perl-core
parentVersion bump (diff)
downloadgentoo-2-8ca3b9f2c422542ffe1a125edf010809d602f607.tar.gz
gentoo-2-8ca3b9f2c422542ffe1a125edf010809d602f607.tar.bz2
gentoo-2-8ca3b9f2c422542ffe1a125edf010809d602f607.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/IPC-Cmd/ChangeLog7
-rw-r--r--perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/perl-core/IPC-Cmd/ChangeLog b/perl-core/IPC-Cmd/ChangeLog
index cfa0de5cc578..adfc35772876 100644
--- a/perl-core/IPC-Cmd/ChangeLog
+++ b/perl-core/IPC-Cmd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/IPC-Cmd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.9 2010/02/04 11:42:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.10 2010/05/02 10:07:13 tove Exp $
+
+*IPC-Cmd-0.58 (02 May 2010)
+
+ 02 May 2010; Torsten Veller <tove@gentoo.org> +IPC-Cmd-0.58.ebuild:
+ Version bump
*IPC-Cmd-0.56 (04 Feb 2010)
diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild
new file mode 100644
index 000000000000..e41f108ce8d6
--- /dev/null
+++ b/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild,v 1.1 2010/05/02 10:07:13 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=BINGOS
+inherit perl-module
+
+DESCRIPTION="Finding and running system commands made easy"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="virtual/perl-Locale-Maketext-Simple
+ virtual/perl-Module-Load-Conditional
+ >=virtual/perl-Params-Check-0.26"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do