summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-21 19:27:11 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-21 19:27:11 +0000
commitbc759ebaee3e9c592d8a5a10274bcd37364a5e24 (patch)
tree82657afb0eeecab06b36c23446f61e77e099d817 /dev-perl/Getopt-Mixed
parentVersion bump (diff)
downloadgentoo-2-bc759ebaee3e9c592d8a5a10274bcd37364a5e24.tar.gz
gentoo-2-bc759ebaee3e9c592d8a5a10274bcd37364a5e24.tar.bz2
gentoo-2-bc759ebaee3e9c592d8a5a10274bcd37364a5e24.zip
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Getopt-Mixed')
-rw-r--r--dev-perl/Getopt-Mixed/ChangeLog10
-rw-r--r--dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-perl/Getopt-Mixed/ChangeLog b/dev-perl/Getopt-Mixed/ChangeLog
index f2e870936f73..b6781b807a01 100644
--- a/dev-perl/Getopt-Mixed/ChangeLog
+++ b/dev-perl/Getopt-Mixed/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Getopt-Mixed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.33 2014/08/22 16:15:56 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/ChangeLog,v 1.34 2015/06/21 19:27:11 dilfridge Exp $
+
+*Getopt-Mixed-1.120.0 (21 Jun 2015)
+
+ 21 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Getopt-Mixed-1.120.0.ebuild:
+ Version bump
*Getopt-Mixed-1.110.0-r1 (22 Aug 2014)
diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild
new file mode 100644
index 000000000000..4250f013991f
--- /dev/null
+++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0.ebuild,v 1.1 2015/06/21 19:27:11 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=CJM
+MODULE_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Getopt::Mixed is used for parsing mixed options"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST=do