From b416787cdbea215412788a5c7ce97c1b310ae297 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Thu, 9 Feb 2017 15:37:25 +0100 Subject: x11-drivers/xf86-input-libinput: Version bump to 0.24.0 Package-Manager: portage-2.3.3 --- x11-drivers/xf86-input-libinput/Manifest | 1 + .../xf86-input-libinput-0.24.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.24.0.ebuild (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest index 6a96adfc9d47..5f637838b6fa 100644 --- a/x11-drivers/xf86-input-libinput/Manifest +++ b/x11-drivers/xf86-input-libinput/Manifest @@ -1,3 +1,4 @@ DIST xf86-input-libinput-0.14.0.tar.bz2 312256 SHA256 e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265 SHA512 229b45cb9e76ca96dce4247b421135ff74054f2cbcfd019d2ceb409fdb4bc8166e3fa1d068ba6e8f6d6ac0c44ade275e31cc6a1ee6d7f6de8918eced5c59d508 WHIRLPOOL 45400e7966d730fe809043ced977dc0faa456336157dba9049558f0489463c8ade5f9a130b77ea2e85ae82e27c320e1f70780acca53fae253f930a53c0ac823b DIST xf86-input-libinput-0.19.0.tar.bz2 346512 SHA256 6c5d30dc7c8b8ae34261340e1dc9cbb8ef435078e084b8ef507527a8a21af477 SHA512 8709670accad3231652350253d19d3c1e03d97c0ad593d10d6e941319ecc77f5e78e69d76a98b7ec40636f1d856f25fc72dc572be3581054dfac10e5f856e8ad WHIRLPOOL 58fc92c97a46ba575345e61f62129e036051d7ced479580eafe629c2074e0df00b75cc3210469938fe2ffea21c5042e70e7426066c99832a1ed329cadf74f5ae DIST xf86-input-libinput-0.23.0.tar.bz2 358432 SHA256 0b53ebdfe8f8fc7554dd92af1b1c3088a6d3ec4ae1a33fc76f57d635c736a9dc SHA512 11aeeb2d8db67371d530dd06fc83d3ded6a6e3dfd4311e69738ff748b5684dc98af7ba81643d7837f988314265f93d7ddb016a4781d69957dba4046533352223 WHIRLPOOL ddbf78372bf33c48c8492ee1310f08ad7a9c3526e0f5a8d4dfc6ed7cd5c6ada7cac4b91e9566697c9a3f3a9564e9b20d2bbb930798759f36a1af7bf0f2fc56a6 +DIST xf86-input-libinput-0.24.0.tar.bz2 367266 SHA256 ddcb07350aed59b2996a92a1b4ff64d1c0b0c86a3f0ddca15b2b1c8c8bb13628 SHA512 f885cbf1554feb306023c3a355b06d90c7686eb1a01d9a87835cb9677200acb3a031fc690a475938e360db62865cde9f7dbe26fbbe3ee8fac43375bdf351c8f4 WHIRLPOOL 69c4707dc464ea554a1135bef254cb4d2c9dea5e21609733aee9105d909ba965a2283ac0045375d6b91d484ad9774d86bb88f216bab0b84def6a422b7776d050 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.24.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.24.0.ebuild new file mode 100644 index 000000000000..9610354dc240 --- /dev/null +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.24.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit linux-info xorg-2 + +DESCRIPTION="X.org input driver based on libinput" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 +} -- cgit v1.2.3-65-gdbad