Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xf86dga: xf86dga-1.0.2.ebuild xf86dga-1.0.1-r1.ebuild ChangeLog
Date: Fri, 11 Jan 2008 08:29:54
Message-Id: E1JDFGx-0002fG-F2@stork.gentoo.org
1 dberkholz 08/01/11 08:29:51
2
3 Modified: xf86dga-1.0.2.ebuild xf86dga-1.0.1-r1.ebuild
4 ChangeLog
5 Log:
6 (#204654) Missed build-time dep on xf86dgaproto (Patrick Lauer).
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.3 x11-apps/xf86dga/xf86dga-1.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild?r1=1.2&r2=1.3
15
16 Index: xf86dga-1.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xf86dga-1.0.2.ebuild 20 Dec 2007 00:10:18 -0000 1.2
23 +++ xf86dga-1.0.2.ebuild 11 Jan 2008 08:29:50 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild,v 1.2 2007/12/20 00:10:18 cla Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.2.ebuild,v 1.3 2008/01/11 08:29:50 dberkholz Exp $
30
31 # Must be before x-modular eclass is inherited
32 #SNAPSHOT="yes"
33 @@ -11,4 +11,5 @@
34 KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc x86"
35 RDEPEND="x11-libs/libX11
36 x11-libs/libXxf86dga"
37 -DEPEND="${RDEPEND}"
38 +DEPEND="${RDEPEND}
39 + x11-proto/xf86dgaproto"
40
41
42
43 1.4 x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild?r1=1.3&r2=1.4
48
49 Index: xf86dga-1.0.1-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- xf86dga-1.0.1-r1.ebuild 10 Oct 2006 23:55:19 -0000 1.3
56 +++ xf86dga-1.0.1-r1.ebuild 11 Jan 2008 08:29:50 -0000 1.4
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2006 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild,v 1.3 2006/10/10 23:55:19 dberkholz Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/xf86dga-1.0.1-r1.ebuild,v 1.4 2008/01/11 08:29:50 dberkholz Exp $
63
64 # Must be before x-modular eclass is inherited
65 #SNAPSHOT="yes"
66 @@ -11,6 +11,7 @@
67 KEYWORDS="amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86"
68 RDEPEND="x11-libs/libX11
69 x11-libs/libXxf86dga"
70 -DEPEND="${RDEPEND}"
71 +DEPEND="${RDEPEND}
72 + x11-proto/xf86dgaproto"
73
74 PATCHES="${FILESDIR}/${P}-setuid.diff"
75
76
77
78 1.17 x11-apps/xf86dga/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/ChangeLog?rev=1.17&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/ChangeLog?rev=1.17&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xf86dga/ChangeLog?r1=1.16&r2=1.17
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v
87 retrieving revision 1.16
88 retrieving revision 1.17
89 diff -u -r1.16 -r1.17
90 --- ChangeLog 20 Dec 2007 00:10:18 -0000 1.16
91 +++ ChangeLog 11 Jan 2008 08:29:50 -0000 1.17
92 @@ -1,6 +1,10 @@
93 # ChangeLog for x11-apps/xf86dga
94 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v 1.16 2007/12/20 00:10:18 cla Exp $
96 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xf86dga/ChangeLog,v 1.17 2008/01/11 08:29:50 dberkholz Exp $
98 +
99 + 11 Jan 2008; Donnie Berkholz <dberkholz@g.o>;
100 + xf86dga-1.0.1-r1.ebuild, xf86dga-1.0.2.ebuild:
101 + (#204654) Missed build-time dep on xf86dgaproto (Patrick Lauer).
102
103 19 Dec 2007; Dawid Węgliński <cla@g.o> xf86dga-1.0.2.ebuild:
104 Stable on x86 (bug #202087)
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list