Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/DirectFB/
Date: Mon, 29 Jan 2018 19:08:47
Message-Id: 1517252895.912c70beed3c98e301121fb062b7c8d5b7d082cb.lluixhi@gentoo
1 commit: 912c70beed3c98e301121fb062b7c8d5b7d082cb
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 29 19:08:15 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 29 19:08:15 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=912c70be
7
8 dev-libs/DirectFB: sync with upstream
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 e4613e5..bdf1d83 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"