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: Sun, 20 Jan 2019 05:43:22
Message-Id: 1547962986.d3ef3130fd521786ec9b2f71fc631590da862099.mattst88@gentoo
1 commit: d3ef3130fd521786ec9b2f71fc631590da862099
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 05:29:02 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 05:43:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ef3130
7
8 x11-drivers/xf86-video-vesa: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild | 13 -----------
13 .../xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild | 26 ----------------------
14 2 files changed, 39 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 0d534cc2582..00000000000
19 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit xorg-2
27 -
28 -DESCRIPTION="Generic VESA video driver"
29 -KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
30 -IUSE=""
31 -
32 -RDEPEND=">=x11-base/xorg-server-1.0.99
33 - >=x11-libs/libpciaccess-0.12.901"
34 -DEPEND="${RDEPEND}"
35
36 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
37 deleted file mode 100644
38 index c0e1de044ce..00000000000
39 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild
40 +++ /dev/null
41 @@ -1,26 +0,0 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI=5
46 -inherit linux-info xorg-2
47 -
48 -DESCRIPTION="Generic VESA video driver"
49 -KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
50 -IUSE=""
51 -
52 -RDEPEND=">=x11-base/xorg-server-1.6
53 - >=x11-libs/libpciaccess-0.12.901"
54 -DEPEND="${RDEPEND}"
55 -
56 -pkg_pretend() {
57 - linux-info_pkg_setup
58 -
59 - if ! linux_config_exists || ! linux_chkconfig_present DEVMEM; then
60 - echo
61 - ewarn "This driver requires /dev/mem support in your kernel"
62 - ewarn " Device Drivers --->"
63 - ewarn " Character devices --->"
64 - ewarn " [*] /dev/mem virtual device support"
65 - echo
66 - fi
67 -}