From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/
Date: Thu, 20 Jul 2023 19:12:58 +0000 (UTC) [thread overview]
Message-ID: <1689880337.efde0a27b9793d3a492f2b2f19d92d56fd8a9ddb.mattst88@gentoo> (raw)
commit: efde0a27b9793d3a492f2b2f19d92d56fd8a9ddb
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 22:49:09 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 19:12:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efde0a27
dev-libs/libgudev: Version bump to 238
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libgudev/Manifest | 1 +
dev-libs/libgudev/libgudev-238.ebuild | 47 +++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest
index d8d7cbc1d4e6..d6f2213c58f4 100644
--- a/dev-libs/libgudev/Manifest
+++ b/dev-libs/libgudev/Manifest
@@ -1 +1,2 @@
DIST libgudev-237.tar.xz 29060 BLAKE2B 5d39d4d26d8c8b3fa877319c294036294dbda96b340d2d04d7a35449d91b58de876b96b5e3d9423cdf3e1d3e2a94f5a861b1ac1e74a610637e0fc66248c68309 SHA512 2d68981e3ba5c58ee080b6ed5cd5152c1c352b2bdb3ecb5eaf2b91f6800d3369121222a7fe4f82630aabd164069ee7276c52082b2fc2ff5f318481b85b25abc6
+DIST libgudev-238.tar.xz 30548 BLAKE2B 386491e78c82081e89dad897d16ea6733430a67db3f75f2d9fdee5474b074ad6fede9f08e429f4eb6feaa9bbbb982d9d039db738aac5b5ce0ffac2d3a19430d4 SHA512 684061b4fc64a6ea3dd1ac34835279330c7eb2728fad6e3a9d34c0d501be3103d0f96c6d6866c8e257a0027e4f78a6314cb8ba81cda5ddf42ee9ea1a576ec5dc
diff --git a/dev-libs/libgudev/libgudev-238.ebuild b/dev-libs/libgudev/libgudev-238.ebuild
new file mode 100644
index 000000000000..a71d45bcd0ac
--- /dev/null
+++ b/dev-libs/libgudev/libgudev-238.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2015-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson-multilib
+
+DESCRIPTION="GObject bindings for libudev"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
+SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0/0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
+ >=virtual/libudev-251:=[${MULTILIB_USEDEP}]
+ introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
+"
+DEPEND="${RDEPEND}
+ test? ( dev-util/umockdev[${MULTILIB_USEDEP}] )
+"
+BDEPEND="
+ dev-util/glib-utils
+ virtual/pkgconfig
+"
+
+multilib_src_configure() {
+ local emesonargs=(
+ $(meson_native_use_feature introspection)
+ -Dgtk_doc=false
+ $(meson_feature test tests)
+ -Dvapi=disabled
+ )
+ meson_src_configure
+}
+
+src_test() {
+ # libsandbox interferes somehow.
+ # There are no access violations, but tests fail.
+ # https://bugs.gentoo.org/805449
+ local -x SANDBOX_ON=0
+ meson-multilib_src_test
+}
next reply other threads:[~2023-07-20 19:13 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-20 19:12 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-30 7:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ Sam James
2024-08-20 6:14 Arthur Zamarin
2024-08-20 6:14 Arthur Zamarin
2024-08-20 5:59 Sam James
2024-08-20 5:59 Sam James
2024-08-20 5:59 Sam James
2024-08-20 5:59 Sam James
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-07-31 15:22 Mike Gilbert
2023-02-15 18:38 Matt Turner
2022-10-30 1:50 Matt Turner
2022-05-24 11:14 WANG Xuerui
2021-11-28 19:01 Arthur Zamarin
2021-11-28 12:04 Andreas Sturmlechner
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-10 1:27 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-07 17:37 Mike Gilbert
2021-09-06 0:15 Sam James
2021-08-21 20:54 Mike Gilbert
2021-08-17 6:33 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-08-01 15:04 Mike Gilbert
2021-07-31 22:26 Joshua Kinard
2021-07-29 21:14 Mike Gilbert
2021-07-26 17:30 Mike Gilbert
2021-07-24 20:27 Mike Gilbert
2021-05-21 14:54 Yixun Lan
2021-04-13 15:00 Sam James
2021-04-12 16:02 Sam James
2021-03-15 18:06 Sergei Trofimovich
2020-12-19 15:14 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2019-10-27 15:31 Michał Górny
2019-10-13 19:04 Matt Turner
2019-09-14 23:36 Sergei Trofimovich
2019-09-08 1:13 Thomas Deutschmann
2019-09-03 0:16 Aaron Bauman
2019-09-02 10:11 Agostino Sarubbo
2019-09-02 9:32 Agostino Sarubbo
2019-09-02 7:25 Agostino Sarubbo
2019-09-01 18:20 Mikle Kolyada
2019-08-31 5:26 Mikle Kolyada
2019-08-04 10:29 Mart Raudsepp
2019-08-03 18:07 Mart Raudsepp
2018-12-30 18:48 Mikle Kolyada
2018-10-02 15:45 Mike Gilbert
2018-03-15 1:50 Mart Raudsepp
2017-12-27 13:02 Mart Raudsepp
2017-12-27 8:35 Markus Meier
2017-12-17 18:42 Mart Raudsepp
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 21:15 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-10-30 8:42 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-09-23 21:13 Thomas Deutschmann
2017-09-04 22:38 Gilles Dartiguelongue
2017-07-20 4:42 Markus Meier
2017-07-15 11:04 Tobias Klausmann
2017-07-09 18:18 Sergei Trofimovich
2017-02-20 17:53 Mike Gilbert
2016-12-06 20:22 Markus Meier
2016-09-11 11:28 Gilles Dartiguelongue
2016-03-04 8:13 Stephen Klimaszewski
2016-01-11 9:56 Agostino Sarubbo
2016-01-10 11:22 Agostino Sarubbo
2016-01-09 7:00 Agostino Sarubbo
2016-01-07 20:13 Markus Meier
2015-12-26 12:03 Agostino Sarubbo
2015-12-19 6:18 Jeroen Roovers
2015-12-14 16:13 Agostino Sarubbo
2015-12-14 7:54 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=1689880337.efde0a27b9793d3a492f2b2f19d92d56fd8a9ddb.mattst88@gentoo \
--to=mattst88@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