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-openchrome/
Date: Sun, 20 Jan 2019 05:43:22
Message-Id: 1547962986.05eaabe60a3bdc114683c4ad41a3285c562202e9.mattst88@gentoo
1 commit: 05eaabe60a3bdc114683c4ad41a3285c562202e9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 05:29:17 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=05eaabe6
7
8 x11-drivers/xf86-video-openchrome: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../xf86-video-openchrome-0.5.0.ebuild | 49 ----------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.5.0.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.5.0.ebuild
16 deleted file mode 100644
17 index 0dce180b8af..00000000000
18 --- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.5.0.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -XORG_DRI="always"
26 -inherit xorg-2
27 -
28 -DESCRIPTION="X.Org driver for VIA/S3G cards"
29 -HOMEPAGE="https://www.freedesktop.org/wiki/Openchrome/"
30 -LICENSE="MIT"
31 -
32 -KEYWORDS="amd64 x86"
33 -IUSE="debug viaregtool"
34 -
35 -RDEPEND=">=x11-base/xorg-server-1.9"
36 -DEPEND="
37 - ${RDEPEND}
38 - x11-libs/libX11
39 - x11-libs/libXext
40 - x11-libs/libXv
41 - x11-libs/libXvMC
42 - x11-libs/libdrm
43 -"
44 -
45 -DOCS=( ChangeLog NEWS README )
46 -
47 -src_configure() {
48 - XORG_CONFIGURE_OPTIONS=(
49 - $(use_enable debug)
50 - $(use_enable debug xv-debug)
51 - $(use_enable viaregtool)
52 - )
53 - xorg-2_src_configure
54 -}
55 -
56 -pkg_postinst() {
57 - xorg-2_pkg_postinst
58 -
59 - elog "Supported chipsets:"
60 - elog "CLE266 (VT3122), KM400/P4M800 (VT3205), K8M800 (VT3204),"
61 - elog "PM800/PM880/CN400 (VT3259), VM800/CN700/P4M800Pro (VT3314),"
62 - elog "CX700 (VT3324), P4M890 (VT3327), K8M890 (VT3336),"
63 - elog "P4M900/VN896 (VT3364), VX800 (VT3353), VX855 (VT3409), VX900"
64 - elog
65 - elog "The driver name is 'openchrome', and this is what you need"
66 - elog "to use in your xorg.conf (and not 'via')."
67 - elog
68 - elog "See the ChangeLog and release notes for more information."
69 -}