From: Matt Turner Date: Sun, 20 Jan 2019 05:29:02 +0000 (-0800) Subject: x11-drivers/xf86-video-vesa: Drop old versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3ef3130fd521786ec9b2f71fc631590da862099;p=gentoo.git x11-drivers/xf86-video-vesa: Drop old versions Signed-off-by: Matt Turner --- 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 -}