summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-01-19 21:29:02 -0800
committerMatt Turner <mattst88@gentoo.org>2019-01-19 21:43:06 -0800
commitd3ef3130fd521786ec9b2f71fc631590da862099 (patch)
tree6d1b8c3e81820d9c0412c48f030b89ca2dab8be6 /x11-drivers
parentx11-drivers/xf86-input-evdev: Drop old versions (diff)
downloadgentoo-d3ef3130fd521786ec9b2f71fc631590da862099.tar.gz
gentoo-d3ef3130fd521786ec9b2f71fc631590da862099.tar.bz2
gentoo-d3ef3130fd521786ec9b2f71fc631590da862099.zip
x11-drivers/xf86-video-vesa: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild13
-rw-r--r--x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild26
2 files changed, 0 insertions, 39 deletions
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
-}