dev-perl/Text-Glob: Bump to version 0.110.0
authorKent Fredric <kentnl@gentoo.org>
Tue, 13 Mar 2018 05:10:58 +0000 (18:10 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 13 Mar 2018 05:10:58 +0000 (18:10 +1300)
- EAPI6
- Parallel tests

Upstream:
- Move packaging to EUMM
- Add ability to alter regex separator

Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-perl/Text-Glob/Manifest
dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild [new file with mode: 0644]

index b3c4d9b59d73d3d2b20aff20d48e64f0c2fdc205..2887da84a44aa7c0ccacc5a3b6bd8f03a24ddd9e 100644 (file)
@@ -1 +1,2 @@
 DIST Text-Glob-0.09.tar.gz 4171 BLAKE2B 770e5f54fa7ce8ecbdf884e6823b2928b1826602657905be998dac9642e372dc809673a2fc5e4ab16ca08c9908f17ffca42fd44c71ec11de12ac157984986e44 SHA512 9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47
+DIST Text-Glob-0.11.tar.gz 4862 BLAKE2B d57c2f2cde24b8fedfe0e0bc17c4008c1107b07bb91fa62d95428100c80bc8dfebdcae2e16dd0768a88130d43a0461b6c5227bcd00607afcdb09606cdbb8db61 SHA512 20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb
diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
new file mode 100644 (file)
index 0000000..c8d47eb
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RCLAMP
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Match globbing patterns against text"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+IUSE="test"
+
+RDEPEND="virtual/perl-Exporter"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? ( virtual/perl-Test-Simple )
+"