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: profiles/targets/systemd/, profiles/targets/desktop/, virtual/libgudev/
Date: Wed, 30 Dec 2020 12:50:33
Message-Id: 1609332626.01ddfe85c2a1cf1cce787cf442f1dca8946d73a5.mgorny@gentoo
1 commit: 01ddfe85c2a1cf1cce787cf442f1dca8946d73a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 12:48:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 12:50:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ddfe85
7
8 virtual/libgudev: Remove
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/targets/desktop/package.use | 1 -
13 profiles/targets/systemd/package.use.force | 1 -
14 virtual/libgudev/libgudev-232.ebuild | 12 ------------
15 virtual/libgudev/metadata.xml | 13 -------------
16 4 files changed, 27 deletions(-)
17
18 diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
19 index 33f68fa62bc..e9871000e8a 100644
20 --- a/profiles/targets/desktop/package.use
21 +++ b/profiles/targets/desktop/package.use
22 @@ -91,7 +91,6 @@ media-libs/libpng apng
23 # introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package
24 dev-libs/libgudev introspection
25 sys-fs/eudev introspection
26 -virtual/libgudev introspection
27
28 # Samuli Suominen <ssuominen@g.o> (2010-12-19)
29 # Support for desktop file icons
30
31 diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force
32 index e5028430d74..0abe8e8aadc 100644
33 --- a/profiles/targets/systemd/package.use.force
34 +++ b/profiles/targets/systemd/package.use.force
35 @@ -3,5 +3,4 @@
36
37 # Mike Gilbert <floppym@g.o> (2015-04-22)
38 # Force systemd to avoid depgraph breakage, bug 547360.
39 -virtual/libgudev systemd
40 virtual/libudev systemd
41
42 diff --git a/virtual/libgudev/libgudev-232.ebuild b/virtual/libgudev/libgudev-232.ebuild
43 deleted file mode 100644
44 index 16d7200f1ac..00000000000
45 --- a/virtual/libgudev/libgudev-232.ebuild
46 +++ /dev/null
47 @@ -1,12 +0,0 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=6
52 -inherit multilib-build
53 -
54 -DESCRIPTION="Virtual for libgudev providers"
55 -SLOT="0/0"
56 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
57 -IUSE="introspection static-libs"
58 -
59 -RDEPEND=">=dev-libs/libgudev-232:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"
60
61 diff --git a/virtual/libgudev/metadata.xml b/virtual/libgudev/metadata.xml
62 deleted file mode 100644
63 index b1c8a60ed0c..00000000000
64 --- a/virtual/libgudev/metadata.xml
65 +++ /dev/null
66 @@ -1,13 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer type="project">
71 - <email>udev-bugs@g.o</email>
72 - </maintainer>
73 - <maintainer type="project">
74 - <email>eudev@g.o</email>
75 - </maintainer>
76 - <maintainer type="project">
77 - <email>systemd@g.o</email>
78 - </maintainer>
79 -</pkgmetadata>