Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-input-mouse/, x11-drivers/xf86-input-synaptics/, ...
Date: Sun, 08 May 2011 12:31:03
Message-Id: fa266ad41a7353c9a5643d52f93c8f46a31cbe17.scarabeus@gentoo
1 commit: fa266ad41a7353c9a5643d52f93c8f46a31cbe17
2 Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 12:30:22 2011 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 12:30:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=fa266ad4
7
8 [xf86-input-*] Adapt for dep handling that is now done in eclass.
9
10 ---
11 .../xf86-input-evdev/xf86-input-evdev-9999.ebuild | 4 +---
12 .../xf86-input-joystick-9999.ebuild | 4 +---
13 .../xf86-input-keyboard-9999.ebuild | 6 +-----
14 .../xf86-input-mouse/xf86-input-mouse-9999.ebuild | 5 +----
15 .../xf86-input-synaptics-9999.ebuild | 7 +++----
16 .../xf86-input-wacom/xf86-input-wacom-9999.ebuild | 9 +++------
17 6 files changed, 10 insertions(+), 25 deletions(-)
18
19 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
20 index 365aca8..3e8aad0 100644
21 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
22 +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
23 @@ -11,6 +11,4 @@ IUSE=""
24
25 RDEPEND=">=x11-base/xorg-server-1.6.3"
26 DEPEND="${RDEPEND}
27 - >=sys-kernel/linux-headers-2.6
28 - x11-proto/inputproto
29 - x11-proto/xproto"
30 + >=sys-kernel/linux-headers-2.6"
31
32 diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-9999.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-9999.ebuild
33 index f4920e8..5c41934 100644
34 --- a/x11-drivers/xf86-input-joystick/xf86-input-joystick-9999.ebuild
35 +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-9999.ebuild
36 @@ -11,6 +11,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
37 IUSE=""
38
39 RDEPEND=">=x11-base/xorg-server-1.10"
40 -DEPEND="${RDEPEND}
41 - x11-proto/inputproto
42 - x11-proto/kbproto"
43 +DEPEND="${RDEPEND}"
44
45 diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-9999.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-9999.ebuild
46 index 8bb0a90..68cbd98 100644
47 --- a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-9999.ebuild
48 +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-9999.ebuild
49 @@ -11,8 +11,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-
50 IUSE=""
51
52 RDEPEND=">=x11-base/xorg-server-1.6.3"
53 -DEPEND="${RDEPEND}
54 - x11-proto/inputproto
55 - x11-proto/kbproto
56 - x11-proto/randrproto
57 - x11-proto/xproto"
58 +DEPEND="${RDEPEND}"
59
60 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-9999.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-9999.ebuild
61 index 88517e2..c61ddd5 100644
62 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-9999.ebuild
63 +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-9999.ebuild
64 @@ -11,7 +11,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-
65 IUSE=""
66
67 RDEPEND=">=x11-base/xorg-server-1.5.99.901"
68 -DEPEND="${RDEPEND}
69 - x11-proto/inputproto
70 - x11-proto/randrproto
71 - x11-proto/xproto"
72 +DEPEND="${RDEPEND}"
73
74 diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-9999.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-9999.ebuild
75 index 8fe2b85..0b33ab6 100644
76 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-9999.ebuild
77 +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-9999.ebuild
78 @@ -17,13 +17,12 @@ RDEPEND="
79 >=x11-libs/libXi-1.2
80 >=x11-libs/libXtst-1.1.0"
81 DEPEND="${RDEPEND}
82 - x11-proto/inputproto
83 >=x11-proto/recordproto-1.14"
84
85 -DOCS=( "README" )
86 +DOCS=( README )
87
88 -pkg_postinst() {
89 - xorg-2_pkg_postinst
90 +pkg_pretend() {
91 + linux-info_pkg_setup
92 # Just a friendly warning
93 if ! linux_config_exists \
94 || ! linux_chkconfig_present INPUT_EVDEV; then
95
96 diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild
97 index fbaf240..a93fa96 100644
98 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild
99 +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild
100 @@ -23,10 +23,7 @@ RDEPEND="!x11-drivers/linuxwacom
101 x11-libs/libXi
102 x11-libs/libXrandr"
103 DEPEND="${RDEPEND}
104 - x11-proto/inputproto
105 - x11-proto/kbproto
106 - x11-proto/randrproto
107 - x11-proto/xproto"
108 + x11-proto/randrproto"
109
110 pkg_setup() {
111 linux-info_pkg_setup
112 @@ -42,8 +39,8 @@ src_install() {
113 rm -rf "${D}"/usr/share/hal
114 }
115
116 -pkg_postinst() {
117 - xorg-2_pkg_postinst
118 +pkg_pretend() {
119 + linux-info_pkg_setup
120
121 if ! linux_config_exists \
122 || ! linux_chkconfig_present TABLET_USB_WACOM \