From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser/
Date: Mon, 29 Apr 2024 09:56:35 +0000 (UTC) [thread overview]
Message-ID: <1714384572.e5a08ae25a2cff339f102fd0e929ab1f5e636b5d.dilfridge@gentoo> (raw)
commit: e5a08ae25a2cff339f102fd0e929ab1f5e636b5d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 09:23:04 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 09:56:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a08ae2
dev-perl/XML-Parser: add 2.470.0
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/XML-Parser/Manifest | 1 +
dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild | 43 +++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-perl/XML-Parser/Manifest b/dev-perl/XML-Parser/Manifest
index d8458205f03d..f5af5ec776b6 100644
--- a/dev-perl/XML-Parser/Manifest
+++ b/dev-perl/XML-Parser/Manifest
@@ -1 +1,2 @@
DIST XML-Parser-2.46.tar.gz 254763 BLAKE2B a815c8f517adb609a1690e6127660eb339649eacffb21d77664b4f9ea071fbaeb432f50bc6469cb36a6b9b4b4e037f778dd2289bed6d87f497713d1d8cab9d0e SHA512 c4609495cc5ca34952f61876a690ef76d42eee6689d1bedb8036c9eab918525ec5213f1639c7178c029ee0f8765a2ca5eb0197f6e39b8be6d5dbc3f3c1d0b389
+DIST XML-Parser-2.47.tar.gz 279029 BLAKE2B b74d87e3d410eef9661a98ab6a7f73107b0f4ad717e2cb60206ad9a83797b250f43475f89b8ef32a0ccdf5a511a1186351a708ad4880a0bb0a30b03dda55a490 SHA512 3f9de53341bc85b87c88ad31e04b13f1f95516eec0d7e5fd1c1a3b3e66a91ca3d4de7c649978599219a4d4372f6218764ab5e1805b7155b5ca200006e1b0908f
diff --git a/dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild b/dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild
new file mode 100644
index 000000000000..1ae7d5833a57
--- /dev/null
+++ b/dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=2.47
+inherit perl-module
+
+DESCRIPTION="A perl module for parsing XML documents"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ >=dev-libs/expat-1.95.1-r1
+ dev-perl/libwww-perl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Devel-CheckLib-1.140.0
+"
+
+src_prepare() {
+ default
+
+ # Drop bundled CheckLib which breaks Expat detection
+ # bug #827966
+ rm inc/Devel/CheckLib.pm || die
+}
+
+src_configure() {
+ myconf="EXPATLIBPATH=${ESYSROOT}/usr/$(get_libdir) EXPATINCPATH=${ESYSROOT}/usr/include"
+ perl-module_src_configure
+}
+
+src_install() {
+ perl-module_src_install
+
+ # "special" test for bug #827966
+ einfo "Checking for Expat.so (bug #827966)"
+ find "${D}" -name Expat.so | grep Expat || die "Something went badly wrong, can't find Expat.so. Please file a bug."
+}
next reply other threads:[~2024-04-29 9:56 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-29 9:56 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-27 18:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser/ Andreas K. Hüttel
2024-07-10 4:21 Ionen Wolkens
2024-06-09 21:18 Sam James
2022-05-14 6:54 WANG Xuerui
2022-03-10 21:12 Sam James
2022-02-15 10:31 Jakov Smolić
2022-02-02 10:48 Sam James
2022-01-29 18:48 Arthur Zamarin
2022-01-29 18:48 Arthur Zamarin
2022-01-29 15:47 Sam James
2022-01-29 15:47 Sam James
2022-01-29 13:09 Arthur Zamarin
2022-01-29 12:53 Arthur Zamarin
2022-01-29 12:53 Arthur Zamarin
2021-12-14 6:46 Sam James
2021-12-14 6:46 Sam James
2021-12-14 6:44 Sam James
2021-12-14 6:22 Sam James
2021-12-14 6:22 Sam James
2021-12-13 0:11 Andreas K. Hüttel
2021-10-06 12:07 Andreas K. Hüttel
2021-08-03 11:03 Sam James
2021-08-02 12:17 Sam James
2021-07-31 22:23 Sam James
2021-07-31 22:12 Sam James
2021-07-31 13:04 Agostino Sarubbo
2021-07-31 11:44 Sergei Trofimovich
2021-07-30 15:37 Sergei Trofimovich
2021-04-24 17:14 Andreas K. Hüttel
2020-12-27 16:19 Fabian Groffen
2019-05-04 19:08 Andreas K. Hüttel
2017-02-14 20:03 Mike Frysinger
2017-02-04 17:33 Andreas Hüttel
2017-02-03 21:48 Jeroen Roovers
2017-01-29 16:59 Fabian Groffen
2016-12-20 20:09 Thomas Deutschmann
2016-12-20 18:08 Tobias Klausmann
2016-10-05 19:02 Markus Meier
2016-09-26 15:22 Tobias Klausmann
2016-09-10 11:11 Kent Fredric
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=1714384572.e5a08ae25a2cff339f102fd0e929ab1f5e636b5d.dilfridge@gentoo \
--to=dilfridge@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