From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/
Date: Mon, 3 Jun 2024 06:10:20 +0000 (UTC) [thread overview]
Message-ID: <1717394667.1b24ef9b2136c1fa5cefb47eedca17aaefefa471.sam@gentoo> (raw)
commit: 1b24ef9b2136c1fa5cefb47eedca17aaefefa471
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 06:04:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 06:04:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b24ef9b
dev-util/umockdev: add 0.18.3
Also, filter -fno-semantic-interposition, as it doesn't play well
with wrappers like this.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/umockdev/Manifest | 1 +
dev-util/umockdev/{umockdev-9999.ebuild => umockdev-0.18.3.ebuild} | 7 +++++--
dev-util/umockdev/umockdev-9999.ebuild | 7 +++++--
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/dev-util/umockdev/Manifest b/dev-util/umockdev/Manifest
index 11fc9b425c3d..4d55746f5fd1 100644
--- a/dev-util/umockdev/Manifest
+++ b/dev-util/umockdev/Manifest
@@ -1,2 +1,3 @@
DIST umockdev-0.17.18.tar.xz 491668 BLAKE2B 106efc5674475383abb7618f087b3536441ae1fa30d6a92b689c1119ff62e06a20a6a529968f2b978f8ed410fc2033c95b86e214d4d4a576cdb9e68ee09a1853 SHA512 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b
DIST umockdev-0.18.1.tar.xz 493816 BLAKE2B 314969269e8e5b70b65c89345b659cf2784eb71cfd2c010e8043cc38b6965dce0dcadac6ffab266f4b926e46bb0939d6c159ee17fbf341eed7a11f932a80a2ad SHA512 4897c12fca8d1927a2840efbbd8281a95102b328cc682ffed10cd4e29b80f26b80df55fbd3736297ee4633561b007beda369bd3ddf07eb71bdd1d7c0222243c8
+DIST umockdev-0.18.3.tar.xz 493724 BLAKE2B 989391474b7204a228a323244b75dc81992c69cd79a499ea701344311a890383eb6d589769df2006727c371757e4bf807831b9ccabde0fcbfd1b99054042fdc6 SHA512 565fedc4367b7896ac4fd9cee19d704d1f3f8b382c31069ceef81d0a0e8f3a38b775f28bd7a3652a7bb9c5cb62dd1f616ea81d7fc2ee7fda933bad44b32627d2
diff --git a/dev-util/umockdev/umockdev-9999.ebuild b/dev-util/umockdev/umockdev-0.18.3.ebuild
similarity index 86%
copy from dev-util/umockdev/umockdev-9999.ebuild
copy to dev-util/umockdev/umockdev-0.18.3.ebuild
index d9b79b4a0013..c032e0519a4d 100644
--- a/dev-util/umockdev/umockdev-9999.ebuild
+++ b/dev-util/umockdev/umockdev-0.18.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
-inherit meson-multilib python-any-r1 vala
+inherit flag-o-matic meson-multilib python-any-r1 vala
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/martinpitt/${PN}.git"
@@ -50,6 +50,9 @@ src_prepare() {
}
multilib_src_configure() {
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270
+ filter-flags -fno-semantic-interposition
+
export VALAC="$(type -P valac-$(vala_best_api_version))"
meson_src_configure
}
diff --git a/dev-util/umockdev/umockdev-9999.ebuild b/dev-util/umockdev/umockdev-9999.ebuild
index d9b79b4a0013..c032e0519a4d 100644
--- a/dev-util/umockdev/umockdev-9999.ebuild
+++ b/dev-util/umockdev/umockdev-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
-inherit meson-multilib python-any-r1 vala
+inherit flag-o-matic meson-multilib python-any-r1 vala
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://github.com/martinpitt/${PN}.git"
@@ -50,6 +50,9 @@ src_prepare() {
}
multilib_src_configure() {
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270
+ filter-flags -fno-semantic-interposition
+
export VALAC="$(type -P valac-$(vala_best_api_version))"
meson_src_configure
}
next reply other threads:[~2024-06-03 6:10 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-03 6:10 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-12 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ Michał Górny
2025-09-12 13:34 Arthur Zamarin
2025-09-10 3:39 Arthur Zamarin
2025-09-10 0:41 Sam James
2025-08-05 11:44 Pacho Ramos
2025-08-03 11:19 Pacho Ramos
2025-08-03 10:11 Pacho Ramos
2025-08-03 10:11 Pacho Ramos
2025-08-03 10:11 Pacho Ramos
2025-08-03 10:11 Pacho Ramos
2025-08-03 10:11 Pacho Ramos
2025-07-02 20:06 Pacho Ramos
2025-04-26 2:22 Sam James
2025-04-26 1:59 Sam James
2024-09-13 4:13 Sam James
2024-08-09 9:29 Sam James
2024-07-04 19:09 Arthur Zamarin
2024-07-04 19:08 Sam James
2024-07-04 18:51 Arthur Zamarin
2024-07-04 18:49 Arthur Zamarin
2024-07-04 18:44 Arthur Zamarin
2024-05-04 18:11 Pacho Ramos
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-07-27 15:39 Matt Turner
2023-05-02 19:16 Sam James
2023-05-02 18:08 Arthur Zamarin
2023-05-02 17:36 Arthur Zamarin
2023-05-02 17:30 Arthur Zamarin
2023-04-17 18:24 Matt Turner
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-19 17:36 Arthur Zamarin
2023-01-30 17:10 Matt Turner
2022-12-22 11:13 Arthur Zamarin
2022-12-17 6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-11-24 15:37 Matt Turner
2022-10-14 2:10 Sam James
2022-08-28 7:41 WANG Xuerui
2022-07-21 0:13 Sam James
2022-07-18 17:44 Sam James
2022-05-30 18:22 Matt Turner
2022-05-28 5:38 Sam James
2022-05-19 14:29 Matt Turner
2022-05-10 20:00 Matt Turner
2022-04-11 18:05 Matt Turner
2022-03-24 0:38 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2022-03-01 20:37 Matt Turner
2022-01-24 14:49 Sam James
2022-01-24 14:45 Sam James
2022-01-22 23:47 Matt Turner
2022-01-22 22:39 Sam James
2022-01-20 9:42 Arthur Zamarin
2022-01-18 21:44 Matt Turner
2022-01-11 17:21 Matt Turner
2022-01-10 21:30 Matt Turner
2021-12-19 17:50 Matt Turner
2021-11-28 19:01 Arthur Zamarin
2021-11-23 19:59 Arthur Zamarin
2021-10-12 0:10 Sam James
2021-10-02 22:50 Sam James
2021-09-13 16:03 Sam James
2021-09-09 7:39 Agostino Sarubbo
2021-09-08 6:56 Agostino Sarubbo
2021-09-08 6:55 Agostino Sarubbo
2021-09-06 0:15 Sam James
2021-08-28 21:14 Matt Turner
2021-08-11 23:07 Sam James
2021-08-10 4:59 Sam James
2021-08-06 20:49 Sam James
2021-08-04 21:12 Marek Szuba
2021-07-31 11:44 Sergei Trofimovich
2021-07-30 19:39 Matt Turner
2021-07-29 20:58 Matt Turner
2021-04-08 0:11 Thomas Deutschmann
2020-12-14 0:46 Sam James
2020-11-06 1:41 Georgy Yakovlev
2020-08-22 10:10 Michał Górny
2020-06-25 7:00 Agostino Sarubbo
2020-06-20 13:48 Thomas Deutschmann
2020-06-15 19:46 Mike Gilbert
2019-12-12 16:46 Michał Górny
2018-12-01 17:10 Gilles Dartiguelongue
2018-05-17 10:05 Gilles Dartiguelongue
2018-05-17 10:05 Gilles Dartiguelongue
2017-05-28 9:29 Pacho Ramos
2016-01-23 20:07 Michael Palimaka
2015-09-15 0:41 Tim Harder
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=1717394667.1b24ef9b2136c1fa5cefb47eedca17aaefefa471.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