dev-perl/Encode-compat: EAPI6 + Test
authorKent Fredric <kentnl@gentoo.org>
Sat, 21 Oct 2017 03:26:48 +0000 (16:26 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sat, 21 Oct 2017 03:26:48 +0000 (16:26 +1300)
- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/Encode-compat/Encode-compat-0.70.0-r2.ebuild [new file with mode: 0644]

diff --git a/dev-perl/Encode-compat/Encode-compat-0.70.0-r2.ebuild b/dev-perl/Encode-compat/Encode-compat-0.70.0-r2.ebuild
new file mode 100644 (file)
index 0000000..0c51ff7
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AUTRIJUS
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Encode.pm emulation layer"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+LICENSE="Artistic"
+
+RDEPEND="dev-perl/Text-Iconv"
+DEPEND="${RDEPEND}"