summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-15 18:45:42 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-15 18:45:42 +0000
commitf99dd490128edeb30c7229434ec0743cc3ac6b05 (patch)
tree87b9a38a3dfec5c43711deb028cdb40f93db6ac8 /dev-perl/Getopt-Long-Descriptive
parentppc stable #309059 (diff)
downloadhistorical-f99dd490128edeb30c7229434ec0743cc3ac6b05.tar.gz
historical-f99dd490128edeb30c7229434ec0743cc3ac6b05.tar.bz2
historical-f99dd490128edeb30c7229434ec0743cc3ac6b05.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Getopt-Long-Descriptive')
-rw-r--r--dev-perl/Getopt-Long-Descriptive/ChangeLog8
-rw-r--r--dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog
index 22e26998cbf0..e7fe0c50e919 100644
--- a/dev-perl/Getopt-Long-Descriptive/ChangeLog
+++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Getopt-Long-Descriptive
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.9 2010/02/15 08:45:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.10 2010/03/15 18:43:29 tove Exp $
+
+*Getopt-Long-Descriptive-0.085 (15 Mar 2010)
+
+ 15 Mar 2010; Torsten Veller <tove@gentoo.org>
+ +Getopt-Long-Descriptive-0.085.ebuild:
+ Version bump
*Getopt-Long-Descriptive-0.084 (15 Feb 2010)
diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild
new file mode 100644
index 000000000000..40483dc2d866
--- /dev/null
+++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.085.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 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.085.ebuild,v 1.1 2010/03/15 18:43:29 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=RJBS
+inherit perl-module
+
+DESCRIPTION="Getopt::Long with usage text"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Params-Validate-0.91
+ dev-perl/IO-stringy
+ dev-perl/Sub-Exporter
+ virtual/perl-Scalar-List-Utils"
+DEPEND="test? ( ${RDEPEND}
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do