From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/
Date: Tue, 17 Aug 2021 06:33:00 +0000 (UTC) [thread overview]
Message-ID: <1629181973.c2a04b49d87b6eddb16c2c4a53bb9ec0fbfe001d.mattst88@gentoo> (raw)
commit: c2a04b49d87b6eddb16c2c4a53bb9ec0fbfe001d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 06:29:04 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 06:32:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a04b49
dev-libs/libgudev: Version bump to 237
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libgudev/Manifest | 1 +
dev-libs/libgudev/libgudev-237.ebuild | 48 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest
index 3951907c051..9721ce89a46 100644
--- a/dev-libs/libgudev/Manifest
+++ b/dev-libs/libgudev/Manifest
@@ -1,2 +1,3 @@
DIST libgudev-234.tar.xz 273244 BLAKE2B c0556988e37d5a5c48ba906b121d3c7a16c6a8ee4d05eb0e51913b9cde51bdc10966dcf8ceeccf62021dd8e47b004c85ed3412942d9d2bd5176d604931745f50 SHA512 cb01906d532b05cf8f69acdf80a8f05fbd4863fd98e88928b491e3657e60844f7ae6ca903ddd773fbea37268ff85d12719de47fd92a2f18b98fa2dbfe85e8151
DIST libgudev-236.tar.xz 28428 BLAKE2B cee5098f851183131db88812c8a985a3617fec7a2257f3c05ae0f06e423f15efa89801ef0c75cbb6e5ea9fb7a9db3c4d9215a3689e5d1ddb4832ef17442753cf SHA512 b00c30a7d57de8cca92a22f4c4da878c7cce448b1177858cc9ee0b99c5bc4fd0fbd01d8f4f9a9b9ef073af8f51c26533f2e7896c01ed9fed0a2bcfa6b2cfcbc2
+DIST libgudev-237.tar.xz 29060 BLAKE2B 5d39d4d26d8c8b3fa877319c294036294dbda96b340d2d04d7a35449d91b58de876b96b5e3d9423cdf3e1d3e2a94f5a861b1ac1e74a610637e0fc66248c68309 SHA512 2d68981e3ba5c58ee080b6ed5cd5152c1c352b2bdb3ecb5eaf2b91f6800d3369121222a7fe4f82630aabd164069ee7276c52082b2fc2ff5f318481b85b25abc6
diff --git a/dev-libs/libgudev/libgudev-237.ebuild b/dev-libs/libgudev/libgudev-237.ebuild
new file mode 100644
index 00000000000..6f131f3140b
--- /dev/null
+++ b/dev-libs/libgudev/libgudev-237.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2015-2021 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="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86"
+IUSE="introspection static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?]
+ >=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?]
+ 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
+ -Ddefault_library=$(usex static-libs both shared)
+ $(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:[~2021-08-17 6:33 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-17 6:33 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-07-20 19:12 Matt Turner
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-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=1629181973.c2a04b49d87b6eddb16c2c4a53bb9ec0fbfe001d.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