summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-22 14:40:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-22 14:50:31 +0200
commite18afd4ca91473cc2cf3c1829781d6d2a380b8ed (patch)
treee66976fc2bc38fbf56489b37c7de54b4881ff360 /dev-perl/Jcode/Jcode-2.70.0-r2.ebuild
parentdev-perl/JavaScript-Packer: Version bump 2.06 (diff)
downloadgentoo-e18afd4ca91473cc2cf3c1829781d6d2a380b8ed.tar.gz
gentoo-e18afd4ca91473cc2cf3c1829781d6d2a380b8ed.tar.bz2
gentoo-e18afd4ca91473cc2cf3c1829781d6d2a380b8ed.zip
dev-perl/Jcode: EAPI=7 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Jcode/Jcode-2.70.0-r2.ebuild')
-rw-r--r--dev-perl/Jcode/Jcode-2.70.0-r2.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Jcode/Jcode-2.70.0-r2.ebuild b/dev-perl/Jcode/Jcode-2.70.0-r2.ebuild
new file mode 100644
index 000000000000..49bc320e6403
--- /dev/null
+++ b/dev-perl/Jcode/Jcode-2.70.0-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DANKOGAI
+DIST_VERSION=2.07
+inherit perl-module
+
+DESCRIPTION="Japanese transcoding module for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND=">=virtual/perl-MIME-Base64-2.1"
+BDEPEND="${RDEPEND}"