[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2024-05-21 Thread Sam James
commit: a25b9997efb1aace98f304a7c1739435b65b883a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 22 01:50:47 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 22 02:17:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25b9997

dev-perl/Alien-LibGumbo: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

Signed-off-by: Sam James  gentoo.org>

 .../Alien-LibGumbo/Alien-LibGumbo-0.50.0-r4.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r4.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r4.ebuild
new file mode 100644
index ..fa2a8ba372d3
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RUZ
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Gumbo parser library"
+
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+# 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
+   dev-libs/gumbo:=
+"
+DEPEND="
+   dev-libs/gumbo:=
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Alien-Base-ModuleBuild-0.5.0
+   >=dev-perl/Module-Build-0.420.0
+"
+
+src_test() {
+   local MODULES=(
+   "Alien::LibGumbo ${DIST_VERSION}"
+   "Alien::LibGumbo::ConfigData"
+   "Alien::LibGumbo::Install::Files"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}/blib" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   # Currently useless
+   # perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2024-01-20 Thread Sam James
commit: 4a3466ff4b7ae0ec263776f6da27f78b13efe7d3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 20 12:28:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 20 12:28:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3466ff

dev-perl/Alien-LibGumbo: subscribe to gumbo subslot

Changed ABI.

Signed-off-by: Sam James  gentoo.org>

 ...en-LibGumbo-0.50.0-r2.ebuild => Alien-LibGumbo-0.50.0-r3.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r3.ebuild
similarity index 94%
rename from dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
rename to dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r3.ebuild
index 85f00b320c80..12d9f7f91547 100644
--- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,10 +17,10 @@ RDEPEND="
>=dev-perl/Alien-Build-0.5.0
>=dev-perl/File-ShareDir-1.30.0
>=dev-perl/Path-Class-0.13.0
-   dev-libs/gumbo
+   dev-libs/gumbo:=
 "
 DEPEND="
-   dev-libs/gumbo
+   dev-libs/gumbo:=
dev-perl/Module-Build
 "
 BDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2023-05-19 Thread Sam James
commit: 1143798e7a264d5938299f6d9e87f5a87a72b211
Author: Sam James  gentoo  org>
AuthorDate: Sat May 20 05:48:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 20 05:59:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1143798e

dev-perl/Alien-LibGumbo: fix whitespace

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
index d1497e90d761..85f00b320c80 100644
--- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,6 +27,7 @@ BDEPEND="${RDEPEND}
>=dev-perl/Alien-Base-ModuleBuild-0.5.0
>=dev-perl/Module-Build-0.420.0
 "
+
 src_configure() {
unset LD;
if [[ -n "${CCLD}" ]]; then
@@ -35,9 +36,11 @@ src_configure() {
tc-export CC CXX
perl-module_src_configure
 }
+
 src_compile() {
./Build --config optimize="${CFLAGS}" build || die
 }
+
 src_test() {
local MODULES=(
"Alien::LibGumbo ${DIST_VERSION}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2022-11-23 Thread Jakov Smolić
commit: 6d1c30b3384a251ddab4271e98145b97d10c3539
Author: Yu Gu  gmail  com>
AuthorDate: Sat Oct 29 11:07:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 14:02:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1c30b3

dev-perl/Alien-LibGumbo: Keyword 0.50.0-r2 riscv, #878483

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
index 01d42d5301fe..d1497e90d761 100644
--- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="Gumbo parser library"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 # Alien-Build for Alien::Base
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2020-08-06 Thread Kent Fredric
commit: d80009fe6ffc3469ca472adeb8f5b5c7528cc0fd
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Aug  6 15:57:04 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Aug  6 15:57:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80009fe

dev-perl/Alien-LibGumbo: Cleanup old 0.50.0-r1

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild | 50 --
 1 file changed, 50 deletions(-)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild
deleted file mode 100644
index 3e5aca8a29b..000
--- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RUZ
-DIST_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="Gumbo parser library"
-
-SLOT="0"
-KEYWORDS="~amd64"
-
-# 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="
-   dev-perl/Module-Build
-"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Alien-Base-ModuleBuild-0.5.0
-   >=dev-perl/Module-Build-0.420.0
-"
-src_test() {
-   local MODULES=(
-   "Alien::LibGumbo ${DIST_VERSION}"
-   "Alien::LibGumbo::ConfigData"
-   "Alien::LibGumbo::Install::Files"
-   )
-   local failed=()
-   for dep in "${MODULES[@]}"; do
-   ebegin "Compile testing ${dep}"
-   perl -Mblib="${S}/blib" -M"${dep} ()" -e1
-   eend $? || failed+=( "$dep" )
-   done
-   if [[ ${failed[@]} ]]; then
-   echo
-   eerror "One or more modules failed compile:";
-   for dep in "${failed[@]}"; do
-eerror "  ${dep}"
-   done
-   die "Failing due to module compilation errors";
-   fi
-   # Currently useless
-   # perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2020-07-02 Thread Kent Fredric
commit: e3cce8603cc5706cf62c8e3ab2e679ed460c1c92
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul  2 21:55:24 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul  2 23:57:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cce860

dev-perl/Alien-LibGumbo: -r bump for compile fixes + dep dev-libs/gumbo

- Retrofit src_configure and src_compile to provide the best we can
  manage if for some reason, autoprobe misses a system gumbo library,
  and decides to build its own. This requires bodging around CC/CXX/LD
  and friends. And for some reason, passing optimize doesn't have the
  desired effect yet, but we tried.
- However, the above not working is not our problem if we depend on
  dev-libs/gumbo, as this being present makes Alien-LibGumbo compile
  nothing at all!

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild | 63 ++
 1 file changed, 63 insertions(+)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
new file mode 100644
index 000..01d42d5301f
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RUZ
+DIST_VERSION=0.05
+inherit perl-module toolchain-funcs
+
+DESCRIPTION="Gumbo parser library"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+# 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
+   dev-libs/gumbo
+"
+DEPEND="
+   dev-libs/gumbo
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Alien-Base-ModuleBuild-0.5.0
+   >=dev-perl/Module-Build-0.420.0
+"
+src_configure() {
+   unset LD;
+   if [[ -n "${CCLD}" ]]; then
+   export LD="${CCLD}"
+   fi
+   tc-export CC CXX
+   perl-module_src_configure
+}
+src_compile() {
+   ./Build --config optimize="${CFLAGS}" build || die
+}
+src_test() {
+   local MODULES=(
+   "Alien::LibGumbo ${DIST_VERSION}"
+   "Alien::LibGumbo::ConfigData"
+   "Alien::LibGumbo::Install::Files"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}/blib" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   # Currently useless
+   # perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2020-06-19 Thread Kent Fredric
commit: 2a3a3a5f072962a0f2ee0c2e36cb9498c606ed1e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jun 20 03:34:46 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jun 20 04:14:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3a3a5f

dev-perl/Alien-LibGumbo: Cleanup old 0.50.0

Insignificant unstable(~) version that has been eclipsed by newer
versions for at least a month

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild| 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild
deleted file mode 100644
index 6c4cea5c619..000
--- a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2020-04-23 Thread Kent Fredric
commit: 964fc89ee2bfcc18c6f26bbba5794e13a272a245
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 23 07:37:20 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 23 07:46:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964fc89e

dev-perl/Alien-LibGumbo: -r bump for EAPI7 and Tests

- EAPI7-ify
- Add some rudimentary tests to check modules are at least, loadable.

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild | 50 ++
 dev-perl/Alien-LibGumbo/metadata.xml   |  2 +
 2 files changed, 52 insertions(+)

diff --git a/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild 
b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild
new file mode 100644
index 000..3e5aca8a29b
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/Alien-LibGumbo-0.50.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RUZ
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Gumbo parser library"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+# 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="
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Alien-Base-ModuleBuild-0.5.0
+   >=dev-perl/Module-Build-0.420.0
+"
+src_test() {
+   local MODULES=(
+   "Alien::LibGumbo ${DIST_VERSION}"
+   "Alien::LibGumbo::ConfigData"
+   "Alien::LibGumbo::Install::Files"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}/blib" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   # Currently useless
+   # perl-module_src_test
+}

diff --git a/dev-perl/Alien-LibGumbo/metadata.xml 
b/dev-perl/Alien-LibGumbo/metadata.xml
index 1e7040b181a..7dcd3649f04 100644
--- a/dev-perl/Alien-LibGumbo/metadata.xml
+++ b/dev-perl/Alien-LibGumbo/metadata.xml
@@ -12,5 +12,7 @@
   
 Alien-LibGumbo
 Alien::LibGumbo
+Alien::LibGumbo::ConfigData
+Alien::LibGumbo::Install::Files
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/

2019-08-02 Thread Aaron W. Swenson
commit: edc5418a6e7f434d67c2fc31ab7421be6f44cddf
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Aug  2 09:59:08 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Fri Aug  2 10:10:03 2019 +
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  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 000..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 000..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 000..1e7040b181a
--- /dev/null
+++ b/dev-perl/Alien-LibGumbo/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+titanof...@gentoo.org
+Aaron W. Swenson
+  
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Alien-LibGumbo
+Alien::LibGumbo
+  
+