diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-18 09:30:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-18 09:47:34 +0100 |
commit | fa4b6c802f011cee9dab588d0aed3dccf07eface (patch) | |
tree | bc20851b803c762fb5eb18d4f5460fcf4863f371 /virtual/udev | |
parent | dev-python/greenlet: Remove old (diff) | |
download | gentoo-fa4b6c802f011cee9dab588d0aed3dccf07eface.tar.gz gentoo-fa4b6c802f011cee9dab588d0aed3dccf07eface.tar.bz2 gentoo-fa4b6c802f011cee9dab588d0aed3dccf07eface.zip |
virtual/udev: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/udev')
-rw-r--r-- | virtual/udev/udev-215.ebuild | 13 | ||||
-rw-r--r-- | virtual/udev/udev-217.ebuild | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/virtual/udev/udev-215.ebuild b/virtual/udev/udev-215.ebuild deleted file mode 100644 index 3b71760b74c4..000000000000 --- a/virtual/udev/udev-215.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual to select between different udev daemon providers" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="systemd" - -RDEPEND=" - !systemd? ( || ( >=sys-fs/eudev-1.3 >=sys-fs/udev-208-r1 ) ) - systemd? ( >=sys-apps/systemd-208:0 )" diff --git a/virtual/udev/udev-217.ebuild b/virtual/udev/udev-217.ebuild deleted file mode 100644 index 7f18b286a858..000000000000 --- a/virtual/udev/udev-217.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual to select between different udev daemon providers" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="systemd" - -RDEPEND=" - !systemd? ( || ( >=sys-fs/eudev-2.1.1 >=sys-fs/udev-217 ) ) - systemd? ( >=sys-apps/systemd-217:0 )" |