From fc637fb28da700da71ec2064d65ca5a7a31b9c6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Aug 2019 18:16:17 +0100 Subject: gentoo resync : 18.08.2019 --- x11-drivers/xf86-input-libinput/Manifest | 2 ++ .../xf86-input-libinput-0.29.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild (limited to 'x11-drivers/xf86-input-libinput') diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest index 544f1e2138df..7ef3b4c3fa5b 100644 --- a/x11-drivers/xf86-input-libinput/Manifest +++ b/x11-drivers/xf86-input-libinput/Manifest @@ -1,5 +1,7 @@ DIST xf86-input-libinput-0.28.1.tar.bz2 375923 BLAKE2B f676e857fd47baad848a9325dd23ff41d9f3a0e1ab148b4e0662fe5c47f1c148bf702189c16990defdc18a33378647373ca18a379cb4421043871ec44f1224cc SHA512 2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623 DIST xf86-input-libinput-0.28.2.tar.bz2 377357 BLAKE2B a68b52781c5d1ff4b35b239c8f9f4b866ebb41521b05299a62b38e9570d5a09e22b3f25d1339844a61af72ae7868dbbbec8154932d1767fc65bfd365bc2b5e6b SHA512 da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84 +DIST xf86-input-libinput-0.29.0.tar.bz2 377412 BLAKE2B 5d1c3f301decb89eafee7229efcddb670def39be4469e6d9913c2e2b73046a28c71daf61c6990899fe3124f4a68aa7151a83530956a3ce8b2f29407e40adfd5a SHA512 f19ef2e9e0c1336d8e0b17853e1fe0c66ecf50e7b10b10b6c5cbafc99323694597821e15e8e358419ef3c68d1009967fd2ec3760800c85adbb71ac3ecc99954b EBUILD xf86-input-libinput-0.28.1.ebuild 420 BLAKE2B e9e2008f62bfa1f5819c672e50c04818eb6b3be446e4f4a1350ccdb9a09689bd9db6dfeeac9258bf10a6437e5d0dab4e3e942289243228b18fe79f70db92516e SHA512 cf625cf52e92284cca71d7c69e720ba8e2aa8790831eb9e0484744357080a0132d4c5c11d1b8069c23c8b33d9b0891f05a00ae7f6eb238694e025a6906af67dc EBUILD xf86-input-libinput-0.28.2.ebuild 420 BLAKE2B e9e2008f62bfa1f5819c672e50c04818eb6b3be446e4f4a1350ccdb9a09689bd9db6dfeeac9258bf10a6437e5d0dab4e3e942289243228b18fe79f70db92516e SHA512 cf625cf52e92284cca71d7c69e720ba8e2aa8790831eb9e0484744357080a0132d4c5c11d1b8069c23c8b33d9b0891f05a00ae7f6eb238694e025a6906af67dc +EBUILD xf86-input-libinput-0.29.0.ebuild 452 BLAKE2B 089f7202a7cc7cce79848e9e17647441add986edd850854e270304d510cefcef8b8161fa6d1e00a430fe2fd8bf46b41e935f9bc97bd3a4a16222d1d474af32a3 SHA512 5ac9837ac74f808cb60b20a8014ecf15ad9e8d4fa04200887b6560f796ee2905ff04082750a5af9825b123be628909e97f50653c05b2c9c23f12cb574d293fed MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild new file mode 100644 index 000000000000..8fc622841af4 --- /dev/null +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-info xorg-3 + +DESCRIPTION="X.org input driver based on libinput" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/libinput-1.7.0:0=" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +DOCS=( "README.md" ) + +pkg_pretend() { + CONFIG_CHECK="~TIMERFD" + check_extra_config +} -- cgit v1.2.3