Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evtouch: xf86-input-evtouch-0.8.7.ebuild ChangeLog
Date: Thu, 21 Feb 2008 22:55:31
Message-Id: E1JSKHS-0004m8-3q@stork.gentoo.org
1 cardoe 08/02/21 22:52:42
2
3 Modified: xf86-input-evtouch-0.8.7.ebuild ChangeLog
4 Log:
5 changes per Donnie for x-modular.eclass
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?r1=1.2&r2=1.3
14
15 Index: xf86-input-evtouch-0.8.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xf86-input-evtouch-0.8.7.ebuild 21 Feb 2008 20:52:32 -0000 1.2
22 +++ xf86-input-evtouch-0.8.7.ebuild 21 Feb 2008 22:52:41 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v 1.2 2008/02/21 20:52:32 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v 1.3 2008/02/21 22:52:41 cardoe Exp $
28 +
29 +SNAPSHOT="yes"
30 +XDPVER=-1
31
32 inherit x-modular autotools
33
34 @@ -18,26 +21,9 @@
35 x11-proto/randrproto
36 x11-proto/xproto"
37
38 -# necessary to prevent x-modular.eclass' version from running
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 -
43 - epatch "${FILESDIR}"/${PN}-evcalibrate-path.patch
44 -
45 - eautoreconf
46 -}
47 -
48 -src_compile() {
49 - econf --enable-evcalibrate \
50 - --enable-udevinstall || die "configure failed"
51 - emake || die "emake failed"
52 -}
53 -
54 -src_install() {
55 - x-modular_src_install
56 - dodoc README README.calibration TODO
57 -}
58 +PATCHES="${FILESDIR}/${PN}-evcalibrate-path.patch"
59 +CONFIGURE_OPTIONS="--enable-evcalibrate --enable-udevinstall"
60 +DOCS="README README.calibration TODO"
61
62 pkg_postinst() {
63 einfo
64
65
66
67 1.2 x11-drivers/xf86-input-evtouch/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog?rev=1.2&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog?rev=1.2&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog?r1=1.1&r2=1.2
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog,v
76 retrieving revision 1.1
77 retrieving revision 1.2
78 diff -u -r1.1 -r1.2
79 --- ChangeLog 21 Feb 2008 20:50:44 -0000 1.1
80 +++ ChangeLog 21 Feb 2008 22:52:41 -0000 1.2
81 @@ -1,6 +1,10 @@
82 # ChangeLog for x11-drivers/xf86-input-evtouch
83 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog,v 1.1 2008/02/21 20:50:44 cardoe Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog,v 1.2 2008/02/21 22:52:41 cardoe Exp $
86 +
87 + 21 Feb 2008; Doug Klima <cardoe@g.o>
88 + xf86-input-evtouch-0.8.7.ebuild:
89 + changes per Donnie for x-modular.eclass
90
91 *xf86-input-evtouch-0.8.7 (21 Feb 2008)
92
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list