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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DF6615806E for ; Mon, 5 Jun 2023 15:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70101E0882; Mon, 5 Jun 2023 15:40:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C048E0887 for ; Mon, 5 Jun 2023 15:40:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB9BE340ED7 for ; Mon, 5 Jun 2023 15:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4EFA8A for ; Mon, 5 Jun 2023 15:40:17 +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: <1685979580.12010c1c4264273b4eef1b53ae70991c47bf4e06.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xinput/Manifest x11-apps/xinput/xinput-1.6.3.ebuild X-VCS-Directories: x11-apps/xinput/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12010c1c4264273b4eef1b53ae70991c47bf4e06 X-VCS-Branch: master Date: Mon, 5 Jun 2023 15:40:17 +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: 9c3270a2-ad13-4cfe-8e1e-402781ec3469 X-Archives-Hash: 2faf96c910a44e3f4b6a45082438090c commit: 12010c1c4264273b4eef1b53ae70991c47bf4e06 Author: Matt Turner gentoo org> AuthorDate: Mon Jun 5 15:28:20 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jun 5 15:39:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12010c1c x11-apps/xinput: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xinput/Manifest | 1 - x11-apps/xinput/xinput-1.6.3.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/x11-apps/xinput/Manifest b/x11-apps/xinput/Manifest index 57f321627b49..ad10dd6953e8 100644 --- a/x11-apps/xinput/Manifest +++ b/x11-apps/xinput/Manifest @@ -1,2 +1 @@ -DIST xinput-1.6.3.tar.bz2 162556 BLAKE2B be5e16301c6a48999ccce5ec3062afb195eb1a6357f09aea41e88a4ea43c4497b8377a3da8d5c80b059afb9998370a7a53561a92c04ff8f56fa5749d577b0144 SHA512 cb2fef866ac5a71dbca3e23b4ecadaca38e65dc1b30f8bb024bad92486554fafc472706619a1af04c746a4f53ce6aea827d694b9f4f0c7d0d46bb1da81984076 DIST xinput-1.6.4.tar.xz 153160 BLAKE2B cdbba586432017474d98f549703fac12b32fef92663aee446b112f780d484715e21b86131028eb69930ae622f0ec625c5572e2450631fd348156f44321304d70 SHA512 6734860852715e5cb9d26259a173e42413fc037546ed7fa4173ffa802c2619ee0322bed228a28cd1911be759d860070867d9b89b115f37323cca1c9ef75354b9 diff --git a/x11-apps/xinput/xinput-1.6.3.ebuild b/x11-apps/xinput/xinput-1.6.3.ebuild deleted file mode 100644 index cd3fd3ba4430..000000000000 --- a/x11-apps/xinput/xinput-1.6.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Utility to set XInput device parameters" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" - -RDEPEND=">=x11-libs/libX11-1.3 - x11-libs/libXext - >=x11-libs/libXi-1.5.99.1 - x11-libs/libXinerama - x11-libs/libXrandr" -DEPEND="${RDEPEND} - x11-base/xorg-proto"