public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2015-10-28 18:52 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2015-10-28 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e834c2831a1a2d161fdced8660bfe60a698acc30
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 18:51:51 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 18:51:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e834c283

x11-drivers/xf86-input-evdev: Version bump

Package-Manager: portage-2.2.23

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.0.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 9e2e975..f647d57 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,3 +1,4 @@
+DIST xf86-input-evdev-2.10.0.tar.bz2 388811 SHA256 d097298eb07b7a9edf4493b5c3c058041458ca52c8c62dbd4f40b84c5086d117 SHA512 b17e2f315b5291ccb234e2b9eeec9c32828091ca935fdc7463a75eccc7fcc9d465c88970c12d2128db6e0b49df23714c794fbaa5767e7b91ef58efb40aadaa30 WHIRLPOOL c86325e64a382b955e47c458891e880f275b928b12e42e3e9740e72c3f5a853f34c3cbe1e0f6e72ab6057277f2ccaab618eaa44cd7229573548a8245858af8db
 DIST xf86-input-evdev-2.7.3.tar.bz2 364819 SHA256 eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504 SHA512 edd5691bc6878bb491d7ffb04b35ab60cd70853ae702883c672c53c9f6cb8e81817f94cc03feaaca4e4a02a2a436f1417bd1e1e5f52a151a416fd04306159879 WHIRLPOOL 750605a0efabcb078e65d08b7ea610fdfc4cab49b73a2676247f95f50fcf7d17e80ab2186ef103830865a564dc695f035739f1b88e28f68c981fc703e26610a6
 DIST xf86-input-evdev-2.8.1.tar.bz2 369337 SHA256 09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539 SHA512 8a9fce3b1d7a577a914d662b5a36dc43d56f16ae9318bbaf09fbd28ee572a69f40b7960d6d51ede9074284eed5a01732a4a246b43f8a1140cb8f1c0073ea189c WHIRLPOOL f0b337aebb5168efe382d69f47c2b332097470c82bcd3dfcb61e4d599a73da2cec36c4a51c77584ffa548e5a2ce1c512a2ebc304e64e37ce8e74fa551d1efd99
 DIST xf86-input-evdev-2.8.2.tar.bz2 369981 SHA256 750461749a83bdee7771592aa5c0db5e267b18d847078a4b8622f55b04797eb3 SHA512 20ff24785333f3742b191a6cbfad79ab9ac67ea97fa78cc8037fbc6946c437ee61a717aa3b7e21d5942a282917667d93d65ef424c4db4cec38e38dc41197386b WHIRLPOOL 432e22c5f12f33175f70c379a7d0e872b81e413046c9138f9e5daaf59e4e86b4a075dc38a696ad2f84292c13107c91e2a3315582acbfb57f93528dfb102a8a13

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
new file mode 100644
index 0000000..1414041
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.12[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.1.99.3
+	>=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2015-12-19 21:36 Markus Meier
  0 siblings, 0 replies; 36+ messages in thread
From: Markus Meier @ 2015-12-19 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     21fcf045a8f2e35795a028c65545ea4e9d53e371
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 21:36:40 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 21:36:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fcf045

x11-drivers/xf86-input-evdev: arm stable, bug #559062

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.2.ebuild
index b6508db..79fabe5 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.2.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.12[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-01-08 23:39 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-01-08 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b03114d2bd3e5da5d42b344d385de306d8cc32fd
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 23:36:15 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 23:36:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03114d2

x11-drivers/xf86-input-evdev: Version bump

Package-Manager: portage-2.2.26

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.1.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index f647d57..d785fa6 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,4 +1,5 @@
 DIST xf86-input-evdev-2.10.0.tar.bz2 388811 SHA256 d097298eb07b7a9edf4493b5c3c058041458ca52c8c62dbd4f40b84c5086d117 SHA512 b17e2f315b5291ccb234e2b9eeec9c32828091ca935fdc7463a75eccc7fcc9d465c88970c12d2128db6e0b49df23714c794fbaa5767e7b91ef58efb40aadaa30 WHIRLPOOL c86325e64a382b955e47c458891e880f275b928b12e42e3e9740e72c3f5a853f34c3cbe1e0f6e72ab6057277f2ccaab618eaa44cd7229573548a8245858af8db
+DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
 DIST xf86-input-evdev-2.7.3.tar.bz2 364819 SHA256 eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504 SHA512 edd5691bc6878bb491d7ffb04b35ab60cd70853ae702883c672c53c9f6cb8e81817f94cc03feaaca4e4a02a2a436f1417bd1e1e5f52a151a416fd04306159879 WHIRLPOOL 750605a0efabcb078e65d08b7ea610fdfc4cab49b73a2676247f95f50fcf7d17e80ab2186ef103830865a564dc695f035739f1b88e28f68c981fc703e26610a6
 DIST xf86-input-evdev-2.8.1.tar.bz2 369337 SHA256 09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539 SHA512 8a9fce3b1d7a577a914d662b5a36dc43d56f16ae9318bbaf09fbd28ee572a69f40b7960d6d51ede9074284eed5a01732a4a246b43f8a1140cb8f1c0073ea189c WHIRLPOOL f0b337aebb5168efe382d69f47c2b332097470c82bcd3dfcb61e4d599a73da2cec36c4a51c77584ffa548e5a2ce1c512a2ebc304e64e37ce8e74fa551d1efd99
 DIST xf86-input-evdev-2.8.2.tar.bz2 369981 SHA256 750461749a83bdee7771592aa5c0db5e267b18d847078a4b8622f55b04797eb3 SHA512 20ff24785333f3742b191a6cbfad79ab9ac67ea97fa78cc8037fbc6946c437ee61a717aa3b7e21d5942a282917667d93d65ef424c4db4cec38e38dc41197386b WHIRLPOOL 432e22c5f12f33175f70c379a7d0e872b81e413046c9138f9e5daaf59e4e86b4a075dc38a696ad2f84292c13107c91e2a3315582acbfb57f93528dfb102a8a13

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
new file mode 100644
index 0000000..dcd1e1e
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.12[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.1.99.3
+	>=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-01-08 23:39 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-01-08 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fb6a6195bd8ef3dc9ef205dd996b65e49c2c433e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 23:37:29 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 23:37:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6a6195

x11-drivers/xf86-input-evdev: Remove old

Package-Manager: portage-2.2.26

 x11-drivers/xf86-input-evdev/Manifest              |  5 -----
 .../xf86-input-evdev/xf86-input-evdev-2.7.3.ebuild | 16 ---------------
 .../xf86-input-evdev/xf86-input-evdev-2.8.1.ebuild | 16 ---------------
 .../xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild | 23 ---------------------
 .../xf86-input-evdev/xf86-input-evdev-2.8.4.ebuild | 23 ---------------------
 .../xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild | 24 ----------------------
 6 files changed, 107 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index d785fa6..2dab484 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,9 +1,4 @@
 DIST xf86-input-evdev-2.10.0.tar.bz2 388811 SHA256 d097298eb07b7a9edf4493b5c3c058041458ca52c8c62dbd4f40b84c5086d117 SHA512 b17e2f315b5291ccb234e2b9eeec9c32828091ca935fdc7463a75eccc7fcc9d465c88970c12d2128db6e0b49df23714c794fbaa5767e7b91ef58efb40aadaa30 WHIRLPOOL c86325e64a382b955e47c458891e880f275b928b12e42e3e9740e72c3f5a853f34c3cbe1e0f6e72ab6057277f2ccaab618eaa44cd7229573548a8245858af8db
 DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
-DIST xf86-input-evdev-2.7.3.tar.bz2 364819 SHA256 eb389413602c3d28c44bbfab0477c98582f0e2f5be5f41986e58e93a033fa504 SHA512 edd5691bc6878bb491d7ffb04b35ab60cd70853ae702883c672c53c9f6cb8e81817f94cc03feaaca4e4a02a2a436f1417bd1e1e5f52a151a416fd04306159879 WHIRLPOOL 750605a0efabcb078e65d08b7ea610fdfc4cab49b73a2676247f95f50fcf7d17e80ab2186ef103830865a564dc695f035739f1b88e28f68c981fc703e26610a6
-DIST xf86-input-evdev-2.8.1.tar.bz2 369337 SHA256 09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539 SHA512 8a9fce3b1d7a577a914d662b5a36dc43d56f16ae9318bbaf09fbd28ee572a69f40b7960d6d51ede9074284eed5a01732a4a246b43f8a1140cb8f1c0073ea189c WHIRLPOOL f0b337aebb5168efe382d69f47c2b332097470c82bcd3dfcb61e4d599a73da2cec36c4a51c77584ffa548e5a2ce1c512a2ebc304e64e37ce8e74fa551d1efd99
-DIST xf86-input-evdev-2.8.2.tar.bz2 369981 SHA256 750461749a83bdee7771592aa5c0db5e267b18d847078a4b8622f55b04797eb3 SHA512 20ff24785333f3742b191a6cbfad79ab9ac67ea97fa78cc8037fbc6946c437ee61a717aa3b7e21d5942a282917667d93d65ef424c4db4cec38e38dc41197386b WHIRLPOOL 432e22c5f12f33175f70c379a7d0e872b81e413046c9138f9e5daaf59e4e86b4a075dc38a696ad2f84292c13107c91e2a3315582acbfb57f93528dfb102a8a13
-DIST xf86-input-evdev-2.8.4.tar.bz2 370325 SHA256 85fade9f5e9cf70f02c877165e95b3df4cdb9e08282416122ca80218e254100c SHA512 358909c9ba3a7cd094b4408b0c158964deabade0de160e1d8b9d4fde96b0fc65a7fd8e7dcf83203f4ec5edfe8bbf3870c258958cd0927cd6dbe415e983670e09 WHIRLPOOL 0f5cd7677c0f250b14be73fd99896d0ed27541997691c8f808e570b9e1ff83af6b4cec2c184fba0132197b3f687a33ff7ce0652e7aff7830314388a1b5eaacad
-DIST xf86-input-evdev-2.9.0.tar.bz2 372098 SHA256 0c0c4aa393cb027a2304967944867a21a340bcad2e5efe630291b6906c3abc35 SHA512 82b797bed6384b0cb7f79681086d91ac13ce8cddb8ce6dbb002caddc8f32396171c38b73e61e3aa9eaa3d78deb583c398d0f3e7a970ecf10a2a67c9e2979183f WHIRLPOOL f165762a316d6e8df27b209310239b99ab224191250eaa45f15f3688129ad5c7af2ca562baad6bae9a7848ffa1b364d9fdafc733c5c730dca8c5e9a9ac64f42b
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa
 DIST xf86-input-evdev-2.9.2.tar.bz2 387095 SHA256 792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec SHA512 258c4c391fdd5a3c5a5bef86f55f27d47fd7527f37edd601ee76c0acc2e1830e8899cc8d7a59d646b49f3f23d93971bcc70a76185a7580942935cbf3a0d888f7 WHIRLPOOL 550e7c292960c1d04c0e650eee9825dd81ec26f4bbb3817417925857063930bad98f7bd27769f04fee736f4e7f0e7df40696bf8e0287c7355d477a7b3cc23745

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.ebuild
deleted file mode 100644
index c389599..0000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.10[udev]
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.ebuild
deleted file mode 100644
index 9394585..0000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.12[udev]
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild
deleted file mode 100644
index 1d649ac..0000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.12[udev]
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.4.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.4.ebuild
deleted file mode 100644
index 34884c1..0000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.12[udev]
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild
deleted file mode 100644
index bc2ab59..0000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.12[udev]
-	dev-libs/libevdev
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-01-23 14:17 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-01-23 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     404347d00e1a3eaf8ff00916be865aaaf92107fb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 14:07:20 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 14:11:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404347d0

x11-drivers/xf86-input-evdev: Update to depend on xorg-server-1.18

File collisions with older versions

Gentoo-Bug:_564358

Package-Manager: portage-2.2.27

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild | 4 ++--
 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
index 1414041..d38eb2f 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ DESCRIPTION="Generic Linux input driver"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=x11-base/xorg-server-1.12[udev]
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
 	dev-libs/libevdev
 	sys-libs/mtdev"
 DEPEND="${RDEPEND}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
index dcd1e1e..d38eb2f 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Generic Linux input driver"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=x11-base/xorg-server-1.12[udev]
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
 	dev-libs/libevdev
 	sys-libs/mtdev"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-05-04 12:15 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-05-04 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c8e7de178964cdeb18316393b39202c388da88ff
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 12:04:45 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May  4 12:15:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e7de17

x11-drivers/xf86-input-evdev: Version bump to 2.10.2

Package-Manager: portage-2.2.28

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.2.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 2dab484..89eeb09 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,4 +1,5 @@
 DIST xf86-input-evdev-2.10.0.tar.bz2 388811 SHA256 d097298eb07b7a9edf4493b5c3c058041458ca52c8c62dbd4f40b84c5086d117 SHA512 b17e2f315b5291ccb234e2b9eeec9c32828091ca935fdc7463a75eccc7fcc9d465c88970c12d2128db6e0b49df23714c794fbaa5767e7b91ef58efb40aadaa30 WHIRLPOOL c86325e64a382b955e47c458891e880f275b928b12e42e3e9740e72c3f5a853f34c3cbe1e0f6e72ab6057277f2ccaab618eaa44cd7229573548a8245858af8db
 DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
+DIST xf86-input-evdev-2.10.2.tar.bz2 404311 SHA256 a73a630d41ab90708d929f357e922bfbdb63d553491c5a30ab3e8fb1e35dfe1d SHA512 b6e33cfd5c6a783907f2e84e291e53cbb3d3ae8b60b8ce83d1c9d9ff01a18ab6733663b99db61e36055e77acc5646b2c3bae3ad02e0b4795391737b84660ae5f WHIRLPOOL d47ad603f19061f2d54078edd65f94635eca9ac4431d89569bb4310930204f3a5b6173e7351475559eac5b19f22e4e9811eab9a7e1682d4368d3b86cbfa90ba2
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa
 DIST xf86-input-evdev-2.9.2.tar.bz2 387095 SHA256 792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec SHA512 258c4c391fdd5a3c5a5bef86f55f27d47fd7527f37edd601ee76c0acc2e1830e8899cc8d7a59d646b49f3f23d93971bcc70a76185a7580942935cbf3a0d888f7 WHIRLPOOL 550e7c292960c1d04c0e650eee9825dd81ec26f4bbb3817417925857063930bad98f7bd27769f04fee736f4e7f0e7df40696bf8e0287c7355d477a7b3cc23745

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.2.ebuild
new file mode 100644
index 0000000..d38eb2f
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.1.99.3
+	>=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-05-04 12:15 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-05-04 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     519fa575fab1e7f774507f9f97636fcfd239564c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 12:14:55 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May  4 12:15:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519fa575

x11-drivers/xf86-input-evdev: Remove old

Package-Manager: portage-2.2.28

 x11-drivers/xf86-input-evdev/Manifest              |  1 -
 .../xf86-input-evdev-2.10.0.ebuild                 | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 89eeb09..8e44f3b 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,4 +1,3 @@
-DIST xf86-input-evdev-2.10.0.tar.bz2 388811 SHA256 d097298eb07b7a9edf4493b5c3c058041458ca52c8c62dbd4f40b84c5086d117 SHA512 b17e2f315b5291ccb234e2b9eeec9c32828091ca935fdc7463a75eccc7fcc9d465c88970c12d2128db6e0b49df23714c794fbaa5767e7b91ef58efb40aadaa30 WHIRLPOOL c86325e64a382b955e47c458891e880f275b928b12e42e3e9740e72c3f5a853f34c3cbe1e0f6e72ab6057277f2ccaab618eaa44cd7229573548a8245858af8db
 DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
 DIST xf86-input-evdev-2.10.2.tar.bz2 404311 SHA256 a73a630d41ab90708d929f357e922bfbdb63d553491c5a30ab3e8fb1e35dfe1d SHA512 b6e33cfd5c6a783907f2e84e291e53cbb3d3ae8b60b8ce83d1c9d9ff01a18ab6733663b99db61e36055e77acc5646b2c3bae3ad02e0b4795391737b84660ae5f WHIRLPOOL d47ad603f19061f2d54078edd65f94635eca9ac4431d89569bb4310930204f3a5b6173e7351475559eac5b19f22e4e9811eab9a7e1682d4368d3b86cbfa90ba2
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
deleted file mode 100644
index d38eb2f..0000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.18[udev]
-	dev-libs/libevdev
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-06-04  9:49 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 36+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2016-06-04  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ecdb2c1bb1cd7b28e019553163da901e356bc5b3
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 09:50:02 2016 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 09:50:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdb2c1b

x11-drivers/xf86-input-evdev: Version bump

Package-Manager: portage-2.2.28

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.3.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 8e44f3b..6ec9b4c 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,4 +1,5 @@
 DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
 DIST xf86-input-evdev-2.10.2.tar.bz2 404311 SHA256 a73a630d41ab90708d929f357e922bfbdb63d553491c5a30ab3e8fb1e35dfe1d SHA512 b6e33cfd5c6a783907f2e84e291e53cbb3d3ae8b60b8ce83d1c9d9ff01a18ab6733663b99db61e36055e77acc5646b2c3bae3ad02e0b4795391737b84660ae5f WHIRLPOOL d47ad603f19061f2d54078edd65f94635eca9ac4431d89569bb4310930204f3a5b6173e7351475559eac5b19f22e4e9811eab9a7e1682d4368d3b86cbfa90ba2
+DIST xf86-input-evdev-2.10.3.tar.bz2 404476 SHA256 5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2 SHA512 8c360a0298074cd86c1f513fe95035cb2729ae3604ebabb8848956614e3b70e9295bcff3fa609178f9e7aa46ff8449494a03f711426f43c9962f4839b7796a86 WHIRLPOOL 7431693915be2c74c71285fa863b1bd918f210dfb28706afddfdffa5f8c63292c41e91c39d0f1a5c0c486ee587336673e250fc0b01c6e0a29effeb9d9d69329a
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa
 DIST xf86-input-evdev-2.9.2.tar.bz2 387095 SHA256 792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec SHA512 258c4c391fdd5a3c5a5bef86f55f27d47fd7527f37edd601ee76c0acc2e1830e8899cc8d7a59d646b49f3f23d93971bcc70a76185a7580942935cbf3a0d888f7 WHIRLPOOL 550e7c292960c1d04c0e650eee9825dd81ec26f4bbb3817417925857063930bad98f7bd27769f04fee736f4e7f0e7df40696bf8e0287c7355d477a7b3cc23745

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
new file mode 100644
index 0000000..d38eb2f
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.1.99.3
+	>=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-08-03  4:32 Jeroen Roovers
  0 siblings, 0 replies; 36+ messages in thread
From: Jeroen Roovers @ 2016-08-03  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4d77de5dad529dbab7f9e5c67330130e250dacbf
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 04:17:46 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 04:31:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d77de5d

x11-drivers/xf86-input-evdev: Stable for HPPA (bug #584482).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index d38eb2f..5cb447d 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-08-05 23:29 Markus Meier
  0 siblings, 0 replies; 36+ messages in thread
From: Markus Meier @ 2016-08-05 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f6efeee61df5cd2ba61bbd40009bcd2d69af7d75
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 23:29:12 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 23:29:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6efeee6

x11-drivers/xf86-input-evdev: arm stable, bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index 5cb447d..f3da4ef 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-09-22 15:55 Tobias Klausmann
  0 siblings, 0 replies; 36+ messages in thread
From: Tobias Klausmann @ 2016-09-22 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b2c3ad9eec6089fde97af583712e64b0375e2a43
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 15:54:06 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 15:54:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c3ad9e

x11-drivers/xf86-input-evdev-2.10.3-r0: add alpha keyword

Gentoo-Bug: 579266

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index 02a4efd..b0649fa 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-10-01 11:18 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-10-01 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1bca550c7bcb0fbd4386346bdc7b0f14efb0e144
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 10:42:59 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 11:17:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bca550c

x11-drivers/xf86-input-evdev: Version bump to 2.10.4

Package-Manager: portage-2.3.1

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.4.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 6ec9b4c..999dc32 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,5 +1,6 @@
 DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
 DIST xf86-input-evdev-2.10.2.tar.bz2 404311 SHA256 a73a630d41ab90708d929f357e922bfbdb63d553491c5a30ab3e8fb1e35dfe1d SHA512 b6e33cfd5c6a783907f2e84e291e53cbb3d3ae8b60b8ce83d1c9d9ff01a18ab6733663b99db61e36055e77acc5646b2c3bae3ad02e0b4795391737b84660ae5f WHIRLPOOL d47ad603f19061f2d54078edd65f94635eca9ac4431d89569bb4310930204f3a5b6173e7351475559eac5b19f22e4e9811eab9a7e1682d4368d3b86cbfa90ba2
 DIST xf86-input-evdev-2.10.3.tar.bz2 404476 SHA256 5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2 SHA512 8c360a0298074cd86c1f513fe95035cb2729ae3604ebabb8848956614e3b70e9295bcff3fa609178f9e7aa46ff8449494a03f711426f43c9962f4839b7796a86 WHIRLPOOL 7431693915be2c74c71285fa863b1bd918f210dfb28706afddfdffa5f8c63292c41e91c39d0f1a5c0c486ee587336673e250fc0b01c6e0a29effeb9d9d69329a
+DIST xf86-input-evdev-2.10.4.tar.bz2 404465 SHA256 bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2 SHA512 36f5cb1db79d855c2237eadbf4a0758f1a53de695e7f10de828b0bd5e26b0612bea6f5db1266b8db79350b63a7ac74befe9f23a916cb48ffb614ed9d4a64a87b WHIRLPOOL daa340f0f4d27ec4a642f5c0b96ce1d6cc227d3181808297f0f9ca496b7ae4e5ddb77d70bbee40187ada0e68809c01594a435d6071b17b39e2a4913f829d6e7a
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa
 DIST xf86-input-evdev-2.9.2.tar.bz2 387095 SHA256 792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec SHA512 258c4c391fdd5a3c5a5bef86f55f27d47fd7527f37edd601ee76c0acc2e1830e8899cc8d7a59d646b49f3f23d93971bcc70a76185a7580942935cbf3a0d888f7 WHIRLPOOL 550e7c292960c1d04c0e650eee9825dd81ec26f4bbb3817417925857063930bad98f7bd27769f04fee736f4e7f0e7df40696bf8e0287c7355d477a7b3cc23745

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.4.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.4.ebuild
new file mode 100644
index 00000000..d38eb2f
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.1.99.3
+	>=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-10-01 11:18 Manuel Rüger
  0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2016-10-01 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a37b490ca52fa3e8ddc193cd32827780747c4499
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 10:44:57 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 11:17:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37b490c

x11-drivers/xf86-input-evdev: Remove old

Package-Manager: portage-2.3.1

 x11-drivers/xf86-input-evdev/Manifest              |  2 --
 .../xf86-input-evdev-2.10.1.ebuild                 | 24 ----------------------
 .../xf86-input-evdev-2.10.2.ebuild                 | 24 ----------------------
 3 files changed, 50 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 999dc32..c3b225c 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,5 +1,3 @@
-DIST xf86-input-evdev-2.10.1.tar.bz2 402063 SHA256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 SHA512 7c67dcc16ce8d4b825c7dc102dab0c1b9e6a28c010a4d3c749e39ed53c55396ee8532588a36b2f22c3050743dce0930aea3e6c1f2fd90a2c8b6655035bfb939c WHIRLPOOL 9724fe55d186da01a1f43038f29d855b70f29b81cdcb2621fdf294f5135c4d74aaa8f7d0d70cb53776c1e852b0c7d2ce7881baae6963a20eb522840712165733
-DIST xf86-input-evdev-2.10.2.tar.bz2 404311 SHA256 a73a630d41ab90708d929f357e922bfbdb63d553491c5a30ab3e8fb1e35dfe1d SHA512 b6e33cfd5c6a783907f2e84e291e53cbb3d3ae8b60b8ce83d1c9d9ff01a18ab6733663b99db61e36055e77acc5646b2c3bae3ad02e0b4795391737b84660ae5f WHIRLPOOL d47ad603f19061f2d54078edd65f94635eca9ac4431d89569bb4310930204f3a5b6173e7351475559eac5b19f22e4e9811eab9a7e1682d4368d3b86cbfa90ba2
 DIST xf86-input-evdev-2.10.3.tar.bz2 404476 SHA256 5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2 SHA512 8c360a0298074cd86c1f513fe95035cb2729ae3604ebabb8848956614e3b70e9295bcff3fa609178f9e7aa46ff8449494a03f711426f43c9962f4839b7796a86 WHIRLPOOL 7431693915be2c74c71285fa863b1bd918f210dfb28706afddfdffa5f8c63292c41e91c39d0f1a5c0c486ee587336673e250fc0b01c6e0a29effeb9d9d69329a
 DIST xf86-input-evdev-2.10.4.tar.bz2 404465 SHA256 bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2 SHA512 36f5cb1db79d855c2237eadbf4a0758f1a53de695e7f10de828b0bd5e26b0612bea6f5db1266b8db79350b63a7ac74befe9f23a916cb48ffb614ed9d4a64a87b WHIRLPOOL daa340f0f4d27ec4a642f5c0b96ce1d6cc227d3181808297f0f9ca496b7ae4e5ddb77d70bbee40187ada0e68809c01594a435d6071b17b39e2a4913f829d6e7a
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
deleted file mode 100644
index d38eb2f..00000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.18[udev]
-	dev-libs/libevdev
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.2.ebuild
deleted file mode 100644
index d38eb2f..00000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.18[udev]
-	dev-libs/libevdev
-	sys-libs/mtdev"
-DEPEND="${RDEPEND}
-	>=x11-proto/inputproto-2.1.99.3
-	>=sys-kernel/linux-headers-2.6"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-11-16 10:44 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2016-11-16 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f6f38276257b3113662dfc4504d7f62202dce667
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 10:42:48 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 10:42:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f38276

x11-drivers/xf86-input-evdev: ia64 stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index b0649fa..9f3056a 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2016-11-17 10:48 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2016-11-17 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f1cc435325323d640cef01a2996352b9de158532
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 10:46:21 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 10:46:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cc4353

x11-drivers/xf86-input-evdev: ppc stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index 9f3056a..66cb4a8 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2017-01-18  4:05 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2017-01-18  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a8656b86c5ba0111ed7187af0185db9b8003dcab
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 04:04:04 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 04:05:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8656b86

x11-drivers/xf86-input-evdev: Version bump to 2.10.5.

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.5.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index c3b225c..9e36538 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,4 +1,5 @@
 DIST xf86-input-evdev-2.10.3.tar.bz2 404476 SHA256 5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2 SHA512 8c360a0298074cd86c1f513fe95035cb2729ae3604ebabb8848956614e3b70e9295bcff3fa609178f9e7aa46ff8449494a03f711426f43c9962f4839b7796a86 WHIRLPOOL 7431693915be2c74c71285fa863b1bd918f210dfb28706afddfdffa5f8c63292c41e91c39d0f1a5c0c486ee587336673e250fc0b01c6e0a29effeb9d9d69329a
 DIST xf86-input-evdev-2.10.4.tar.bz2 404465 SHA256 bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2 SHA512 36f5cb1db79d855c2237eadbf4a0758f1a53de695e7f10de828b0bd5e26b0612bea6f5db1266b8db79350b63a7ac74befe9f23a916cb48ffb614ed9d4a64a87b WHIRLPOOL daa340f0f4d27ec4a642f5c0b96ce1d6cc227d3181808297f0f9ca496b7ae4e5ddb77d70bbee40187ada0e68809c01594a435d6071b17b39e2a4913f829d6e7a
+DIST xf86-input-evdev-2.10.5.tar.bz2 405956 SHA256 9edaa6205baf6d2922cc4db3d8e54a7e7773b5f733b0ae90f6be7725f983b70d SHA512 4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a WHIRLPOOL 0c508d4e491af2219545bc08fbbe61f7384817f8aabd2d09a762f2caa7cf12be2a326dc68ebc9bdf4d6d0e3551034b5f5e59b4fb650bdf2d6394c228b2257679
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975 WHIRLPOOL 9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa
 DIST xf86-input-evdev-2.9.2.tar.bz2 387095 SHA256 792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec SHA512 258c4c391fdd5a3c5a5bef86f55f27d47fd7527f37edd601ee76c0acc2e1830e8899cc8d7a59d646b49f3f23d93971bcc70a76185a7580942935cbf3a0d888f7 WHIRLPOOL 550e7c292960c1d04c0e650eee9825dd81ec26f4bbb3817417925857063930bad98f7bd27769f04fee736f4e7f0e7df40696bf8e0287c7355d477a7b3cc23745

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
new file mode 100644
index 00000000..e058d39
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -0,0 +1,24 @@
+# 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="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev"
+DEPEND="${RDEPEND}
+	>=x11-proto/inputproto-2.1.99.3
+	>=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2017-01-25 12:28 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2017-01-25 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     68196d728e5a1045d16888dd6256dfc688ede3a0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 12:26:24 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 12:26:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68196d72

x11-drivers/xf86-input-evdev: ppc64 stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
index e4bab6c..665ed8e 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2017-01-28  5:37 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2017-01-28  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7034e048dcc9e57ee24c23900110cd81041c295b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 05:37:11 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 05:37:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7034e048

x11-drivers/xf86-input-evdev: Add missing virtual/libudev:= dependency.

Bug: https://bugs.gentoo.org/545902

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
index e058d39..f46f0db 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -11,7 +11,8 @@ IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]
 	dev-libs/libevdev
-	sys-libs/mtdev"
+	sys-libs/mtdev
+	virtual/libudev:="
 DEPEND="${RDEPEND}
 	>=x11-proto/inputproto-2.1.99.3
 	>=sys-kernel/linux-headers-2.6"


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2017-03-08  7:44 Michael Weber
  0 siblings, 0 replies; 36+ messages in thread
From: Michael Weber @ 2017-03-08  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4c655e011ba7cee757f6f0e3e3234d7a25caf3fb
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 07:37:35 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 07:43:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c655e01

x11-drivers/xf86-input-evdev: arm stable (bug 611056)

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
index 30c14b27ca3..9ed2ebfcaae 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2017-03-16  8:15 Jeroen Roovers
  0 siblings, 0 replies; 36+ messages in thread
From: Jeroen Roovers @ 2017-03-16  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     87ff6eff54218b505851e8270344840c4499b1d0
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 07:59:51 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 08:14:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ff6eff

x11-drivers/xf86-input-evdev: Stable for HPPA (bug #611056).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
index 9befb061ae4..ba3a1669bb3 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-05-29  2:43 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-05-29  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cbf14740a1784d56cbb89e0f52a50d9831edf059
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 02:40:15 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 29 02:42:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf14740

x11-drivers/xf86-input-evdev: Version bump 2.10.6

 x11-drivers/xf86-input-evdev/Manifest              |  1 +
 .../xf86-input-evdev-2.10.6.ebuild                 | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index e542b5e4d6b..6aaf3360f31 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1 +1,2 @@
 DIST xf86-input-evdev-2.10.5.tar.bz2 405956 BLAKE2B 4ea36a84eb227e79b43bede0a4c9d146a892db3db54a287da7f0be2c0d90f8748250c8b51ff424a8a5d7b34eee8301362ee51bf55ea4be9243b86f8e001255b0 SHA512 4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a
+DIST xf86-input-evdev-2.10.6.tar.bz2 408138 BLAKE2B 2b5815e6ee71971e5023392e893d0b8bdba315ff73b34926b9facd95141ff541de052b84a569fe7bbd4b98810afb4d643a3bcaa97fe5a4e23c37e1ce410a9e12 SHA512 560b0a6491d50a46913a5890a35c0367e59f550670993493bd9712d712a9747ddaa6fe5086daabf2fcafa24b0159383787eb273da4a2a60c089bfc0a77ad2ad1

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
new file mode 100644
index 00000000000..bd887a55784
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+	dev-libs/libevdev
+	sys-libs/mtdev
+	virtual/libudev:="
+DEPEND="${RDEPEND}
+	>=sys-kernel/linux-headers-2.6
+	x11-base/xorg-proto"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-07-17 14:15 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-07-17 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     382f34ce82f3f8aec3583bac347605139cb378d6
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Jul 17 00:30:26 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 14:15:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f34ce

x11-drivers/xf86-input-evdev: add live ebuild

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 .../xf86-input-evdev/xf86-input-evdev-9999.ebuild  | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
new file mode 100644
index 00000000000..8905d3eea3f
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info
+
+DESCRIPTION="Generic Linux input driver"
+HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev.git"
+	inherit autotools git-r3
+	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
+else
+	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="
+	dev-libs/libevdev
+	sys-libs/mtdev
+	virtual/libudev:=
+	>=x11-base/xorg-server-1.18[udev]
+"
+DEPEND="
+	${LIVE_DEPEND}
+	${RDEPEND}
+	>=sys-kernel/linux-headers-2.6
+	x11-base/xorg-proto
+	x11-misc/util-macros
+"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}
+
+src_prepare() {
+	default
+	[[ ${PV} == 9999 ]] && eautoreconf
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-07-17 14:15 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-07-17 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d37e62f2b424ecf65553040b764a229814721135
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Jul 17 00:30:12 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 14:15:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37e62f2

x11-drivers/xf86-input-evdev: port to EAPI 7

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../xf86-input-evdev-2.10.5-r1.ebuild              | 51 ++++++++++++++++++++++
 .../xf86-input-evdev-2.10.6-r1.ebuild              | 51 ++++++++++++++++++++++
 2 files changed, 102 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
new file mode 100644
index 00000000000..4c2b79366a1
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info
+
+DESCRIPTION="Generic Linux input driver"
+HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev.git"
+	inherit autotools git-r3
+	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
+else
+	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="
+	dev-libs/libevdev
+	sys-libs/mtdev
+	virtual/libudev:=
+	>=x11-base/xorg-server-1.18[udev]
+"
+DEPEND="
+	${LIVE_DEPEND}
+	${RDEPEND}
+	>=sys-kernel/linux-headers-2.6
+	x11-base/xorg-proto
+	x11-misc/util-macros
+"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}
+
+src_prepare() {
+	default
+	[[ ${PV} == 9999 ]] && eautoreconf
+}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
new file mode 100644
index 00000000000..4c2b79366a1
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info
+
+DESCRIPTION="Generic Linux input driver"
+HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev.git"
+	inherit autotools git-r3
+	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
+else
+	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="
+	dev-libs/libevdev
+	sys-libs/mtdev
+	virtual/libudev:=
+	>=x11-base/xorg-server-1.18[udev]
+"
+DEPEND="
+	${LIVE_DEPEND}
+	${RDEPEND}
+	>=sys-kernel/linux-headers-2.6
+	x11-base/xorg-proto
+	x11-misc/util-macros
+"
+
+pkg_pretend() {
+	if use kernel_linux ; then
+		CONFIG_CHECK="~INPUT_EVDEV"
+	fi
+	check_extra_config
+}
+
+src_prepare() {
+	default
+	[[ ${PV} == 9999 ]] && eautoreconf
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-07-27 23:18 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-07-27 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4e6736098276d4220413689cbbc1d26aed5a3191
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Jul 20 23:54:30 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:18:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e673609

x11-drivers/xf86-input-evdev: fix xorg-server:= dependency

Package-Manager: Portage-2.3.43, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9302

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild | 2 +-
 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild | 2 +-
 x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
index 4c2b79366a1..70f17aca574 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:=
-	>=x11-base/xorg-server-1.18[udev]
+	>=x11-base/xorg-server-1.18:=[udev]
 "
 DEPEND="
 	${LIVE_DEPEND}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
index 4c2b79366a1..70f17aca574 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:=
-	>=x11-base/xorg-server-1.18[udev]
+	>=x11-base/xorg-server-1.18:=[udev]
 "
 DEPEND="
 	${LIVE_DEPEND}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
index 8905d3eea3f..70f17aca574 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
 	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:=
-	>=x11-base/xorg-server-1.18[udev]
+	>=x11-base/xorg-server-1.18:=[udev]
 "
 DEPEND="
 	${LIVE_DEPEND}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-07-27 23:18 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-07-27 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     93391c887d7bfef6b04352c3c943d521cd295597
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Jul 21 00:38:12 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:18:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93391c88

x11-drivers/xf86-input-evdev: add --disable-selective-werror

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild | 7 +++++++
 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild | 7 +++++++
 x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild      | 7 +++++++
 3 files changed, 21 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
index 70f17aca574..b6d6d54e62a 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
@@ -49,3 +49,10 @@ src_prepare() {
 	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
+
+src_configure() {
+	local econfargs=(
+		--disable-selective-werror
+	)
+	econf "${econfargs[@]}"
+}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
index 70f17aca574..b6d6d54e62a 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
@@ -49,3 +49,10 @@ src_prepare() {
 	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
+
+src_configure() {
+	local econfargs=(
+		--disable-selective-werror
+	)
+	econf "${econfargs[@]}"
+}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
index 70f17aca574..b6d6d54e62a 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
@@ -49,3 +49,10 @@ src_prepare() {
 	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
+
+src_configure() {
+	local econfargs=(
+		--disable-selective-werror
+	)
+	econf "${econfargs[@]}"
+}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-08-08 19:25 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-08-08 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a411830bf0e2b9d67896283ad3bc647989925566
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  8 19:15:21 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 19:25:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a411830b

Revert "x11-drivers/xf86-input-evdev: add live ebuild"

This reverts commit 382f34ce82f3f8aec3583bac347605139cb378d6.

 .../xf86-input-evdev/xf86-input-evdev-9999.ebuild  | 51 ----------------------
 1 file changed, 51 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
deleted file mode 100644
index 8905d3eea3f..00000000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Generic Linux input driver"
-HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev.git"
-	inherit autotools git-r3
-	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
-else
-	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	dev-libs/libevdev
-	sys-libs/mtdev
-	virtual/libudev:=
-	>=x11-base/xorg-server-1.18[udev]
-"
-DEPEND="
-	${LIVE_DEPEND}
-	${RDEPEND}
-	>=sys-kernel/linux-headers-2.6
-	x11-base/xorg-proto
-	x11-misc/util-macros
-"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}
-
-src_prepare() {
-	default
-	[[ ${PV} == 9999 ]] && eautoreconf
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-08-08 19:25 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-08-08 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6fdd24ab1f5dadbec13c26e083f2e7c03e53e764
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  8 19:15:10 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 19:25:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdd24ab

Revert "x11-drivers/xf86-input-evdev: fix xorg-server:= dependency"

This reverts commit 4e6736098276d4220413689cbbc1d26aed5a3191.

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild | 2 +-
 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild | 2 +-
 x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
index 70f17aca574..4c2b79366a1 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:=
-	>=x11-base/xorg-server-1.18:=[udev]
+	>=x11-base/xorg-server-1.18[udev]
 "
 DEPEND="
 	${LIVE_DEPEND}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
index 70f17aca574..4c2b79366a1 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:=
-	>=x11-base/xorg-server-1.18:=[udev]
+	>=x11-base/xorg-server-1.18[udev]
 "
 DEPEND="
 	${LIVE_DEPEND}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
index 70f17aca574..8905d3eea3f 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
 	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
 	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
 fi
 
 LICENSE="MIT"
@@ -28,7 +28,7 @@ RDEPEND="
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:=
-	>=x11-base/xorg-server-1.18:=[udev]
+	>=x11-base/xorg-server-1.18[udev]
 "
 DEPEND="
 	${LIVE_DEPEND}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-08-08 19:25 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-08-08 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     685c8fcef8ef0998a19c75843f5a82e73026e06d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  8 19:15:02 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 19:25:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685c8fce

Revert "x11-drivers/xf86-input-evdev: add --disable-selective-werror"

This reverts commit 93391c887d7bfef6b04352c3c943d521cd295597.

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild | 7 -------
 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild | 7 -------
 x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild      | 7 -------
 3 files changed, 21 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
index b6d6d54e62a..70f17aca574 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
@@ -49,10 +49,3 @@ src_prepare() {
 	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
-
-src_configure() {
-	local econfargs=(
-		--disable-selective-werror
-	)
-	econf "${econfargs[@]}"
-}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
index b6d6d54e62a..70f17aca574 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
@@ -49,10 +49,3 @@ src_prepare() {
 	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
-
-src_configure() {
-	local econfargs=(
-		--disable-selective-werror
-	)
-	econf "${econfargs[@]}"
-}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
index b6d6d54e62a..70f17aca574 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
@@ -49,10 +49,3 @@ src_prepare() {
 	default
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
-
-src_configure() {
-	local econfargs=(
-		--disable-selective-werror
-	)
-	econf "${econfargs[@]}"
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2018-08-08 19:25 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-08-08 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e6bae24e0e6e02fbe5259aacff25f273da05b2cd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  8 19:15:35 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 19:25:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bae24e

Revert "x11-drivers/xf86-input-evdev: port to EAPI 7"

This reverts commit d37e62f2b424ecf65553040b764a229814721135.

 .../xf86-input-evdev-2.10.5-r1.ebuild              | 51 ----------------------
 .../xf86-input-evdev-2.10.6-r1.ebuild              | 51 ----------------------
 2 files changed, 102 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
deleted file mode 100644
index 4c2b79366a1..00000000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Generic Linux input driver"
-HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev.git"
-	inherit autotools git-r3
-	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
-else
-	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	dev-libs/libevdev
-	sys-libs/mtdev
-	virtual/libudev:=
-	>=x11-base/xorg-server-1.18[udev]
-"
-DEPEND="
-	${LIVE_DEPEND}
-	${RDEPEND}
-	>=sys-kernel/linux-headers-2.6
-	x11-base/xorg-proto
-	x11-misc/util-macros
-"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}
-
-src_prepare() {
-	default
-	[[ ${PV} == 9999 ]] && eautoreconf
-}

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
deleted file mode 100644
index 4c2b79366a1..00000000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Generic Linux input driver"
-HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev.git"
-	inherit autotools git-r3
-	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
-else
-	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	dev-libs/libevdev
-	sys-libs/mtdev
-	virtual/libudev:=
-	>=x11-base/xorg-server-1.18[udev]
-"
-DEPEND="
-	${LIVE_DEPEND}
-	${RDEPEND}
-	>=sys-kernel/linux-headers-2.6
-	x11-base/xorg-proto
-	x11-misc/util-macros
-"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}
-
-src_prepare() {
-	default
-	[[ ${PV} == 9999 ]] && eautoreconf
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2019-01-20  5:43 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2019-01-20  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     187ca914ca152892ad119be69662bde07d043996
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 20 05:28:42 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 20 05:43:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187ca914

x11-drivers/xf86-input-evdev: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../xf86-input-evdev-2.10.5.ebuild                 | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
deleted file mode 100644
index bd887a55784..00000000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.18[udev]
-	dev-libs/libevdev
-	sys-libs/mtdev
-	virtual/libudev:="
-DEPEND="${RDEPEND}
-	>=sys-kernel/linux-headers-2.6
-	x11-base/xorg-proto"
-
-pkg_pretend() {
-	if use kernel_linux ; then
-		CONFIG_CHECK="~INPUT_EVDEV"
-	fi
-	check_extra_config
-}


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2019-01-20  6:52 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2019-01-20  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3c4b97377f779981e5dca5e48a107ee7032fd0cf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 20 06:51:56 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 20 06:52:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4b9737

x11-drivers/xf86-input-evdev: regenerate Manifest

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/Manifest b/x11-drivers/xf86-input-evdev/Manifest
index 6aaf3360f31..85aa3f105f1 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-evdev-2.10.5.tar.bz2 405956 BLAKE2B 4ea36a84eb227e79b43bede0a4c9d146a892db3db54a287da7f0be2c0d90f8748250c8b51ff424a8a5d7b34eee8301362ee51bf55ea4be9243b86f8e001255b0 SHA512 4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a
 DIST xf86-input-evdev-2.10.6.tar.bz2 408138 BLAKE2B 2b5815e6ee71971e5023392e893d0b8bdba315ff73b34926b9facd95141ff541de052b84a569fe7bbd4b98810afb4d643a3bcaa97fe5a4e23c37e1ce410a9e12 SHA512 560b0a6491d50a46913a5890a35c0367e59f550670993493bd9712d712a9747ddaa6fe5086daabf2fcafa24b0159383787eb273da4a2a60c089bfc0a77ad2ad1


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2020-12-14 21:51 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2020-12-14 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ca11418550860754a98eea1d8a73ab54e600dc0a
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Dec 14 20:21:14 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 21:50:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca114185

x11-drivers/xf86-input-evdev: drop to ~hppa

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
index 45f5d4cd148..c3d28955e86 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit linux-info xorg-2
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2021-03-19 22:40 David Seifert
  0 siblings, 0 replies; 36+ messages in thread
From: David Seifert @ 2021-03-19 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     49561a788a236f49cbc65e5cbe6f7c6b8816f691
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 22:39:10 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 22:39:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49561a78

x11-drivers/xf86-input-evdev: Port to EAPI 7

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild        | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
index c3d28955e86..2bdf150ddc1 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -1,18 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit linux-info xorg-2
+EAPI=7
+
+inherit linux-info xorg-3
 
 DESCRIPTION="Generic Linux input driver"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
 
-RDEPEND=">=x11-base/xorg-server-1.18[udev]
+RDEPEND="
+	>=x11-base/xorg-server-1.18[udev]
 	dev-libs/libevdev
 	sys-libs/mtdev
 	virtual/libudev:="
-DEPEND="${RDEPEND}
+DEPEND="
+	${RDEPEND}
 	>=sys-kernel/linux-headers-2.6
 	x11-base/xorg-proto"
 


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2021-07-21  5:48 Yixun Lan
  0 siblings, 0 replies; 36+ messages in thread
From: Yixun Lan @ 2021-07-21  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cc70d5f80ed581d5c04258b222a0197fd96171d0
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 21 02:33:08 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 05:48:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc70d5f8

x11-drivers/xf86-input-evdev: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
index 2bdf150ddc1..b694533616c 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info xorg-3
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	>=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2022-01-03 21:01 James Le Cuirot
  0 siblings, 0 replies; 36+ messages in thread
From: James Le Cuirot @ 2022-01-03 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2639d733554fbb535628ee783d21403904c55b61
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 16:49:37 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 21:00:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2639d733

x11-drivers/xf86-input-evdev: Keyword 2.10.6 for ~m68k

Manually tested and working.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
index b694533616cc..4a5d1dd80538 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info xorg-3
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	>=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/
@ 2022-05-25 16:02 WANG Xuerui
  0 siblings, 0 replies; 36+ messages in thread
From: WANG Xuerui @ 2022-05-25 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     710743d88b105574fbdce6ec5baf88b3edbb9d5c
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 15:56:40 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 16:02:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710743d8

x11-drivers/xf86-input-evdev: keyword 2.10.6 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
index 4a5d1dd80538..410ca2e79269 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info xorg-3
 
 DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
 	>=x11-base/xorg-server-1.18[udev]


^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2022-05-25 16:02 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17 10:48 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-evdev/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-05-25 16:02 WANG Xuerui
2022-01-03 21:01 James Le Cuirot
2021-07-21  5:48 Yixun Lan
2021-03-19 22:40 David Seifert
2020-12-14 21:51 Sergei Trofimovich
2019-01-20  6:52 Matt Turner
2019-01-20  5:43 Matt Turner
2018-08-08 19:25 Matt Turner
2018-08-08 19:25 Matt Turner
2018-08-08 19:25 Matt Turner
2018-08-08 19:25 Matt Turner
2018-07-27 23:18 Matt Turner
2018-07-27 23:18 Matt Turner
2018-07-17 14:15 Matt Turner
2018-07-17 14:15 Matt Turner
2018-05-29  2:43 Matt Turner
2017-03-16  8:15 Jeroen Roovers
2017-03-08  7:44 Michael Weber
2017-01-28  5:37 Matt Turner
2017-01-25 12:28 Agostino Sarubbo
2017-01-18  4:05 Matt Turner
2016-11-16 10:44 Agostino Sarubbo
2016-10-01 11:18 Manuel Rüger
2016-10-01 11:18 Manuel Rüger
2016-09-22 15:55 Tobias Klausmann
2016-08-05 23:29 Markus Meier
2016-08-03  4:32 Jeroen Roovers
2016-06-04  9:49 Chí-Thanh Christopher Nguyễn
2016-05-04 12:15 Manuel Rüger
2016-05-04 12:15 Manuel Rüger
2016-01-23 14:17 Manuel Rüger
2016-01-08 23:39 Manuel Rüger
2016-01-08 23:39 Manuel Rüger
2015-12-19 21:36 Markus Meier
2015-10-28 18:52 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox