commit: 439d91226a686886cfbb4e5adf1ec81970c267c5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 12:46:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 12:50:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439d9122
virtual/libgudev: Remove old
Both the old systemd/udev/eudev versions providing 'gudev' flag
and the old versions of dev-libs/libgudev are gone.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/libgudev/libgudev-215-r3.ebuild | 22 ----------------------
virtual/libgudev/libgudev-230.ebuild | 12 ------------
2 files changed, 34 deletions(-)
diff --git a/virtual/libgudev/libgudev-215-r3.ebuild
b/virtual/libgudev/libgudev-215-r3.ebuild
deleted file mode 100644
index 3532776abeb..00000000000
--- a/virtual/libgudev/libgudev-215-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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 systemd"
-REQUIRED_USE="systemd? ( !static-libs )"
-
-RDEPEND="
- || (
dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]
- !systemd? ( || (
-
>=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev(-),introspection(-)?,static-libs?]
-
>=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev(-),introspection(-)?,static-libs?]
)
- )
- systemd? (
-
>=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev(-),introspection(-)?]
- )
- )"
diff --git a/virtual/libgudev/libgudev-230.ebuild
b/virtual/libgudev/libgudev-230.ebuild
deleted file mode 100644
index 8e11c3be2da..00000000000
--- a/virtual/libgudev/libgudev-230.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"