summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-libinput
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-input-libinput')
-rw-r--r--x11-drivers/xf86-input-libinput/Manifest2
-rw-r--r--x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild22
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
index 91e33c178294..ca463eb56d1e 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1,5 +1,3 @@
-DIST xf86-input-libinput-1.2.1.tar.xz 312324 BLAKE2B 2ce0419b19306f38cd8adb4159270b3943893032480325243066800cb1256dc1e497756da004f42510a6f6c78b1a3b73a41feccc66d5ce9c7cf40595008abebc SHA512 3decf694861d1aa3c02d090e66c5ed5513818cb18e9863f1790e0c8122a972230fb903705062b8291e1709db9098623f1205c63ccfb68e552e104813414589c7
DIST xf86-input-libinput-1.3.0.tar.xz 325664 BLAKE2B e96e375fe1326786fbb6920a9652780a64e08805ba02ec2a424fe97ca2834e55715c7f2245cf92d51c6e607a83fec8eadd4be737967348421a016427da11f13c SHA512 f81f408b37e5f98ee97337dc4da6e78449e554e0ab2a3c6791b089d2cb6d645d0206ddf9babbc2120ab8bfe3b1489314fe42503ee015cec41775024538f3a34f
-EBUILD xf86-input-libinput-1.2.1.ebuild 492 BLAKE2B 2e2792d154805523609216aabddbab15bcd44410f3d07935ca3fd4838d342a7a3ec7c991d7ca0317daa8c0ca0c768019a86510131e6586a71dabeacbe43b1623 SHA512 f0580375a6989eaf1987c47ece9b303176748e2e945853ea8bff31eab67f8785c4506eea11685a7b66d094e93a32d98f604547e3968053c310e636c442891192
EBUILD xf86-input-libinput-1.3.0.ebuild 492 BLAKE2B 75c9f6e0bbdd52ae9a2bac3cd8fba6daabf1af26bf35483cdeea936af40eaa3e7c724df4467bebda2503637d85e5006475f7764489a860cc592fe31f560175d2 SHA512 903774febb1316ee7ff0d6801292a65b13118866ffda2e67c1d134c9c423d0ec9f45429110ea5a560111fd2c75c3ba58ec9dc2ab59c8cf1fa976865c9ed2a314
MISC metadata.xml 353 BLAKE2B 9790292864502624cc387d0287d377bb6a071503c58a9f7125bd710de7899376aa571950794990eac13569c5d4af6d9023419496cffd1b2b3324f5f35447bea7 SHA512 772506e8c790596eef1dfca9bf35f9eec5df4aae388bcec0390fbb9f8c96b7b3a95d286c3379e71628d0b0b3847a33635facef3528b2978ef0b8dd4b93e84f2e
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild
deleted file mode 100644
index 590c9a56d453..000000000000
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-XORG_TARBALL_SUFFIX="xz"
-
-inherit linux-info xorg-3
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND=">=dev-libs/libinput-1.11.0:0="
-DEPEND="${RDEPEND}
- >=x11-base/xorg-proto-2021.5"
-
-DOCS=( "README.md" )
-
-pkg_pretend() {
- CONFIG_CHECK="~TIMERFD"
- check_extra_config
-}