From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/
Date: Thu, 23 Apr 2020 07:47:08 +0000 (UTC) [thread overview]
Message-ID: <1587627991.964fc89ee2bfcc18c6f26bbba5794e13a272a245.kentnl@gentoo> (raw)
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>
next reply other threads:[~2020-04-23 7:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-23 7:47 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-22 2:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-LibGumbo/ 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-06-20 4:15 Kent Fredric
2019-08-02 10:10 Aaron W. Swenson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587627991.964fc89ee2bfcc18c6f26bbba5794e13a272a245.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox