summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErvin Peters <coder@ervnet.de>2018-12-05 08:28:04 +0100
committerKent Fredric <kentnl@gentoo.org>2018-12-09 20:37:25 +1300
commitc82f1aaf943f08c0bac6bd73c5ef730958f16e0d (patch)
treecf575b81bdc3a2f89b434f71b91f8fdcbf00b544 /dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
parentsys-devel/distcc: improve init.d script, secure pidfile handling (diff)
downloadgentoo-c82f1aaf943f08c0bac6bd73c5ef730958f16e0d.tar.gz
gentoo-c82f1aaf943f08c0bac6bd73c5ef730958f16e0d.tar.bz2
gentoo-c82f1aaf943f08c0bac6bd73c5ef730958f16e0d.zip
dev-perl/Test-More-UTF8: Add w/ version 0.50.0
Needed by tests in Text-Template-1.530 Bug: https://bugs.gentoo.org/654660 Bug: https://github.com/gentoo/gentoo/pull/10564 Signed-off-by: Ervin Peters <ervin.peters@ervnet.de> Signed-off-by: Kent Fredric <kentnl@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild')
-rw-r--r--dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild b/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
new file mode 100644
index 000000000000..be244ab7a459
--- /dev/null
+++ b/dev-perl/Test-More-UTF8/Test-More-UTF8-0.50.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONS
+DIST_VERSION=0.05
+
+inherit perl-module
+
+DESCRIPTION="Enhancing Test::More for UTF8-based projects"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+PERL_RM_FILES=(
+ "t/pod-coverage.t"
+ "t/pod.t"
+)
+RDEPEND="
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"