Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/
Date: Sun, 28 Nov 2021 12:04:59
Message-Id: 1638101086.d4483da50d825b57c5ed079d4cf0272608f246a7.asturm@gentoo
1 commit: d4483da50d825b57c5ed079d4cf0272608f246a7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 09:40:08 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 12:04:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4483da5
7
8 dev-libs/libgudev: Drop 234-r1, 236-r2
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libgudev/Manifest | 1 -
14 dev-libs/libgudev/libgudev-234-r1.ebuild | 44 --------------------------
15 dev-libs/libgudev/libgudev-236-r2.ebuild | 53 --------------------------------
16 3 files changed, 98 deletions(-)
17
18 diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest
19 index 9721ce89a46c..9ccec2aff812 100644
20 --- a/dev-libs/libgudev/Manifest
21 +++ b/dev-libs/libgudev/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST libgudev-234.tar.xz 273244 BLAKE2B c0556988e37d5a5c48ba906b121d3c7a16c6a8ee4d05eb0e51913b9cde51bdc10966dcf8ceeccf62021dd8e47b004c85ed3412942d9d2bd5176d604931745f50 SHA512 cb01906d532b05cf8f69acdf80a8f05fbd4863fd98e88928b491e3657e60844f7ae6ca903ddd773fbea37268ff85d12719de47fd92a2f18b98fa2dbfe85e8151
24 DIST libgudev-236.tar.xz 28428 BLAKE2B cee5098f851183131db88812c8a985a3617fec7a2257f3c05ae0f06e423f15efa89801ef0c75cbb6e5ea9fb7a9db3c4d9215a3689e5d1ddb4832ef17442753cf SHA512 b00c30a7d57de8cca92a22f4c4da878c7cce448b1177858cc9ee0b99c5bc4fd0fbd01d8f4f9a9b9ef073af8f51c26533f2e7896c01ed9fed0a2bcfa6b2cfcbc2
25 DIST libgudev-237.tar.xz 29060 BLAKE2B 5d39d4d26d8c8b3fa877319c294036294dbda96b340d2d04d7a35449d91b58de876b96b5e3d9423cdf3e1d3e2a94f5a861b1ac1e74a610637e0fc66248c68309 SHA512 2d68981e3ba5c58ee080b6ed5cd5152c1c352b2bdb3ecb5eaf2b91f6800d3369121222a7fe4f82630aabd164069ee7276c52082b2fc2ff5f318481b85b25abc6
26
27 diff --git a/dev-libs/libgudev/libgudev-234-r1.ebuild b/dev-libs/libgudev/libgudev-234-r1.ebuild
28 deleted file mode 100644
29 index fa61270e62e0..000000000000
30 --- a/dev-libs/libgudev/libgudev-234-r1.ebuild
31 +++ /dev/null
32 @@ -1,44 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit gnome2 multilib-minimal
39 -
40 -DESCRIPTION="GObject bindings for libudev"
41 -HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
42 -
43 -LICENSE="LGPL-2.1+"
44 -SLOT="0/0"
45 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
46 -IUSE="introspection"
47 -
48 -DEPEND="
49 - >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
50 - >=virtual/libudev-199:=[${MULTILIB_USEDEP}]
51 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
52 -"
53 -RDEPEND="${DEPEND}
54 - !sys-fs/eudev[gudev(-)]
55 - !sys-fs/udev[gudev(-)]
56 - !sys-apps/systemd[gudev(-)]
57 -"
58 -BDEPEND="
59 - dev-util/glib-utils
60 - >=dev-util/gtk-doc-am-1.18
61 - virtual/pkgconfig
62 -"
63 -
64 -multilib_src_configure() {
65 - local myconf=(
66 - $(multilib_native_use_enable introspection)
67 - --disable-static
68 - --disable-umockdev # umockdev tests currently don't pass (might need extra setup)
69 - )
70 - local ECONF_SOURCE="${S}"
71 - gnome2_src_configure "${myconf[@]}"
72 -}
73 -
74 -multilib_src_install() {
75 - gnome2_src_install
76 -}
77
78 diff --git a/dev-libs/libgudev/libgudev-236-r2.ebuild b/dev-libs/libgudev/libgudev-236-r2.ebuild
79 deleted file mode 100644
80 index 84fcb3d13a8f..000000000000
81 --- a/dev-libs/libgudev/libgudev-236-r2.ebuild
82 +++ /dev/null
83 @@ -1,53 +0,0 @@
84 -# Copyright 2015-2021 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -inherit meson-multilib
90 -
91 -DESCRIPTION="GObject bindings for libudev"
92 -HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
93 -SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz"
94 -
95 -LICENSE="LGPL-2.1+"
96 -SLOT="0/0"
97 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86"
98 -IUSE="introspection test"
99 -RESTRICT="!test? ( test )"
100 -
101 -RDEPEND="
102 - >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
103 - >=virtual/libudev-199:=[${MULTILIB_USEDEP}]
104 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
105 -"
106 -DEPEND="${RDEPEND}
107 - test? ( dev-util/umockdev[${MULTILIB_USEDEP}] )
108 -"
109 -BDEPEND="
110 - dev-util/glib-utils
111 - virtual/pkgconfig
112 -"
113 -
114 -src_prepare() {
115 - default
116 - # avoid multilib checksum mismatch
117 - sed -i -e 's:@filename@:gudev/gudevenums.h:' gudev/gudevenumtypes.h.template || die
118 -}
119 -
120 -multilib_src_configure() {
121 - local emesonargs=(
122 - $(meson_native_use_feature introspection)
123 - -Dgtk_doc=false
124 - $(meson_feature test tests)
125 - -Dvapi=disabled
126 - )
127 - meson_src_configure
128 -}
129 -
130 -src_test() {
131 - # libsandbox interferes somehow.
132 - # There are no access violations, but tests fail.
133 - # https://bugs.gentoo.org/805449
134 - local -x SANDBOX_ON=0
135 - meson-multilib_src_test
136 -}