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 A2C94139085 for ; Sun, 29 Jan 2017 17:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072B9E0F4F; Sun, 29 Jan 2017 17:32:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBA11E0F4F for ; Sun, 29 Jan 2017 17:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F10CE341650 for ; Sun, 29 Jan 2017 17:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D72B3A04 for ; Sun, 29 Jan 2017 17:32: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: <1485711123.48aa099413299a996cfd797b1bd35d727b1be7be.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild X-VCS-Directories: x11-drivers/xf86-input-libinput/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 48aa099413299a996cfd797b1bd35d727b1be7be X-VCS-Branch: master Date: Sun, 29 Jan 2017 17:32: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: 8f78bd12-ec87-4150-bb11-dcc80af579dc X-Archives-Hash: b1202ece2104e2ef0002bbba6b7c3e9c commit: 48aa099413299a996cfd797b1bd35d727b1be7be Author: Harri Nieminen gmail com> AuthorDate: Sun Jan 29 16:27:24 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 29 17:32:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aa0994 x11-drivers/xf86-input-libinput: Always install conf file. Gentoo bug: https://bugs.gentoo.org/571474 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild | 4 ++-- x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild | 2 +- x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild index 9bccbb5..e8df439 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,4 +14,4 @@ IUSE="" RDEPEND=">=dev-libs/libinput-0.21.0:0=" DEPEND="${RDEPEND}" -DOCS=( "README.md" "conf/99-libinput.conf" ) +DOCS=( "README.md" ) diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild index a7df8dc..811e273 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=dev-libs/libinput-1.2.0:0=" DEPEND="${RDEPEND}" -DOCS=( "README.md" "conf/60-libinput.conf" ) +DOCS=( "README.md" ) pkg_pretend() { CONFIG_CHECK="~TIMERFD" diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild index 0c8c820..9610354 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=dev-libs/libinput-1.5.0:0=" DEPEND="${RDEPEND}" -DOCS=( "README.md" "conf/40-libinput.conf" ) +DOCS=( "README.md" ) pkg_pretend() { CONFIG_CHECK="~TIMERFD"