From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D15C1382C5 for ; Sun, 28 Jan 2018 02:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1B3E0BF1; Sun, 28 Jan 2018 02:06:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65462E0BF1 for ; Sun, 28 Jan 2018 02:06:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4354E335C36 for ; Sun, 28 Jan 2018 02:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B4201CF for ; Sun, 28 Jan 2018 02:06:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1517105182.e0396f7afebc27e77af1d92f4bcd06f8fd169c26.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/DirectFB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/DirectFB/DirectFB-1.7.6.ebuild X-VCS-Directories: dev-libs/DirectFB/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0396f7afebc27e77af1d92f4bcd06f8fd169c26 X-VCS-Branch: master Date: Sun, 28 Jan 2018 02:06:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: deec7a1d-32c3-481c-98c5-11ce665e891b X-Archives-Hash: 9534159270687e7c7ec6d9ad06573f60 commit: e0396f7afebc27e77af1d92f4bcd06f8fd169c26 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 28 02:04:09 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 28 02:06:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0396f7a dev-libs/DirectFB: Drop old drivers dev-libs/DirectFB/DirectFB-1.7.6.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild index c42e4dad4a6..9c044f0ba4b 100644 --- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild +++ b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,18 +9,16 @@ inherit autotools eutils toolchain-funcs I_TO_D_intel="i810,i830" I_TO_D_mga="matrox" I_TO_D_r128="ati128" -I_TO_D_s3="unichrome" -I_TO_D_sis="sis315" I_TO_D_via="cle266" # cyber5k davinci ep9x omap pxa3xx sh772x savage pvr2d -IUSE_VIDEO_CARDS=" intel mach64 mga neomagic nvidia r128 radeon s3 sis tdfx via vmware" +IUSE_VIDEO_CARDS=" intel mga nvidia r128 radeon tdfx via vmware" IUV=${IUSE_VIDEO_CARDS// / video_cards_} # echo `sed -n '/Possible inputdrivers are:/,/^$/{/\(Possible\|^input\)/d;s:\[ *::;s:\].*::;s:,::g;p}' configure.in` I_TO_D_elo2300="elo-input" I_TO_D_evdev="linuxinput" I_TO_D_mouse="ps2mouse,serialmouse" # dbox2remote dreamboxremote gunze h3600_ts penmount sonypijogdial ucb1x00 wm97xx zytronic -IUSE_INPUT_DEVICES=" dynapro elo2300 evdev joystick keyboard lirc mouse mutouch tslib" +IUSE_INPUT_DEVICES=" dynapro elo2300 evdev joystick keyboard lirc mouse tslib" IUD=${IUSE_INPUT_DEVICES// / input_devices_} DESCRIPTION="Thin library on top of the Linux framebuffer devices"