From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/
Date: Thu, 10 Mar 2022 22:45:27 +0000 (UTC) [thread overview]
Message-ID: <1646951592.b1fbfa633e03ebcfb90a1a84781e5b6eeab64338.sam@gentoo> (raw)
commit: b1fbfa633e03ebcfb90a1a84781e5b6eeab64338
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:33:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:33:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fbfa63
dev-perl/Search-Xapian: don't call tc-getCXX in global scope
Closes: https://bugs.gentoo.org/593366
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild | 7 +++++--
dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild | 7 +++++--
dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild | 5 ++++-
dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild | 5 ++++-
4 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
index b8cfbc7060ef..5cc9b91c2ae4 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.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=6
@@ -27,7 +27,10 @@ DEPEND="${RDEPEND}
DIST_TEST=do
# parallel fails sometimes...
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+ myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+ perl-module_src_configure
+}
src_install() {
perl-module_src_install
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
index 3a61a1ff3b12..f7d7e72802ad 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,7 +26,10 @@ DEPEND="${RDEPEND}
DIST_TEST=do
# parallel fails sometimes...
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+ myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+ perl-module_src_configure
+}
src_install() {
perl-module_src_install
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
index b3fef4008d7b..9e0f99acb617 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
@@ -23,7 +23,10 @@ DEPEND="${RDEPEND}
DIST_TEST=do
# parallel fails sometimes...
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+ myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+ perl-module_src_configure
+}
src_install() {
perl-module_src_install
diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild
index e7e3101f4ac3..0c320bfdd619 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild
@@ -26,7 +26,10 @@ DEPEND="${RDEPEND}
DIST_TEST=do
# parallel fails sometimes...
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+ myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+ perl-module_src_configure
+}
src_install() {
perl-module_src_install
next reply other threads:[~2022-03-10 22:45 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-10 22:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-17 10:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Xapian/ Petr Vaněk
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-07-14 22:51 Sam James
2024-06-18 14:50 Jason A. Donenfeld
2024-02-25 13:36 Sam James
2023-12-02 21:34 Sam James
2022-10-28 18:50 Sam James
2022-10-28 18:26 Sam James
2022-10-28 18:26 Sam James
2022-10-28 18:26 Sam James
2022-10-28 18:24 Sam James
2022-10-28 18:24 Sam James
2022-06-29 11:09 Sam James
2022-02-28 22:58 Andreas K. Hüttel
2022-02-28 16:16 Anthony G. Basile
2021-12-05 22:15 Andreas K. Hüttel
2021-08-06 19:33 Andreas K. Hüttel
2021-06-03 22:52 Sam James
2020-11-20 16:50 Anthony G. Basile
2020-11-18 0:57 Anthony G. Basile
2020-04-10 9:48 Sergei Trofimovich
2018-09-30 14:58 Anthony G. Basile
2018-09-30 14:56 Anthony G. Basile
2018-08-30 4:44 Markus Meier
2018-08-11 18:55 Sergei Trofimovich
2018-08-04 0:01 Mikle Kolyada
2018-07-31 8:33 Sergei Trofimovich
2018-07-30 22:08 Sergei Trofimovich
2018-07-30 21:28 Sergei Trofimovich
2018-07-29 14:04 Thomas Deutschmann
2018-07-20 15:00 Anthony G. Basile
2017-11-20 12:31 Anthony G. Basile
2017-11-09 0:07 Matt Turner
2017-10-06 11:08 Anthony G. Basile
2016-12-30 11:12 Agostino Sarubbo
2016-11-03 16:19 Göktürk Yüksek
2016-09-04 16:30 Anthony G. Basile
2016-08-18 0:52 Anthony G. Basile
2016-05-25 22:27 Matt Turner
2016-05-25 22:27 Matt Turner
2016-05-25 14:28 Tobias Klausmann
2016-05-19 19:23 Markus Meier
2016-05-19 19:16 Markus Meier
2016-05-13 10:12 Agostino Sarubbo
2016-05-02 18:24 Andreas Hüttel
2016-05-02 18:24 Andreas Hüttel
2016-03-30 10:22 Anthony G. Basile
2016-02-21 19:03 Markus Meier
2016-02-15 1:57 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2016-02-13 15:09 Anthony G. Basile
2015-12-31 15:30 Anthony G. Basile
2015-10-13 18:53 Anthony G. Basile
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=1646951592.b1fbfa633e03ebcfb90a1a84781e5b6eeab64338.sam@gentoo \
--to=sam@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