summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-20 12:16:37 -0700
committerMatt Turner <mattst88@gentoo.org>2018-03-20 12:16:37 -0700
commitac6836cdac6e0e7fe50c71a1553d63110f252dec (patch)
tree5754d8adb6e0774ca765360901f2a90f8f2e2580 /x11-drivers/xf86-input-libinput
parentnet-dns/dnssec-check: use HTTPS (diff)
downloadgentoo-ac6836cdac6e0e7fe50c71a1553d63110f252dec.tar.gz
gentoo-ac6836cdac6e0e7fe50c71a1553d63110f252dec.tar.bz2
gentoo-ac6836cdac6e0e7fe50c71a1553d63110f252dec.zip
x11-drivers/xf86-input-libinput: Version bump to 0.27.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-drivers/xf86-input-libinput')
-rw-r--r--x11-drivers/xf86-input-libinput/Manifest1
-rw-r--r--x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
index 105f1e9cf9c0..d2bab4c88805 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1,3 +1,4 @@
DIST xf86-input-libinput-0.24.0.tar.bz2 367266 BLAKE2B 2591a30c9da371a8294c34cb9c04ab97e0f4eb2be3c3fa6a592838ea369efa9b5bea39a784db8389c19f4b9602f163ed81af43c03019b8f9adaf901d64a6b4a6 SHA512 f885cbf1554feb306023c3a355b06d90c7686eb1a01d9a87835cb9677200acb3a031fc690a475938e360db62865cde9f7dbe26fbbe3ee8fac43375bdf351c8f4
DIST xf86-input-libinput-0.25.1.tar.bz2 370072 BLAKE2B f40d96530f017e13c0229272c9cb61aa948c56130dd502ff57ce1c696c325402ead260c9398e6af9ef54b16094b503f5693b8427d4c1f5b34b4fe8a4ee6489cb SHA512 9a8d16bdffb73a5318d22e352826c410ccb6f8c7ade31c23823bd6c17202bb67e917dfe8d4cab6e54fdf15f201d14d80b6306cedc5f93f66989edfcab5082ece
DIST xf86-input-libinput-0.26.0.tar.bz2 371165 BLAKE2B e6b237ec2a46aba3fb90f1531c9cb67a057619737f9be4dcd7757be61f235e3fb467bd166030bbaaf17a298f9dbde94fb50b12675b53bcb1d808a2df5462ea06 SHA512 b52a27e916f7e86576500ef2bc3ce640676f5a710543755865a723628c0e01a575989460853bac184ed696961e3f8fca72ecba8ad4625be8cd9e31f9a55f5e97
+DIST xf86-input-libinput-0.27.0.tar.bz2 373039 BLAKE2B 5d80fcfa05c9a01f121b5dbbf4cc563e2069d5e314d7edc1b51b81f15d10121610bc268ab77b92bfe183f0ddf06b3d94fd3b33c3fc0b35375f9db936f366d12e SHA512 716a9b43438acd6b7c6a834a08ecec244fecdc31e77241998414bf1748781026cd6c6e85947155c44400e0192769a714dfbfa0ed42ba3677347cd89ac1081743
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.0.ebuild
new file mode 100644
index 000000000000..6e3c91ae6cbf
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit linux-info xorg-2
+
+DESCRIPTION="X.org input driver based on libinput"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libinput-1.5.0:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.md" )
+
+pkg_pretend() {
+ CONFIG_CHECK="~TIMERFD"
+ check_extra_config
+}