summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-18 22:53:04 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-18 22:53:28 +1300
commit6a9b846eb4eacb48b3658715f0f78a4bdc365978 (patch)
treeb5c3e9b39091e978e75abb940c3556f8844bfea6 /dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
parentsys-apps/cciss_vol_status: Drop old (diff)
downloadgentoo-6a9b846eb4eacb48b3658715f0f78a4bdc365978.tar.gz
gentoo-6a9b846eb4eacb48b3658715f0f78a4bdc365978.tar.bz2
gentoo-6a9b846eb4eacb48b3658715f0f78a4bdc365978.zip
dev-perl/Unicode-LineBreak: Fix tests for '.' in @INC bug #614538
- EAPI6 - Fir for '.' in @INC bug #614538 - Kill unwanted POD author tests - Enable parallel tests Bug: https://bugs.gentoo.org/614538 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild')
-rw-r--r--dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
new file mode 100644
index 000000000000..1b10cd0a7347
--- /dev/null
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NEZUMI
+DIST_VERSION=2017.004
+
+inherit perl-module
+
+DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Charset
+ virtual/perl-Encode"
+DEPEND="${RDEPEND}"
+PATCHES=("${FILESDIR}/${PN}-2017.004-dotinc.patch")
+PERL_RM_FILES=("t/pod.t")