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 8B6291382C5 for ; Fri, 5 Jan 2018 18:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7C34E087C; Fri, 5 Jan 2018 18:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ACA52E087C for ; Fri, 5 Jan 2018 18:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 62EEB335C07 for ; Fri, 5 Jan 2018 18:28:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1A5145 for ; Fri, 5 Jan 2018 18:28:28 +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: <1515176880.df81de947ce30420451721ba116cef3ee090d553.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-drivers/xorg-drivers-1.19.ebuild x11-base/xorg-drivers/xorg-drivers-9999.ebuild X-VCS-Directories: x11-base/xorg-drivers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: df81de947ce30420451721ba116cef3ee090d553 X-VCS-Branch: master Date: Fri, 5 Jan 2018 18:28:28 +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: ee8dd0bd-3594-43f2-a61d-dde48433f754 X-Archives-Hash: d326b88af2d18f6c592f5b8c84373115 commit: df81de947ce30420451721ba116cef3ee090d553 Author: Matt Turner gentoo org> AuthorDate: Fri Jan 5 18:27:27 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jan 5 18:28:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df81de94 x11-base/xorg-drivers: Drop ancient input drivers Package-Manager: Portage-2.3.13, Repoman-2.3.3 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 14 +------------- x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild index 0cfb79290be..ff2b0a7693a 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.19.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 @@ -12,18 +12,12 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_INPUT_DEVICES=" - input_devices_acecad - input_devices_aiptek input_devices_elographics input_devices_evdev - input_devices_fpit - input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_libinput input_devices_mouse - input_devices_mutouch - input_devices_penmount input_devices_tslib input_devices_vmmouse input_devices_void @@ -89,18 +83,12 @@ IUSE_VIDEO_CARDS=" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}" PDEPEND=" - input_devices_acecad? ( x11-drivers/xf86-input-acecad ) - input_devices_aiptek? ( x11-drivers/xf86-input-aiptek ) input_devices_elographics? ( x11-drivers/xf86-input-elographics ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) - input_devices_fpit? ( x11-drivers/xf86-input-fpit ) - input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen ) input_devices_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) input_devices_mouse? ( x11-drivers/xf86-input-mouse ) - input_devices_mutouch? ( x11-drivers/xf86-input-mutouch ) - input_devices_penmount? ( x11-drivers/xf86-input-penmount ) input_devices_tslib? ( x11-drivers/xf86-input-tslib ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild index 2746204626d..bfa5853479a 100644 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-9999.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 @@ -12,18 +12,12 @@ SLOT="0" KEYWORDS="" IUSE_INPUT_DEVICES=" - input_devices_acecad - input_devices_aiptek input_devices_elographics input_devices_evdev - input_devices_fpit - input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_libinput input_devices_mouse - input_devices_mutouch - input_devices_penmount input_devices_tslib input_devices_vmmouse input_devices_void @@ -64,18 +58,12 @@ IUSE_VIDEO_CARDS=" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}" PDEPEND=" - input_devices_acecad? ( x11-drivers/xf86-input-acecad ) - input_devices_aiptek? ( x11-drivers/xf86-input-aiptek ) input_devices_elographics? ( x11-drivers/xf86-input-elographics ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) - input_devices_fpit? ( x11-drivers/xf86-input-fpit ) - input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen ) input_devices_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) input_devices_mouse? ( x11-drivers/xf86-input-mouse ) - input_devices_mutouch? ( x11-drivers/xf86-input-mutouch ) - input_devices_penmount? ( x11-drivers/xf86-input-penmount ) input_devices_tslib? ( x11-drivers/xf86-input-tslib ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void )