Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: ChangeLog xf86-input-synaptics-1.3.0.ebuild
Date: Mon, 28 Feb 2011 18:28:03
Message-Id: 20110228182752.F057720054@flycatcher.gentoo.org
1 mgorny 11/02/28 18:27:52
2
3 Modified: ChangeLog xf86-input-synaptics-1.3.0.ebuild
4 Log:
5 Replace DOCS var with an array due to xorg-2 eclass changes.
6
7 (Portage version: 2.2.0_alpha24_p18/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.57 x11-drivers/xf86-input-synaptics/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 15 Feb 2011 07:32:23 -0000 1.56
23 +++ ChangeLog 28 Feb 2011 18:27:52 -0000 1.57
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-drivers/xf86-input-synaptics
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.56 2011/02/15 07:32:23 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.57 2011/02/28 18:27:52 mgorny Exp $
29 +
30 + 28 Feb 2011; Michał Górny <mgorny@g.o>
31 + xf86-input-synaptics-1.3.0.ebuild:
32 + Replace DOCS var with an array due to xorg-2 eclass changes.
33
34 15 Feb 2011; Kacper Kowalik <xarthisius@g.o>
35 xf86-input-synaptics-1.3.0.ebuild:
36
37
38
39 1.6 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild?r1=1.5&r2=1.6
44
45 Index: xf86-input-synaptics-1.3.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- xf86-input-synaptics-1.3.0.ebuild 15 Feb 2011 07:32:23 -0000 1.5
52 +++ xf86-input-synaptics-1.3.0.ebuild 28 Feb 2011 18:27:52 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.5 2011/02/15 07:32:23 xarthisius Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.6 2011/02/28 18:27:52 mgorny Exp $
58
59 EAPI=3
60
61 @@ -21,7 +21,8 @@
62 >=x11-proto/recordproto-1.14"
63
64 src_install() {
65 - DOCS="README" xorg-2_src_install
66 + DOCS=( README )
67 + xorg-2_src_install
68 }
69 pkg_postinst() {
70 xorg-2_pkg_postinst