summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-18 23:12:10 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-18 23:12:34 +1300
commit8c769f05c6afedd2a6e219b465ee770877eb5f62 (patch)
treeda4545a1960919a8a08620ac7df7c07a3201ee84 /dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild
parentgames-engines/openmw: Drop 0.42.0, broken by OSG-3.5.1 removal (diff)
downloadgentoo-8c769f05c6afedd2a6e219b465ee770877eb5f62.tar.gz
gentoo-8c769f05c6afedd2a6e219b465ee770877eb5f62.tar.bz2
gentoo-8c769f05c6afedd2a6e219b465ee770877eb5f62.zip
dev-perl/Unicode-String: Bump to version 2.100.0 re bug #622184
- EAPI6 - Enable tests Bug: https://bugs.gentoo.org/622184 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild')
-rw-r--r--dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild
new file mode 100644
index 000000000000..3b2713354c29
--- /dev/null
+++ b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=2.10
+DIST_SECTION=GAAS
+inherit perl-module
+
+DESCRIPTION="String manipulation for Unicode strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux"
+IUSE=""
+
+RDEPEND=">=virtual/perl-MIME-Base64-2.11"
+DEPEND="${RDEPEND}"