summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-06-05 11:28:20 -0400
committerMatt Turner <mattst88@gentoo.org>2023-06-05 11:39:40 -0400
commit12010c1c4264273b4eef1b53ae70991c47bf4e06 (patch)
tree2587ee86454b115dd638f12fc52a14af4e5e46a3
parentx11-apps/xdpyinfo: Drop old versions (diff)
downloadgentoo-12010c1c4264273b4eef1b53ae70991c47bf4e06.tar.gz
gentoo-12010c1c4264273b4eef1b53ae70991c47bf4e06.tar.bz2
gentoo-12010c1c4264273b4eef1b53ae70991c47bf4e06.zip
x11-apps/xinput: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xinput/Manifest1
-rw-r--r--x11-apps/xinput/xinput-1.6.3.ebuild19
2 files changed, 0 insertions, 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"