x11-drivers/xf86-video-vesa: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Sun, 20 Jan 2019 05:29:02 +0000 (21:29 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sun, 20 Jan 2019 05:43:06 +0000 (21:43 -0800)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild [deleted file]
x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild [deleted file]

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 (file)
index 0d534cc..0000000
+++ /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 (file)
index c0e1de0..0000000
+++ /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
-}