Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/nwn: nwn-1.68-r2.ebuild ChangeLog
Date: Fri, 07 Sep 2007 13:26:36
Message-Id: E1ITdkV-0004MK-Aq@stork.gentoo.org
1 calchan 07/09/07 13:19:51
2
3 Modified: nwn-1.68-r2.ebuild ChangeLog
4 Log:
5 Less annoying iconification. Fixed fullscreen toggling for international users with an AltGr key.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.3 games-rpg/nwn/nwn-1.68-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild?r1=1.2&r2=1.3
14
15 Index: nwn-1.68-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- nwn-1.68-r2.ebuild 5 Sep 2007 13:29:21 -0000 1.2
22 +++ nwn-1.68-r2.ebuild 7 Sep 2007 13:19:50 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild,v 1.2 2007/09/05 13:29:21 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r2.ebuild,v 1.3 2007/09/07 13:19:50 calchan Exp $
28
29 inherit eutils games
30
31 @@ -14,7 +14,7 @@
32
33 DESCRIPTION="role-playing game set in a huge medieval fantasy world of Dungeons and Dragons"
34 HOMEPAGE="http://nwn.bioware.com/downloads/linuxclient.html"
35 -SRC_URI="http://dev.gentoo.org/~calchan/distfiles/nwn-libsdl-1.2.12.tar.bz2
36 +SRC_URI="http://dev.gentoo.org/~calchan/distfiles/nwn-libsdl-1.2.12-r1.tar.bz2
37 linguas_fr? (
38 !sou? ( !hou? ( ${PATCH_URL_BASE}/French${PACKAGE_NAME} ) )
39 sou? ( ${PATCH_URL_BASE}/French${SOU_NAME} )
40 @@ -242,8 +242,8 @@
41 pkg_postinst() {
42 games_pkg_postinst
43 einfo "The included custom libSDL is patched to enable the following key sequences:"
44 - einfo " * Right-Alt & Enter - Toggle between FullScreen/Windowed"
45 einfo " * Left-Alt & Enter - Iconify Window"
46 + einfo " * Right-Alt & Enter - Toggle between FullScreen/Windowed"
47 einfo " * Left-Control & G - Disable the mouse grab that keeps the cursor inside the NWN window"
48 einfo " * Right-Control & G - Re-enable the mouse grab to keep the cursor inside the NWN window"
49 einfo
50
51
52
53 1.61 games-rpg/nwn/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.61&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn/ChangeLog?rev=1.61&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn/ChangeLog?r1=1.60&r2=1.61
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v
62 retrieving revision 1.60
63 retrieving revision 1.61
64 diff -u -r1.60 -r1.61
65 --- ChangeLog 5 Sep 2007 13:29:21 -0000 1.60
66 +++ ChangeLog 7 Sep 2007 13:19:50 -0000 1.61
67 @@ -1,6 +1,10 @@
68 # ChangeLog for games-rpg/nwn
69 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.60 2007/09/05 13:29:21 calchan Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.61 2007/09/07 13:19:50 calchan Exp $
72 +
73 + 07 Sep 2007; Denis Dupeyron <calchan@g.o> nwn-1.68-r2.ebuild:
74 + Less annoying iconification. Fixed fullscreen toggling for international
75 + users with an AltGr key.
76
77 05 Sep 2007; Denis Dupeyron <calchan@g.o> nwn-1.68-r2.ebuild:
78 Changed URI for custom libSDL. Added postinst message describing new
79
80
81
82 --
83 gentoo-commits@g.o mailing list