commit: 5cd080c0bb9d5d482a87099797b1e453ae1be097
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 02:24:32 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 02:24:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd080c0
virtual/libudev: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
virtual/libudev/libudev-232-r3.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/virtual/libudev/libudev-232-r3.ebuild
b/virtual/libudev/libudev-232-r3.ebuild
deleted file mode 100644
index 5b56cb08543..00000000000
--- a/virtual/libudev/libudev-232-r3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for libudev providers"
-
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390
sparc x86"
-IUSE="static-libs systemd"
-
-RDEPEND="
- !systemd? ( || (
- >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?]
- >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?]
- ) )
- systemd? (
>=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
-"