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 B0A211382C5 for ; Wed, 24 Jun 2020 20:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A4B6E09DF; Wed, 24 Jun 2020 20:13:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F1003E09DE for ; Wed, 24 Jun 2020 20:13:18 +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 9706134F182 for ; Wed, 24 Jun 2020 20:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DA722D0 for ; Wed, 24 Jun 2020 20:13:13 +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: <1593029581.04e271be7d2becab23afc5219bb0656d58dc48a6.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/Manifest x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild X-VCS-Directories: x11-drivers/xf86-input-libinput/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 04e271be7d2becab23afc5219bb0656d58dc48a6 X-VCS-Branch: master Date: Wed, 24 Jun 2020 20:13:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d232646-562a-4a5e-b689-db3b5077abd4 X-Archives-Hash: f36fc0291fad959ed9be0c874f41f49e commit: 04e271be7d2becab23afc5219bb0656d58dc48a6 Author: Matt Turner gentoo org> AuthorDate: Wed Jun 24 19:57:30 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 24 20:13:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e271be x11-drivers/xf86-input-libinput: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-input-libinput/Manifest | 1 - .../xf86-input-libinput-0.29.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest index dce167bc7c9..2c4387db222 100644 --- a/x11-drivers/xf86-input-libinput/Manifest +++ b/x11-drivers/xf86-input-libinput/Manifest @@ -1,2 +1 @@ -DIST xf86-input-libinput-0.29.0.tar.bz2 377412 BLAKE2B 5d1c3f301decb89eafee7229efcddb670def39be4469e6d9913c2e2b73046a28c71daf61c6990899fe3124f4a68aa7151a83530956a3ce8b2f29407e40adfd5a SHA512 f19ef2e9e0c1336d8e0b17853e1fe0c66ecf50e7b10b10b6c5cbafc99323694597821e15e8e358419ef3c68d1009967fd2ec3760800c85adbb71ac3ecc99954b DIST xf86-input-libinput-0.30.0.tar.bz2 378270 BLAKE2B 1c24f2e73897372ae00f4b660a4fb580f854d2ae177a638c9ed74626cafa81be48617767901e9efdd12a37ae4cdf34617e9136e118128503ecd6b75fc48be0c0 SHA512 823f80f7d53866f2f06c1fb7b2d64111bf807329acaaeda4a09413cdb5f3e3235c1dd4f99183aae75adf5a01503e40e35b4449b31f977afd842b4723b062c380 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild deleted file mode 100644 index 54b208bc185..00000000000 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info xorg-3 - -DESCRIPTION="X.org input driver based on libinput" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -RDEPEND=">=dev-libs/libinput-1.7.0:0=" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -DOCS=( "README.md" ) - -pkg_pretend() { - CONFIG_CHECK="~TIMERFD" - check_extra_config -}