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-fbdev/
Date: Fri, 25 Sep 2020 04:53:39
Message-Id: 1601009581.b54d981b3569e04e4cf49ee2595801590f9d3daa.mattst88@gentoo
1 commit: b54d981b3569e04e4cf49ee2595801590f9d3daa
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 04:50:59 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 04:53:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54d981b
7
8 x11-drivers/xf86-video-fbdev: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild | 14 --------------
13 1 file changed, 14 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild
16 deleted file mode 100644
17 index 3d08249dc22..00000000000
18 --- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0.ebuild
19 +++ /dev/null
20 @@ -1,14 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit xorg-2
26 -
27 -DESCRIPTION="video driver for framebuffer device"
28 -
29 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
30 -IUSE=""
31 -
32 -RDEPEND="x11-base/xorg-server"
33 -DEPEND="${RDEPEND}
34 - x11-base/xorg-proto"