diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-10-20 22:54:00 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-10-20 22:54:00 +0200 |
commit | ba3828505d6d32172becb04e89136efad0b76b60 (patch) | |
tree | c95ef67eb5d80a59269d601ec0e0c1adede8437c /x11-apps/xinput | |
parent | dev-util/jenkins-bin: Remove old (diff) | |
download | gentoo-ba3828505d6d32172becb04e89136efad0b76b60.tar.gz gentoo-ba3828505d6d32172becb04e89136efad0b76b60.tar.bz2 gentoo-ba3828505d6d32172becb04e89136efad0b76b60.zip |
x11-apps/xinput: Version bump
Package-Manager: portage-2.2.23
Diffstat (limited to 'x11-apps/xinput')
-rw-r--r-- | x11-apps/xinput/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.6.2.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/xinput/Manifest b/x11-apps/xinput/Manifest index 6605e4ca2ea7..4753ef718571 100644 --- a/x11-apps/xinput/Manifest +++ b/x11-apps/xinput/Manifest @@ -1 +1,2 @@ DIST xinput-1.6.1.tar.bz2 152587 SHA256 b7632d0f228a8a6be93b09857ea413940fcf44091e60f4a0fe9f5fd82efd871f SHA512 b7770152837ee1f1d44e2737c0955d021441c4a8896edd63a6de896624315f1dc8c0391ce3ef23551ff584b0ed549103ae436bbfcab26f97cfc9f6dfb156f22a WHIRLPOOL 14d9da0390d5b40cc81fe6934554ec52d5be74d008a9c23504df7acdeef64cb17e11849445dd1cc21b931f46dd49e8f56769955a9ed611fa560d58e67caadb62 +DIST xinput-1.6.2.tar.bz2 158061 SHA256 3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4 SHA512 dbef3a87dd47bb8c593f1305bea7978697a12434a4992584e4124d745bb366812366b44fc205159137a3db6f7b8338effd1b90641a194497b19159b9fd91939e WHIRLPOOL 5d0e305607dec2f7920c4380dfe4b7a3efc9429b1ec3921a44bd0250d7606b761020f7f75478c1cff999811fa23ae71c95c8b01f7c2c327699c3bb022a44ea24 diff --git a/x11-apps/xinput/xinput-1.6.2.ebuild b/x11-apps/xinput/xinput-1.6.2.ebuild new file mode 100644 index 000000000000..56e41f558517 --- /dev/null +++ b/x11-apps/xinput/xinput-1.6.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="Utility to set XInput device parameters" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.3 + x11-libs/libXext + >=x11-libs/libXi-1.5.99.1 + x11-libs/libXinerama + x11-libs/libXrandr" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-2.1.99.1" |