commit: e050b2169ba7cfce8b6b295e1150570992444d3a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 10:15:21 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 13:55:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e050b216
dev-libs/libgudev: drop 238-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/libgudev/libgudev-238-r1.ebuild | 47 -------------------------------- 1 file changed, 47 deletions(-) diff --git a/dev-libs/libgudev/libgudev-238-r1.ebuild b/dev-libs/libgudev/libgudev-238-r1.ebuild deleted file mode 100644 index 6fda5a94af89..000000000000 --- a/dev-libs/libgudev/libgudev-238-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2015-2025 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 ~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:=[sticky-tags(+),${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) -" -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 -}
