* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2019-08-02 10:10 Aaron W. Swenson
0 siblings, 0 replies; 9+ messages in thread
From: Aaron W. Swenson @ 2019-08-02 10:10 UTC (permalink / raw
To: gentoo-commits
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>titanofold@gentoo.org</email>
+ <name>Aaron W. Swenson</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2020-04-23 7:47 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-04-23 7:47 UTC (permalink / raw
To: gentoo-commits
commit: 964fc89ee2bfcc18c6f26bbba5794e13a272a245
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 07:37:20 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 07:46:31 2020 +0000
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 <kentnl <AT> 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 00000000000..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 @@
<upstream>
<remote-id type="cpan">Alien-LibGumbo</remote-id>
<remote-id type="cpan-module">Alien::LibGumbo</remote-id>
+ <remote-id type="cpan-module">Alien::LibGumbo::ConfigData</remote-id>
+ <remote-id type="cpan-module">Alien::LibGumbo::Install::Files</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2020-06-20 4:15 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-06-20 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 2a3a3a5f072962a0f2ee0c2e36cb9498c606ed1e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 03:34:46 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 04:14:55 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2020-07-03 0:07 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-07-03 0:07 UTC (permalink / raw
To: gentoo-commits
commit: e3cce8603cc5706cf62c8e3ab2e679ed460c1c92
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 21:55:24 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 23:57:06 2020 +0000
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 <kentnl <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2020-08-06 16:05 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-08-06 16:05 UTC (permalink / raw
To: gentoo-commits
commit: d80009fe6ffc3469ca472adeb8f5b5c7528cc0fd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 15:57:04 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 15:57:04 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2022-11-23 14:08 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2022-11-23 14:08 UTC (permalink / raw
To: gentoo-commits
commit: 6d1c30b3384a251ddab4271e98145b97d10c3539
Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 29 11:07:20 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 14:02:34 2022 +0000
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 <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> 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="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2023-05-20 5:59 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-05-20 5:59 UTC (permalink / raw
To: gentoo-commits
commit: 1143798e7a264d5938299f6d9e87f5a87a72b211
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 05:48:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 05:59:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1143798e
dev-perl/Alien-LibGumbo: fix whitespace
Signed-off-by: Sam James <sam <AT> 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}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2024-01-20 12:29 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-01-20 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 4a3466ff4b7ae0ec263776f6da27f78b13efe7d3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 12:28:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 12:28:30 2024 +0000
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 <sam <AT> 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}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
@ 2024-05-22 2:18 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-05-22 2:18 UTC (permalink / raw
To: gentoo-commits
commit: a25b9997efb1aace98f304a7c1739435b65b883a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 01:50:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:17:52 2024 +0000
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 <sam <AT> 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 000000000000..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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-22 2:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-20 4:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2024-05-22 2:18 Sam James
2024-01-20 12:29 Sam James
2023-05-20 5:59 Sam James
2022-11-23 14:08 Jakov Smolić
2020-08-06 16:05 Kent Fredric
2020-07-03 0:07 Kent Fredric
2020-04-23 7:47 Kent Fredric
2019-08-02 10:10 Aaron W. Swenson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox