diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 16:43:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 17:33:15 +1200 |
commit | 6e2952855656daf5abef2e27f9d37a44f869c643 (patch) | |
tree | 5339d9b83bb7f7d8e9c76a84ccde7757490344a4 /dev-perl/Encode-compat/Encode-compat-0.70.0-r3.ebuild | |
parent | app-cdr/dolphin-plugins-mountiso: add ~ppc64 keyword (diff) | |
download | gentoo-6e2952855656daf5abef2e27f9d37a44f869c643.tar.gz gentoo-6e2952855656daf5abef2e27f9d37a44f869c643.tar.bz2 gentoo-6e2952855656daf5abef2e27f9d37a44f869c643.zip |
dev-perl/Encode-compat: -r bump for EAPI7 + fixes
- EAPI7
- Fix LICENSE (upstream=perl, =~ default by perl-module.eclass)
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Encode-compat/Encode-compat-0.70.0-r3.ebuild')
-rw-r--r-- | dev-perl/Encode-compat/Encode-compat-0.70.0-r3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Encode-compat/Encode-compat-0.70.0-r3.ebuild b/dev-perl/Encode-compat/Encode-compat-0.70.0-r3.ebuild new file mode 100644 index 000000000000..bf863acf66b4 --- /dev/null +++ b/dev-perl/Encode-compat/Encode-compat-0.70.0-r3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=AUTRIJUS +DIST_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Encode.pm emulation layer" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +RDEPEND="dev-perl/Text-Iconv" +BDEPEND="${RDEPEND}" |