commit:     91f3b8ac017190caf1fe6148bc1092e8bbca0ae5
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 03:06:38 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 03:07:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f3b8ac

x11-drivers/xf86-input-wacom: Version bump to 0.34.0.

 x11-drivers/xf86-input-wacom/Manifest              |  1 +
 .../xf86-input-wacom-0.34.0.ebuild                 | 60 ++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/x11-drivers/xf86-input-wacom/Manifest 
b/x11-drivers/xf86-input-wacom/Manifest
index fb5f6dd..4101244 100644
--- a/x11-drivers/xf86-input-wacom/Manifest
+++ b/x11-drivers/xf86-input-wacom/Manifest
@@ -4,3 +4,4 @@ DIST xf86-input-wacom-0.30.0.tar.bz2 591648 SHA256 
8ad4e479a4fc6d3c18e680958a8f4
 DIST xf86-input-wacom-0.31.0.tar.bz2 592564 SHA256 
e7e9723f048071adabc878bf6139342ea39dea5e3a8134452df5a33bef2e3f76 SHA512 
6c24394038585d90b9b30c594b773b36b5ea26ea5eaab73519cd2e1b56eb2ad3e1f3991ca3962a70468da32e83105c9619f524afbf4e6c500661c7c62b4261e8
 WHIRLPOOL 
d84326730a73a50c420876c2e81adc836dcf657d746e09b614902c879390230c43d657f748fd015f874ebe11f277c9b586ddaf762e1aac551ff05a74321c48ff
 DIST xf86-input-wacom-0.32.0.tar.bz2 594080 SHA256 
8c97ac9afc8150a7c45426e2ccb00fe22eb52671024d41884899e55ce21e870d SHA512 
57991c8ba69281e85c14a23f4a2e7403f550118ac6cdee3c72798bc4342b5964318eeb5404302296fb7046d9dc49e167d2ed4d2e9441a28e39558e5e575dc21b
 WHIRLPOOL 
1c9412126f21f1cbea4fe90195d1f9d0cd0ac62dc8469d73c8b830c8c750580b6bd951ee2cca7a0e7983d36596a257300c190f3ec4fc2422eb84f950e3383e74
 DIST xf86-input-wacom-0.33.0.tar.bz2 595192 SHA256 
24eef830744a388795a318ef743f19c451e394d9ef1332e98e2d54810a70f8e0 SHA512 
669d415bfb4c95332737879c7ad487f905d57a7363c41e2037c9f902c63efbc445e41a9adf1b7a12b7416d61b1011127ff86688a3644371b4bbc883adcdd9e6f
 WHIRLPOOL 
8b1366793d3fffbb68e9be80ec6463deb291647cdc7a46acabe24d06c6bd2d76ea19cb242297094162877c619be2fac8ae064cda675d79a0b4763ec03037b35d
+DIST xf86-input-wacom-0.34.0.tar.bz2 598624 SHA256 
f15d8e4f3bf3a5b2db0b3f9c9565361b084896c3cb54ac11b8de5e405f9cb045 SHA512 
d0aae70853f73d989d168e054bb21ddbd2114ec6c012b1c5f949838bb20a7fe75711211886dd649ec0e9449d199da17b4ff156d5d672ad02c8b2e0b667cc40ad
 WHIRLPOOL 
f45ac8e8c93ac343cc8002ae0a981483ba5fda9aa975b935a423e86c42297c54fbff50e44a0c58c915fc3d49aa06bb743684cdc357c90678c9ef2ee332a7f94f

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
new file mode 100644
index 00000000..5a0aed8
--- /dev/null
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
@@ -0,0 +1,60 @@
+# 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="Driver for Wacom tablets and drawing devices"
+HOMEPAGE="http://linuxwacom.sourceforge.net/";
+LICENSE="GPL-2"
+EGIT_REPO_URI="git://git.code.sf.net/p/linuxwacom/${PN}"
+[[ ${PV} != 9999* ]] && \
+       SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+# depend on libwacom for its udev rules, bug #389633
+RDEPEND="dev-libs/libwacom
+       virtual/udev
+       >=x11-base/xorg-server-1.7
+       x11-libs/libX11
+       x11-libs/libXext
+       x11-libs/libXi
+       x11-libs/libXrandr
+       x11-libs/libXinerama"
+DEPEND="${RDEPEND}
+       x11-proto/randrproto"
+
+pkg_setup() {
+       linux-info_pkg_setup
+
+       XORG_CONFIGURE_OPTIONS=(
+               $(use_enable debug)
+       )
+}
+
+src_install() {
+       xorg-2_src_install
+
+       rm -rf "${ED}"/usr/share/hal
+}
+
+pkg_pretend() {
+       linux-info_pkg_setup
+
+       if ! linux_config_exists \
+                       || ! linux_chkconfig_present TABLET_USB_WACOM \
+                       || ! linux_chkconfig_present INPUT_EVDEV; then
+               echo
+               ewarn "If you use a USB Wacom tablet, you need to enable 
support in your kernel"
+               ewarn "  Device Drivers --->"
+               ewarn "    Input device support --->"
+               ewarn "      <*>   Event interface"
+               ewarn "      [*]   Tablets  --->"
+               ewarn "        <*>   Wacom Intuos/Graphire tablet support (USB)"
+               echo
+       fi
+}

Reply via email to