From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/xtl/
Date: Tue, 14 Feb 2023 12:02:44 +0000 (UTC) [thread overview]
Message-ID: <1676302985.da74857cf833fe14ec26b1a13024d70bf48f4d79.flow@gentoo> (raw)
commit: da74857cf833fe14ec26b1a13024d70bf48f4d79
Author: Kamal Abdellatif <gentoo.kamal <AT> tgf <DOT> pw>
AuthorDate: Mon Feb 13 15:17:49 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 15:43:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da74857c
dev-cpp/xtl: avoid unnecessary test compilation during src_install
Signed-off-by: Kamal Abdellatif <gentoo.kamal <AT> tgf.pw>
dev-cpp/xtl/xtl-0.7.5.ebuild | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/dev-cpp/xtl/xtl-0.7.5.ebuild b/dev-cpp/xtl/xtl-0.7.5.ebuild
index 939a65d5f..83b5fa6f9 100644
--- a/dev-cpp/xtl/xtl-0.7.5.ebuild
+++ b/dev-cpp/xtl/xtl-0.7.5.ebuild
@@ -3,6 +3,9 @@
EAPI=8
+# required because of manual install in src_install
+CMAKE_MAKEFILE_GENERATOR="emake"
+
PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-any-r1
@@ -57,3 +60,11 @@ src_compile() {
src_test() {
cmake_src_compile xtest
}
+
+src_install() {
+ # Default install target depends on tests with USE=test enabled.
+ # However, this is a header-only library.
+ DESTDIR="${D}" cmake_build install/fast "$@"
+
+ einstalldocs
+}
next reply other threads:[~2023-02-14 12:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 12:02 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-15 16:06 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/xtl/ Julien Roy
2023-02-16 12:47 Haelwenn Monnier
2023-02-14 12:02 Florian Schmaus
2023-02-13 11:28 Andrew Ammerlaan
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=1676302985.da74857cf833fe14ec26b1a13024d70bf48f4d79.flow@gentoo \
--to=flow@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