summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-08-25 08:59:52 +0000
committerIan Delaney <idella4@gentoo.org>2013-08-25 08:59:52 +0000
commitfd47ad7df99ac603cbf938d7a7982005f376de00 (patch)
tree4b1e48def4d92065f7517fabe1d908794d025df8 /dev-perl/DelimMatch
parentdev-python/traits: add missing distutils-r1_python_install_all (diff)
downloadgentoo-2-fd47ad7df99ac603cbf938d7a7982005f376de00.tar.gz
gentoo-2-fd47ad7df99ac603cbf938d7a7982005f376de00.tar.bz2
gentoo-2-fd47ad7df99ac603cbf938d7a7982005f376de00.zip
revbump -> EAPI 5 plus test phase
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/DelimMatch')
-rw-r--r--dev-perl/DelimMatch/ChangeLog9
-rw-r--r--dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/DelimMatch/ChangeLog b/dev-perl/DelimMatch/ChangeLog
index b650d592caee..2b341c18669b 100644
--- a/dev-perl/DelimMatch/ChangeLog
+++ b/dev-perl/DelimMatch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/DelimMatch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/ChangeLog,v 1.29 2012/12/14 11:31:13 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/ChangeLog,v 1.30 2013/08/25 08:59:52 idella4 Exp $
+
+*DelimMatch-1.06-r1 (25 Aug 2013)
+
+ 25 Aug 2013; Ian Delaney <idella4@gentoo.org> +DelimMatch-1.06-r1.ebuild:
+ revbump -> EAPI 5 plus test phase
14 Dec 2012; Ulrich Müller <ulm@gentoo.org> DelimMatch-1.06.ebuild:
Fix LICENSE, same terms as Perl itself according to README file, bug 445262.
diff --git a/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild b/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild
new file mode 100644
index 000000000000..cc69cd0e540a
--- /dev/null
+++ b/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/DelimMatch-1.06-r1.ebuild,v 1.1 2013/08/25 08:59:52 idella4 Exp $
+
+EAPI=5
+
+inherit perl-module
+MY_P=${P}a
+
+DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting"
+SRC_URI="mirror://cpan/authors/id/N/NW/NWALSH/${MY_P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~nwalsh/"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND=""
+
+SRC_TEST="do"