diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-21 16:26:48 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-21 16:26:48 +1300 |
commit | 42ea70b4e0eaeab5498441a0a870fe1082e578a4 (patch) | |
tree | 7b9ec569cf4c644afc6d720b6a5510f0573b02f9 /dev-perl | |
parent | dev-perl/Encode-HanExtra: EAPI6 + Tests (diff) | |
download | gentoo-42ea70b4e0eaeab5498441a0a870fe1082e578a4.tar.gz gentoo-42ea70b4e0eaeab5498441a0a870fe1082e578a4.tar.bz2 gentoo-42ea70b4e0eaeab5498441a0a870fe1082e578a4.zip |
dev-perl/Encode-compat: EAPI6 + Test
- EAPI6ify
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Encode-compat/Encode-compat-0.70.0-r2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 index 000000000000..0c51ff7256ce --- /dev/null +++ b/dev-perl/Encode-compat/Encode-compat-0.70.0-r2.ebuild @@ -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}" |