summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-23 13:14:57 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-23 13:14:57 +0000
commit54375caf752405f4824f1a6d9e0a651fe440a5d2 (patch)
tree238d3e477dfab6f369bf217471e64f1cf09c693f /dev-perl/Getopt-Long-Descriptive
parentBuild fix for >=glibc-2.10, patch by cmuelle8 <cmue81@gmx.de>, bug #272511 (diff)
downloadgentoo-2-54375caf752405f4824f1a6d9e0a651fe440a5d2.tar.gz
gentoo-2-54375caf752405f4824f1a6d9e0a651fe440a5d2.tar.bz2
gentoo-2-54375caf752405f4824f1a6d9e0a651fe440a5d2.zip
Merge with perl-experimental version
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Getopt-Long-Descriptive')
-rw-r--r--dev-perl/Getopt-Long-Descriptive/ChangeLog6
-rw-r--r--dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild21
2 files changed, 17 insertions, 10 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog
index 61cc1cab1b68..eae56eeec924 100644
--- a/dev-perl/Getopt-Long-Descriptive/ChangeLog
+++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Getopt-Long-Descriptive
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.1 2009/06/23 07:41:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.2 2009/06/23 13:14:57 tove Exp $
+
+ 23 Jun 2009; Torsten Veller <tove@gentoo.org>
+ Getopt-Long-Descriptive-0.074.ebuild:
+ Merge with perl-experimental version
*Getopt-Long-Descriptive-0.074 (23 Jun 2009)
diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild
index 05d62a62e05b..2aa5d9d8f8d0 100644
--- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild
+++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild
@@ -1,20 +1,23 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild,v 1.1 2009/06/23 07:41:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.074.ebuild,v 1.2 2009/06/23 13:14:57 tove Exp $
EAPI=2
-MODULE_AUTHOR="HDP"
+MODULE_AUTHOR=HDP
inherit perl-module
-DESCRIPTION="Getopt::Long with usage text and validation"
-
-IUSE=""
+DESCRIPTION="Getopt::Long with usage text"
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Params-Validate-0.91
+ dev-perl/IO-stringy
+ virtual/perl-Scalar-List-Utils"
+DEPEND="test? ( ${RDEPEND}
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
-DEPEND=">=dev-perl/Params-Validate-0.91
- dev-perl/IO-stringy"
-RDEPEND="${DEPEND}"
+SRC_TEST=do