Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/nwn: nwn-1.68-r6.ebuild nwn-1.69-r1.ebuild nwn-1.68-r5.ebuild ChangeLog
Date: Wed, 03 Sep 2014 21:45:10
Message-Id: 20140903214503.6430F4A1F@oystercatcher.gentoo.org
1 mr_bones_ 14/09/03 21:45:03
2
3 Modified: nwn-1.68-r6.ebuild nwn-1.69-r1.ebuild
4 nwn-1.68-r5.ebuild ChangeLog
5 Log:
6 clean deps (bug #522082)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 games-rpg/nwn/nwn-1.68-r6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r6.ebuild?r1=1.1&r2=1.2
16
17 Index: nwn-1.68-r6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- nwn-1.68-r6.ebuild 21 Dec 2012 09:59:20 -0000 1.1
24 +++ nwn-1.68-r6.ebuild 3 Sep 2014 21:45:03 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r6.ebuild,v 1.1 2012/12/21 09:59:20 mr_bones_ Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r6.ebuild,v 1.2 2014/09/03 21:45:03 mr_bones_ Exp $
31
32 -EAPI=4
33 +EAPI=5
34 inherit eutils games
35
36 LANGUAGES="linguas_fr linguas_it linguas_es linguas_de linguas_en"
37 @@ -55,13 +55,11 @@
38 virtual/opengl
39 !<games-rpg/nwmouse-0.1-r1
40 x86? (
41 - =virtual/libstdc++-3.3
42 x11-libs/libXext
43 x11-libs/libX11
44 media-libs/libsdl )
45 amd64? (
46 app-emulation/emul-linux-x86-baselibs
47 - app-emulation/emul-linux-x86-compat
48 app-emulation/emul-linux-x86-xlibs
49 app-emulation/emul-linux-x86-sdl )"
50 DEPEND="app-arch/unzip"
51
52
53
54 1.7 games-rpg/nwn/nwn-1.69-r1.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild?rev=1.7&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild?rev=1.7&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild?r1=1.6&r2=1.7
59
60 Index: nwn-1.69-r1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v
63 retrieving revision 1.6
64 retrieving revision 1.7
65 diff -u -r1.6 -r1.7
66 --- nwn-1.69-r1.ebuild 24 Sep 2012 00:38:12 -0000 1.6
67 +++ nwn-1.69-r1.ebuild 3 Sep 2014 21:45:03 -0000 1.7
68 @@ -1,8 +1,8 @@
69 -# Copyright 1999-2012 Gentoo Foundation
70 +# Copyright 1999-2014 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v 1.6 2012/09/24 00:38:12 vapier Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.69-r1.ebuild,v 1.7 2014/09/03 21:45:03 mr_bones_ Exp $
74
75 -EAPI=2
76 +EAPI=5
77 inherit eutils games
78
79 MY_PV=${PV//.}
80 @@ -34,13 +34,11 @@
81 virtual/opengl
82 !<games-rpg/nwmouse-0.1-r1
83 x86? (
84 - =virtual/libstdc++-3.3
85 x11-libs/libXext
86 x11-libs/libX11
87 media-libs/libsdl )
88 amd64? (
89 app-emulation/emul-linux-x86-baselibs
90 - app-emulation/emul-linux-x86-compat
91 app-emulation/emul-linux-x86-xlibs
92 app-emulation/emul-linux-x86-sdl )"
93 DEPEND=""
94
95
96
97 1.6 games-rpg/nwn/nwn-1.68-r5.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?rev=1.6&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?rev=1.6&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild?r1=1.5&r2=1.6
102
103 Index: nwn-1.68-r5.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v
106 retrieving revision 1.5
107 retrieving revision 1.6
108 diff -u -r1.5 -r1.6
109 --- nwn-1.68-r5.ebuild 24 Sep 2012 00:38:12 -0000 1.5
110 +++ nwn-1.68-r5.ebuild 3 Sep 2014 21:45:03 -0000 1.6
111 @@ -1,6 +1,6 @@
112 -# Copyright 1999-2012 Gentoo Foundation
113 +# Copyright 1999-2014 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v 1.5 2012/09/24 00:38:12 vapier Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r5.ebuild,v 1.6 2014/09/03 21:45:03 mr_bones_ Exp $
117
118 inherit eutils games
119
120 @@ -55,13 +55,11 @@
121 virtual/opengl
122 !<games-rpg/nwmouse-0.1-r1
123 x86? (
124 - =virtual/libstdc++-3.3
125 x11-libs/libXext
126 x11-libs/libX11
127 media-libs/libsdl )
128 amd64? (
129 app-emulation/emul-linux-x86-baselibs
130 - app-emulation/emul-linux-x86-compat
131 app-emulation/emul-linux-x86-xlibs
132 app-emulation/emul-linux-x86-sdl )"
133 DEPEND="app-arch/unzip"
134
135
136
137 1.80 games-rpg/nwn/ChangeLog
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.80&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.80&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn/ChangeLog?r1=1.79&r2=1.80
142
143 Index: ChangeLog
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v
146 retrieving revision 1.79
147 retrieving revision 1.80
148 diff -u -r1.79 -r1.80
149 --- ChangeLog 21 Dec 2012 09:59:20 -0000 1.79
150 +++ ChangeLog 3 Sep 2014 21:45:03 -0000 1.80
151 @@ -1,6 +1,10 @@
152 # ChangeLog for games-rpg/nwn
153 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
154 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.79 2012/12/21 09:59:20 mr_bones_ Exp $
155 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
156 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.80 2014/09/03 21:45:03 mr_bones_ Exp $
157 +
158 + 03 Sep 2014; Michael Sterrett <mr_bones_@g.o> nwn-1.68-r5.ebuild,
159 + nwn-1.68-r6.ebuild, nwn-1.69-r1.ebuild:
160 + clean deps (bug #522082)
161
162 *nwn-1.68-r6 (21 Dec 2012)