commit: edc5418a6e7f434d67c2fc31ab7421be6f44cddf
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 2 09:59:08 2019 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Aug 2 10:10:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc5418a
dev-perl/Alien-LibGumbo: Initial commit
Directly needed by dev-perl/HTML-Gumbo. Ultimately needed by www-apps/rt.
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
.../Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/Alien-LibGumbo/Manifest | 1 +
dev-perl/Alien-LibGumbo/metadata.xml | 16 +++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild
new file mode 100644
index 00000000000..6c4cea5c619
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RUZ
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Gumbo parser library"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+# No tests to run
+RESTRICT="test"
+
+# Alien-Build for Alien::Base
+RDEPEND="
+ >=dev-perl/Alien-Build-0.5.0
+ >=dev-perl/File-ShareDir-1.30.0
+ >=dev-perl/Path-Class-0.13.0
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Alien-Base-ModuleBuild-0.5.0
+ >=dev-perl/Module-Build-0.420.0
+"
diff --git a/dev-perl/Alien-LibGumbo/Manifest b/dev-perl/Alien-LibGumbo/Manifest
new file mode 100644
index 00000000000..5596cbc8a2d
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/Manifest
@@ -0,0 +1 @@
+DIST Alien-LibGumbo-0.05.tar.gz 581628 BLAKE2B
1fb6affac4cde2554047efbd09e40d159f6aa37eb1576e2d165998d0896840ca6d4a9c5e94349819ce46e278245b55e0b631fa46ed4b1fd8d5b2c2304e1260e1
SHA512
3e1640b901a9597e50ef4bcadaa7d48592cd849feb6ccf42391c441e0c51f1d2556dab3533f8a23dc183464197336df22287c309f73ae741472c743445366628
diff --git a/dev-perl/Alien-LibGumbo/metadata.xml
b/dev-perl/Alien-LibGumbo/metadata.xml
new file mode 100644
index 00000000000..1e7040b181a
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Aaron W. Swenson</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Alien-LibGumbo</remote-id>
+ <remote-id type="cpan-module">Alien::LibGumbo</remote-id>
+ </upstream>
+</pkgmetadata>