commit: 487f99e7bdaaf18c881a07f3bdd1f0629f917aeb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 10:47:04 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 11:21:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487f99e7
dev-perl/Alien-Libxml2: Add w/ version 0.90.0
- Required by newer dev-perl/XML-LibXML
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild | 26 ++++++++++++++++++++++
dev-perl/Alien-Libxml2/Manifest | 1 +
dev-perl/Alien-Libxml2/metadata.xml | 12 ++++++++++
3 files changed, 39 insertions(+)
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
index 00000000000..5b0d916cd98
--- /dev/null
+++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
@@ -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
index 00000000000..6b7efccfc47
--- /dev/null
+++ b/dev-perl/Alien-Libxml2/Manifest
@@ -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
index 00000000000..8a110294997
--- /dev/null
+++ b/dev-perl/Alien-Libxml2/metadata.xml
@@ -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>[email protected]</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>