summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-07-26 14:10:30 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-07-26 14:10:30 +0000
commit7c8cc248d611760e31b7ffe780d758c651f0768e (patch)
tree2b19932954e1841322b49f795fa00ab5dcfd5efe /dev-perl/Getopt-Long-Descriptive
parentEAPI bump (diff)
downloadgentoo-2-7c8cc248d611760e31b7ffe780d758c651f0768e.tar.gz
gentoo-2-7c8cc248d611760e31b7ffe780d758c651f0768e.tar.bz2
gentoo-2-7c8cc248d611760e31b7ffe780d758c651f0768e.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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.97.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog
index 54c29a427c20..a1e98e337a31 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.32 2014/07/26 14:07:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.33 2014/07/26 14:10:30 zlogene Exp $
+
+*Getopt-Long-Descriptive-0.97.0 (26 Jul 2014)
+
+ 26 Jul 2014; Mikle Kolyada <zlogene@gentoo.org>
+ +Getopt-Long-Descriptive-0.97.0.ebuild:
+ Version bump
26 Jul 2014; Mikle Kolyada <zlogene@gentoo.org>
Getopt-Long-Descriptive-0.93.0.ebuild:
diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild
new file mode 100644
index 000000000000..5931ae245d51
--- /dev/null
+++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.97.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 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.97.0.ebuild,v 1.1 2014/07/26 14:10:30 zlogene Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.097
+inherit perl-module
+
+DESCRIPTION="Getopt::Long with usage text"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Params-Validate-0.970.0
+ dev-perl/IO-stringy
+ dev-perl/Sub-Exporter
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do