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-data: nwn-data-1.29-r3.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:33:31
Message-Id: E1JVAyZ-0000FH-Bi@stork.gentoo.org
1 mr_bones_ 08/02/29 19:32:59
2
3 Modified: nwn-data-1.29-r3.ebuild ChangeLog
4 Log:
5 tidying patch from Ian Leonard (bug #211869)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 games-rpg/nwn-data/nwn-data-1.29-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: nwn-data-1.29-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- nwn-data-1.29-r3.ebuild 16 Feb 2008 23:00:00 -0000 1.1
22 +++ nwn-data-1.29-r3.ebuild 29 Feb 2008 19:32:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild,v 1.1 2008/02/16 23:00:00 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/nwn-data-1.29-r3.ebuild,v 1.2 2008/02/29 19:32:58 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -190,7 +190,7 @@
32 disk2.zip disk3.zip disk4.zip
33 ;;
34 gold_cd)
35 - einfo "Shadow of Undrentide will be installed from your CDS along"
36 + einfo "Shadow of Undrentide will be installed from your CDs along"
37 einfo "with the original Neverwinter Nights. If you have the"
38 einfo "Hordes of the Underdark expansion, it will be installed after."
39 touch .metadata/orig || die "touch orig"
40 @@ -198,7 +198,7 @@
41 export CDROM_NAME_4="CD4"
42 if use hou
43 then
44 - einfo "You will also need the HoU CDs for this installation."
45 + einfo "You will also need the HoU CD for this installation."
46 export CDROM_NAME_5="HoU"
47 cdrom_get_cds ArcadeInstallNWNXP1_12d.EXE disk2.zip \
48 disk3.zip disk4.zip ArcadeInstallNWNXP213f.EXE
49 @@ -582,17 +582,7 @@
50 done )
51 fi
52 done
53 - if ! use sou && ! use hou && use nowin
54 - then
55 - if [[ -f data/patch.bif ]]
56 - then
57 - chmod a-x data/patch.bif
58 - fi
59 - if [[ -f patch.key ]]
60 - then
61 - chmod a-x patch.key
62 - fi
63 - fi
64 +
65 doicon "${DISTDIR}"/nwn.png
66
67 prepgamesdirs
68
69
70
71 1.35 games-rpg/nwn-data/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn-data/ChangeLog?rev=1.35&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn-data/ChangeLog?rev=1.35&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/nwn-data/ChangeLog?r1=1.34&r2=1.35
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/ChangeLog,v
80 retrieving revision 1.34
81 retrieving revision 1.35
82 diff -u -r1.34 -r1.35
83 --- ChangeLog 16 Feb 2008 23:22:54 -0000 1.34
84 +++ ChangeLog 29 Feb 2008 19:32:58 -0000 1.35
85 @@ -1,6 +1,10 @@
86 # ChangeLog for games-rpg/nwn-data
87 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/ChangeLog,v 1.34 2008/02/16 23:22:54 calchan Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-data/ChangeLog,v 1.35 2008/02/29 19:32:58 mr_bones_ Exp $
90 +
91 + 29 Feb 2008; Michael Sterrett <mr_bones_@g.o>
92 + nwn-data-1.29-r3.ebuild:
93 + tidying patch from Ian Leonard (bug #211869)
94
95 16 Feb 2008; Denis Dupeyron <calchan@g.o> -nwn-data-1.29-r2.ebuild:
96 Removed old experimental ebuild.
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list