Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-wacom: xf86-input-wacom-0.16.1.ebuild ChangeLog xf86-input-wacom-0.11.0.ebuild xf86-input-wacom-0.11.1.ebuild xf86-input-wacom-0.13.0.ebuild
Date: Sat, 01 Sep 2012 17:45:38
Message-Id: 20120901174527.7CBA820EE9@flycatcher.gentoo.org
1 scarabeus 12/09/01 17:45:27
2
3 Modified: ChangeLog
4 Added: xf86-input-wacom-0.16.1.ebuild
5 Removed: xf86-input-wacom-0.11.0.ebuild
6 xf86-input-wacom-0.11.1.ebuild
7 xf86-input-wacom-0.13.0.ebuild
8 Log:
9 Version bump to latest. Prune some older versions.
10
11 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.59 x11-drivers/xf86-input-wacom/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.59&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?rev=1.59&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog?r1=1.58&r2=1.59
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v
23 retrieving revision 1.58
24 retrieving revision 1.59
25 diff -u -r1.58 -r1.59
26 --- ChangeLog 12 Jul 2012 17:30:53 -0000 1.58
27 +++ ChangeLog 1 Sep 2012 17:45:27 -0000 1.59
28 @@ -1,6 +1,13 @@
29 # ChangeLog for x11-drivers/xf86-input-wacom
30 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.58 2012/07/12 17:30:53 ranger Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.59 2012/09/01 17:45:27 scarabeus Exp $
33 +
34 +*xf86-input-wacom-0.16.1 (01 Sep 2012)
35 +
36 + 01 Sep 2012; Tomáš Chvátal <scarabeus@g.o>
37 + +xf86-input-wacom-0.16.1.ebuild, -xf86-input-wacom-0.11.0.ebuild,
38 + -xf86-input-wacom-0.11.1.ebuild, -xf86-input-wacom-0.13.0.ebuild:
39 + Version bump to latest. Prune some older versions.
40
41 12 Jul 2012; Brent Baude <ranger@g.o> xf86-input-wacom-0.14.0.ebuild:
42 Marking xf86-input-wacom-0.14.0 ppc stable for bug 419473
43 @@ -262,4 +269,3 @@
44 05 Nov 2009; Rémi Cardona <remi@g.o>
45 +xf86-input-wacom-0.10.0.ebuild, +metadata.xml:
46 first official release, import from the x11 overlay
47 -
48
49
50
51 1.1 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.16.1.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.16.1.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.16.1.ebuild?rev=1.1&content-type=text/plain
55
56 Index: xf86-input-wacom-0.16.1.ebuild
57 ===================================================================
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.16.1.ebuild,v 1.1 2012/09/01 17:45:27 scarabeus Exp $
61
62 EAPI=4
63
64 inherit linux-info xorg-2
65
66 DESCRIPTION="Driver for Wacom tablets and drawing devices"
67 HOMEPAGE="http://linuxwacom.sourceforge.net/"
68 LICENSE="GPL-2"
69 EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
70 [[ ${PV} != 9999* ]] && \
71 SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
72
73 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
74 IUSE="debug"
75
76 RDEPEND=">=x11-base/xorg-server-1.7
77 x11-libs/libX11
78 x11-libs/libXext
79 x11-libs/libXi
80 x11-libs/libXrandr
81 x11-libs/libXinerama"
82 DEPEND="${RDEPEND}
83 x11-proto/randrproto"
84
85 pkg_setup() {
86 linux-info_pkg_setup
87
88 XORG_CONFIGURE_OPTIONS=(
89 $(use_enable debug)
90 )
91 }
92
93 src_install() {
94 xorg-2_src_install
95
96 rm -rf "${ED}"/usr/share/hal
97 }
98
99 pkg_pretend() {
100 linux-info_pkg_setup
101
102 if ! linux_config_exists \
103 || ! linux_chkconfig_present TABLET_USB_WACOM \
104 || ! linux_chkconfig_present INPUT_EVDEV; then
105 echo
106 ewarn "If you use a USB Wacom tablet, you need to enable support in your kernel"
107 ewarn " Device Drivers --->"
108 ewarn " Input device support --->"
109 ewarn " <*> Event interface"
110 ewarn " [*] Tablets --->"
111 ewarn " <*> Wacom Intuos/Graphire tablet support (USB)"
112 echo
113 fi
114 }