summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-06 18:45:49 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-06 18:47:36 +0200
commit7b9fdc32696f538360b081a4b0568d104c687455 (patch)
treeeb43225beae134921a5186da945eb836596c6686 /dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
parentdev-perl/XML-SAX-Expat: EAPI=8 bump (diff)
downloadgentoo-7b9fdc32696f538360b081a4b0568d104c687455.tar.gz
gentoo-7b9fdc32696f538360b081a4b0568d104c687455.tar.bz2
gentoo-7b9fdc32696f538360b081a4b0568d104c687455.zip
dev-perl/XML-SAX-ExpatXS: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild')
-rw-r--r--dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
new file mode 100644
index 000000000000..7b5af9d499f5
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PCIMPRICH
+DIST_VERSION=1.33
+inherit perl-module
+
+DESCRIPTION="Perl SAX 2 XS extension to Expat parser"
+SLOT="0"
+KEYWORDS="~amd64 x86"
+
+RDEPEND="
+ dev-libs/expat
+ >=dev-perl/XML-SAX-0.960.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test
+ virtual/perl-Test-Harness )
+"