Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libgudev/
Date: Wed, 30 Dec 2020 12:50:32
Message-Id: 1609332624.439d91226a686886cfbb4e5adf1ec81970c267c5.mgorny@gentoo
1 commit: 439d91226a686886cfbb4e5adf1ec81970c267c5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 12:46:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 12:50:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439d9122
7
8 virtual/libgudev: Remove old
9
10 Both the old systemd/udev/eudev versions providing 'gudev' flag
11 and the old versions of dev-libs/libgudev are gone.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 virtual/libgudev/libgudev-215-r3.ebuild | 22 ----------------------
16 virtual/libgudev/libgudev-230.ebuild | 12 ------------
17 2 files changed, 34 deletions(-)
18
19 diff --git a/virtual/libgudev/libgudev-215-r3.ebuild b/virtual/libgudev/libgudev-215-r3.ebuild
20 deleted file mode 100644
21 index 3532776abeb..00000000000
22 --- a/virtual/libgudev/libgudev-215-r3.ebuild
23 +++ /dev/null
24 @@ -1,22 +0,0 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -inherit multilib-build
30 -
31 -DESCRIPTION="Virtual for libgudev providers"
32 -SLOT="0/0"
33 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
34 -IUSE="introspection static-libs systemd"
35 -REQUIRED_USE="systemd? ( !static-libs )"
36 -
37 -RDEPEND="
38 - || ( dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]
39 - !systemd? ( || (
40 - >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev(-),introspection(-)?,static-libs?]
41 - >=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev(-),introspection(-)?,static-libs?] )
42 - )
43 - systemd? (
44 - >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev(-),introspection(-)?]
45 - )
46 - )"
47
48 diff --git a/virtual/libgudev/libgudev-230.ebuild b/virtual/libgudev/libgudev-230.ebuild
49 deleted file mode 100644
50 index 8e11c3be2da..00000000000
51 --- a/virtual/libgudev/libgudev-230.ebuild
52 +++ /dev/null
53 @@ -1,12 +0,0 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -inherit multilib-build
59 -
60 -DESCRIPTION="Virtual for libgudev providers"
61 -SLOT="0/0"
62 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
63 -IUSE="introspection static-libs"
64 -
65 -RDEPEND="dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"