Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/DirectFB/
Date: Sun, 28 Jan 2018 02:06:50
Message-Id: 1517105182.e0396f7afebc27e77af1d92f4bcd06f8fd169c26.mattst88@gentoo
1 commit: e0396f7afebc27e77af1d92f4bcd06f8fd169c26
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 02:04:09 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 02:06:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0396f7a
7
8 dev-libs/DirectFB: Drop old drivers
9
10 dev-libs/DirectFB/DirectFB-1.7.6.ebuild | 8 +++-----
11 1 file changed, 3 insertions(+), 5 deletions(-)
12
13 diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
14 index c42e4dad4a6..9c044f0ba4b 100644
15 --- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
16 +++ b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -9,18 +9,16 @@ inherit autotools eutils toolchain-funcs
24 I_TO_D_intel="i810,i830"
25 I_TO_D_mga="matrox"
26 I_TO_D_r128="ati128"
27 -I_TO_D_s3="unichrome"
28 -I_TO_D_sis="sis315"
29 I_TO_D_via="cle266"
30 # cyber5k davinci ep9x omap pxa3xx sh772x savage pvr2d
31 -IUSE_VIDEO_CARDS=" intel mach64 mga neomagic nvidia r128 radeon s3 sis tdfx via vmware"
32 +IUSE_VIDEO_CARDS=" intel mga nvidia r128 radeon tdfx via vmware"
33 IUV=${IUSE_VIDEO_CARDS// / video_cards_}
34 # echo `sed -n '/Possible inputdrivers are:/,/^$/{/\(Possible\|^input\)/d;s:\[ *::;s:\].*::;s:,::g;p}' configure.in`
35 I_TO_D_elo2300="elo-input"
36 I_TO_D_evdev="linuxinput"
37 I_TO_D_mouse="ps2mouse,serialmouse"
38 # dbox2remote dreamboxremote gunze h3600_ts penmount sonypijogdial ucb1x00 wm97xx zytronic
39 -IUSE_INPUT_DEVICES=" dynapro elo2300 evdev joystick keyboard lirc mouse mutouch tslib"
40 +IUSE_INPUT_DEVICES=" dynapro elo2300 evdev joystick keyboard lirc mouse tslib"
41 IUD=${IUSE_INPUT_DEVICES// / input_devices_}
42
43 DESCRIPTION="Thin library on top of the Linux framebuffer devices"