Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vesa/
Date: Thu, 24 Dec 2020 03:42:27
Message-Id: 1608781295.de6fe411e619972264f7ed9dda511280c36b4443.mattst88@gentoo
1 commit: de6fe411e619972264f7ed9dda511280c36b4443
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 03:41:35 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 03:41:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6fe411
7
8 x11-drivers/xf86-video-vesa: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-vesa/Manifest | 1 -
13 .../xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/x11-drivers/xf86-video-vesa/Manifest b/x11-drivers/xf86-video-vesa/Manifest
17 index 97aa7078fd6..b8f5910c27d 100644
18 --- a/x11-drivers/xf86-video-vesa/Manifest
19 +++ b/x11-drivers/xf86-video-vesa/Manifest
20 @@ -1,2 +1 @@
21 -DIST xf86-video-vesa-2.4.0.tar.bz2 324599 BLAKE2B ddaa7a54d439b1afb1152e15e0d436cade79c51a61e78837a066e3e0c04d4a2ea6b079e68eca917e618aae125ed4eab7734009a337018460e771265b8daef443 SHA512 4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de
22 DIST xf86-video-vesa-2.5.0.tar.bz2 304322 BLAKE2B aee8b59d769a72fb2890bbadde7fb87e2f527fb58eaf8b2ef515b0a1b7dc591c6afaf1d8692caaaefb741f475ed77bc0ed069be43a752103260bc85314a7a830 SHA512 36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b
23
24 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild
25 deleted file mode 100644
26 index 8c2a494bb98..00000000000
27 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit linux-info xorg-2
35 -
36 -DESCRIPTION="Generic VESA video driver"
37 -KEYWORDS="-* ~alpha amd64 x86"
38 -IUSE=""
39 -
40 -RDEPEND=">=x11-base/xorg-server-1.6
41 - >=x11-libs/libpciaccess-0.12.901"
42 -DEPEND="${RDEPEND}"
43 -
44 -pkg_pretend() {
45 - linux-info_pkg_setup
46 -
47 - if ! linux_config_exists || ! linux_chkconfig_present DEVMEM; then
48 - echo
49 - ewarn "This driver requires /dev/mem support in your kernel"
50 - ewarn " Device Drivers --->"
51 - ewarn " Character devices --->"
52 - ewarn " [*] /dev/mem virtual device support"
53 - echo
54 - fi
55 -}