dev-perl/Alien-Libxml2: Add w/ version 0.90.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 17 Jul 2019 10:47:04 +0000 (22:47 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 17 Jul 2019 11:21:23 +0000 (23:21 +1200)
- Required by newer dev-perl/XML-LibXML

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild [new file with mode: 0644]
dev-perl/Alien-Libxml2/Manifest [new file with mode: 0644]
dev-perl/Alien-Libxml2/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
new file mode 100644 (file)
index 0000000..5b0d916
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Install the C libxml2 library on your system"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=dev-perl/Alien-Build-0.730.0
+       dev-libs/libxml2:2=
+"
+DEPEND="${RDEPEND}
+       >=dev-perl/Alien-Build-1.600.0
+       virtual/perl-ExtUtils-CBuilder
+       >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+       test? (
+               >=dev-perl/Test2-Suite-0.0.60
+       )
+"
diff --git a/dev-perl/Alien-Libxml2/Manifest b/dev-perl/Alien-Libxml2/Manifest
new file mode 100644 (file)
index 0000000..6b7efcc
--- /dev/null
@@ -0,0 +1 @@
+DIST Alien-Libxml2-0.09.tar.gz 18222 BLAKE2B cbea923d5e736dc274f751f190979839462237d0f3ab6b81c6de8d3331498a624294448f71ec8d200aa07af0a40871e737de67c1c956a1742238bad3a3097fa0 SHA512 30cc1ca4e4b7be1b6e14b4f1a1f0d06b1435da55dc2f2bd1d3e9ed5cc0a2034f8acf8ab4b3548f2a5bda3aaaa56bcf4d63129aeb9e72b7c2e160d0fb2dbedb02
diff --git a/dev-perl/Alien-Libxml2/metadata.xml b/dev-perl/Alien-Libxml2/metadata.xml
new file mode 100644 (file)
index 0000000..8a11029
--- /dev/null
@@ -0,0 +1,12 @@
+<?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">Alien-Libxml2</remote-id>
+    <remote-id type="cpan-module">Alien::Libxml2</remote-id>
+  </upstream>
+</pkgmetadata>