summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brewer <tomboy64@sina.cn>2016-03-31 15:11:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-03 23:23:43 +0200
commit60a123811c9872aa17b7344a83164f4167443e98 (patch)
tree1cfe79fca3cda1439b064ac33f2e44c878520c09 /dev-perl/XML-SAX-ExpatXS
parentdev-perl/Wx-GLCanvas: initial ebuild, version 0.90.0 (diff)
downloadgentoo-60a123811c9872aa17b7344a83164f4167443e98.tar.gz
gentoo-60a123811c9872aa17b7344a83164f4167443e98.tar.bz2
gentoo-60a123811c9872aa17b7344a83164f4167443e98.zip
dev-perl/XML-SAX-ExpatXS: initial ebuild, version 1.330.0
Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-perl/XML-SAX-ExpatXS')
-rw-r--r--dev-perl/XML-SAX-ExpatXS/Manifest1
-rw-r--r--dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild22
-rw-r--r--dev-perl/XML-SAX-ExpatXS/metadata.xml14
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX-ExpatXS/Manifest b/dev-perl/XML-SAX-ExpatXS/Manifest
new file mode 100644
index 000000000000..8f9054aea9ce
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/Manifest
@@ -0,0 +1 @@
+DIST XML-SAX-ExpatXS-1.33.tar.gz 156436 SHA256 1e3db191853d235c42c7d2a5dc2ea055158ff29c7d54c5c673d271cdbd43bc6a SHA512 bf00b444611baf215886534acc6ae16cbc8dc593223698762f3a68f2baca661fe82a6287e1c1c4bf3c5c005f165516eae32b22af7505c502009da0a46aeca40f WHIRLPOOL e98d1e72e54c661be2cd83ff8a0adfc618d860c1e541496fa267b515555bc92e0934125860d75e9d49af481ee016ced7e3a613b513e38aa1a5dfdbfc0d6a2870
diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
new file mode 100644
index 000000000000..c77ad3cf59cf
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PCIMPRICH
+DIST_VERSION=1.33
+inherit perl-module
+
+DESCRIPTION="Perl SAX 2 XS extension to Expat parser"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-libs/expat
+ >=dev-perl/XML-SAX-0.960.0"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-ExtUtils-Command
+ virtual/perl-Test
+ virtual/perl-Test-Harness )"
diff --git a/dev-perl/XML-SAX-ExpatXS/metadata.xml b/dev-perl/XML-SAX-ExpatXS/metadata.xml
new file mode 100644
index 000000000000..c246d5dd3acc
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">XML-SAX-ExpatXS</remote-id>
+ <remote-id type="cpan-module">XML::SAX::ExpatXS</remote-id>
+ <remote-id type="cpan-module">XML::SAX::ExpatXS::Encoding</remote-id>
+ <remote-id type="cpan-module">XML::SAX::ExpatXS::Preload</remote-id>
+ </upstream>
+</pkgmetadata>