diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-10-24 13:51:20 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-10-24 13:58:58 -0400 |
commit | dc589a4f02d70453484ce8b0e8b0a7764744c413 (patch) | |
tree | 009c584ad539f397236891e631b01216bdc5c05b /x11-drivers/xf86-input-libinput | |
parent | x11-base/xwayland: Drop old versions (diff) | |
download | gentoo-dc589a4f02d70453484ce8b0e8b0a7764744c413.tar.gz gentoo-dc589a4f02d70453484ce8b0e8b0a7764744c413.tar.bz2 gentoo-dc589a4f02d70453484ce8b0e8b0a7764744c413.zip |
x11-drivers/xf86-input-libinput: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-input-libinput')
-rw-r--r-- | x11-drivers/xf86-input-libinput/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-1.3.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest index 935b8bce54f3..c87657372372 100644 --- a/x11-drivers/xf86-input-libinput/Manifest +++ b/x11-drivers/xf86-input-libinput/Manifest @@ -1,2 +1 @@ -DIST xf86-input-libinput-1.3.0.tar.xz 325664 BLAKE2B e96e375fe1326786fbb6920a9652780a64e08805ba02ec2a424fe97ca2834e55715c7f2245cf92d51c6e607a83fec8eadd4be737967348421a016427da11f13c SHA512 f81f408b37e5f98ee97337dc4da6e78449e554e0ab2a3c6791b089d2cb6d645d0206ddf9babbc2120ab8bfe3b1489314fe42503ee015cec41775024538f3a34f DIST xf86-input-libinput-1.4.0.tar.xz 326708 BLAKE2B 258c0c1584e3dd370044be9702d669b1036597d936af9b7bda6cbd19642a9188054beab85a18d5571020859b3046db916efe05d4691f468eae706bd78c33e2d6 SHA512 b286b5425aeda5cfecd1de7f59663d169b95ffc55474dfbf28c2e13e5221cbeecd472d40b6094c0a937f83db67bf58a7fe0e07d25b6a6945d3fd669e717fc0bf diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.3.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.3.0.ebuild deleted file mode 100644 index 29932bc33583..000000000000 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -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.23.0:0=" -DEPEND="${RDEPEND} - >=x11-base/xorg-proto-2021.5" - -DOCS=( "README.md" ) - -pkg_pretend() { - CONFIG_CHECK="~TIMERFD" - check_extra_config -} |