From d3ef3130fd521786ec9b2f71fc631590da862099 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 19 Jan 2019 21:29:02 -0800 Subject: [PATCH] x11-drivers/xf86-video-vesa: Drop old versions Signed-off-by: Matt Turner --- .../xf86-video-vesa-2.3.3.ebuild | 13 ---------- .../xf86-video-vesa-2.3.4.ebuild | 26 ------------------- 2 files changed, 39 deletions(-) delete mode 100644 x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild delete mode 100644 x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild deleted file mode 100644 index 0d534cc2582d..000000000000 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99 - >=x11-libs/libpciaccess-0.12.901" -DEPEND="${RDEPEND}" diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild deleted file mode 100644 index c0e1de044ce7..000000000000 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit linux-info xorg-2 - -DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.6 - >=x11-libs/libpciaccess-0.12.901" -DEPEND="${RDEPEND}" - -pkg_pretend() { - linux-info_pkg_setup - - if ! linux_config_exists || ! linux_chkconfig_present DEVMEM; then - echo - ewarn "This driver requires /dev/mem support in your kernel" - ewarn " Device Drivers --->" - ewarn " Character devices --->" - ewarn " [*] /dev/mem virtual device support" - echo - fi -} -- 2.26.2