commit: 01ddfe85c2a1cf1cce787cf442f1dca8946d73a5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 30 12:48:56 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 30 12:50:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ddfe85
virtual/libgudev: Remove Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/targets/desktop/package.use | 1 - profiles/targets/systemd/package.use.force | 1 - virtual/libgudev/libgudev-232.ebuild | 12 ------------ virtual/libgudev/metadata.xml | 13 ------------- 4 files changed, 27 deletions(-) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 33f68fa62bc..e9871000e8a 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -91,7 +91,6 @@ media-libs/libpng apng # introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package dev-libs/libgudev introspection sys-fs/eudev introspection -virtual/libgudev introspection # Samuli Suominen <[email protected]> (2010-12-19) # Support for desktop file icons diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force index e5028430d74..0abe8e8aadc 100644 --- a/profiles/targets/systemd/package.use.force +++ b/profiles/targets/systemd/package.use.force @@ -3,5 +3,4 @@ # Mike Gilbert <[email protected]> (2015-04-22) # Force systemd to avoid depgraph breakage, bug 547360. -virtual/libgudev systemd virtual/libudev systemd diff --git a/virtual/libgudev/libgudev-232.ebuild b/virtual/libgudev/libgudev-232.ebuild deleted file mode 100644 index 16d7200f1ac..00000000000 --- a/virtual/libgudev/libgudev-232.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit multilib-build - -DESCRIPTION="Virtual for libgudev providers" -SLOT="0/0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="introspection static-libs" - -RDEPEND=">=dev-libs/libgudev-232:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]" diff --git a/virtual/libgudev/metadata.xml b/virtual/libgudev/metadata.xml deleted file mode 100644 index b1c8a60ed0c..00000000000 --- a/virtual/libgudev/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> -</pkgmetadata>
