Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-nsc: xf86-video-nsc-2.8.1.ebuild xf86-video-nsc-2.8.2.ebuild ChangeLog xf86-video-nsc-2.8.3.ebuild
Date: Fri, 13 Mar 2009 15:40:02
Message-Id: E1Li9Tv-0002Fw-VZ@stork.gentoo.org
1 armin76 09/03/13 15:39:31
2
3 Modified: xf86-video-nsc-2.8.1.ebuild
4 xf86-video-nsc-2.8.2.ebuild ChangeLog
5 xf86-video-nsc-2.8.3.ebuild
6 Log:
7 Drop ~sh, its not available there
8 (Portage version: 2.1.6.7/cvs/Linux ia64)
9
10 Revision Changes Path
11 1.6 x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild?r1=1.5&r2=1.6
16
17 Index: xf86-video-nsc-2.8.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- xf86-video-nsc-2.8.1.ebuild 13 Oct 2006 23:15:48 -0000 1.5
24 +++ xf86-video-nsc-2.8.1.ebuild 13 Mar 2009 15:39:31 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild,v 1.5 2006/10/13 23:15:48 joshuabaergen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild,v 1.6 2009/03/13 15:39:31 armin76 Exp $
31
32 # Must be before x-modular eclass is inherited
33 #SNAPSHOT="yes"
34 @@ -8,7 +8,7 @@
35 inherit x-modular
36
37 DESCRIPTION="Nsc video driver"
38 -KEYWORDS="amd64 sh x86 ~x86-fbsd"
39 +KEYWORDS="amd64 x86 ~x86-fbsd"
40 RDEPEND=">=x11-base/xorg-server-1.0.99"
41 DEPEND="${RDEPEND}
42 x11-proto/fontsproto
43
44
45
46 1.5 x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild?r1=1.4&r2=1.5
51
52 Index: xf86-video-nsc-2.8.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- xf86-video-nsc-2.8.2.ebuild 19 Aug 2008 19:31:11 -0000 1.4
59 +++ xf86-video-nsc-2.8.2.ebuild 13 Mar 2009 15:39:31 -0000 1.5
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2008 Gentoo Foundation
62 +# Copyright 1999-2009 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild,v 1.4 2008/08/19 19:31:11 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild,v 1.5 2009/03/13 15:39:31 armin76 Exp $
66
67 # Must be before x-modular eclass is inherited
68 #SNAPSHOT="yes"
69 @@ -9,7 +9,7 @@
70 inherit x-modular
71
72 DESCRIPTION="Nsc video driver"
73 -KEYWORDS="amd64 sh x86 ~x86-fbsd"
74 +KEYWORDS="amd64 x86 ~x86-fbsd"
75 RDEPEND=">=x11-base/xorg-server-1.0.99"
76 DEPEND="${RDEPEND}
77 x11-proto/fontsproto
78
79
80
81 1.27 x11-drivers/xf86-video-nsc/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog?rev=1.27&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog?rev=1.27&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog?r1=1.26&r2=1.27
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v
90 retrieving revision 1.26
91 retrieving revision 1.27
92 diff -u -r1.26 -r1.27
93 --- ChangeLog 24 Feb 2008 02:34:38 -0000 1.26
94 +++ ChangeLog 13 Mar 2009 15:39:31 -0000 1.27
95 @@ -1,6 +1,11 @@
96 # ChangeLog for x11-drivers/xf86-video-nsc
97 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.26 2008/02/24 02:34:38 dberkholz Exp $
99 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.27 2009/03/13 15:39:31 armin76 Exp $
101 +
102 + 13 Mar 2009; Raúl Porcel <armin76@g.o>
103 + xf86-video-nsc-2.8.1.ebuild, xf86-video-nsc-2.8.2.ebuild,
104 + xf86-video-nsc-2.8.3.ebuild:
105 + Drop ~sh, its not available there
106
107 24 Feb 2008; Donnie Berkholz <dberkholz@g.o>; ChangeLog:
108 Update my email.
109
110
111
112 1.2 x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild?r1=1.1&r2=1.2
117
118 Index: xf86-video-nsc-2.8.3.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -u -r1.1 -r1.2
124 --- xf86-video-nsc-2.8.3.ebuild 8 Sep 2007 08:16:41 -0000 1.1
125 +++ xf86-video-nsc-2.8.3.ebuild 13 Mar 2009 15:39:31 -0000 1.2
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2007 Gentoo Foundation
128 +# Copyright 1999-2009 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild,v 1.1 2007/09/08 08:16:41 dberkholz Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.3.ebuild,v 1.2 2009/03/13 15:39:31 armin76 Exp $
132
133 # Must be before x-modular eclass is inherited
134 #SNAPSHOT="yes"
135 @@ -9,7 +9,7 @@
136 inherit x-modular
137
138 DESCRIPTION="Nsc video driver"
139 -KEYWORDS="~amd64 ~sh ~x86 ~x86-fbsd"
140 +KEYWORDS="~amd64 ~x86 ~x86-fbsd"
141 RDEPEND=">=x11-base/xorg-server-1.0.99"
142 DEPEND="${RDEPEND}
143 x11-proto/fontsproto