summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-30 22:26:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-30 22:48:02 +0200
commit7a438f6a9f5bd249e1699988ff8f78ff67ddc2c0 (patch)
treeb65840e47bccfffd83885070074afc09edd49959 /dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild
parentdev-perl/MailTools: Version bump 2.21 (diff)
downloadgentoo-7a438f6a9f5bd249e1699988ff8f78ff67ddc2c0.tar.gz
gentoo-7a438f6a9f5bd249e1699988ff8f78ff67ddc2c0.tar.bz2
gentoo-7a438f6a9f5bd249e1699988ff8f78ff67ddc2c0.zip
dev-perl/MARC-Charset: EAPI=8 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/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild')
-rw-r--r--dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild b/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild
new file mode 100644
index 000000000000..9161d994a48b
--- /dev/null
+++ b/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GMCHARLT
+DIST_VERSION=1.35
+inherit perl-module
+
+DESCRIPTION="convert MARC-8 encoded strings to UTF-8"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ dev-lang/perl[gdbm]
+ dev-perl/XML-SAX
+ dev-perl/Class-Accessor
+"
+BDEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )
+"
+
+PERL_RM_FILES=( t/pod.t )