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-penultima: ChangeLog nwn-penultima-1-r1.ebuild
Date: Thu, 19 May 2011 04:23:31
Message-Id: 20110519042321.0EBA820054@flycatcher.gentoo.org
1 calchan 11/05/19 04:23:21
2
3 Modified: ChangeLog
4 Added: nwn-penultima-1-r1.ebuild
5 Log:
6 Undo my file renaming which breaks launching modules from Penultima City.
7
8 (Portage version: 2.1.9.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 games-rpg/nwn-penultima/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultima/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultima/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultima/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 28 Jun 2010 22:30:21 -0000 1.2
24 +++ ChangeLog 19 May 2011 04:23:20 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-rpg/nwn-penultima
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/ChangeLog,v 1.2 2010/06/28 22:30:21 mr_bones_ Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/ChangeLog,v 1.3 2011/05/19 04:23:20 calchan Exp $
31 +
32 +*nwn-penultima-1-r1 (19 May 2011)
33 +
34 + 19 May 2011; Denis Dupeyron <calchan@g.o> +nwn-penultima-1-r1.ebuild:
35 + Undo my file renaming which breaks launching modules from Penultima City.
36
37 28 Jun 2010; Michael Sterrett <mr_bones_@g.o>
38 nwn-penultima-1.ebuild:
39
40
41
42 1.1 games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nwn-penultima-1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultima/nwn-penultima-1-r1.ebuild,v 1.1 2011/05/19 04:23:20 calchan Exp $
52
53 inherit games
54
55 DESCRIPTION="A parodic fantasy module for Neverwinter Nights"
56 HOMEPAGE="http://pixelscapes.com/penultima"
57 SRC_URI="http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1661/Penultima_0_Penultima_City.zip
58 http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1665/Penultima_1_Pest_Control.zip
59 http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1667/Penultima_2_Deweys_Decimal.zip
60 http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1669/Penultima_3_Hazard_Pay.zip
61 http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1671/Penultima_4_Clucking_Hositle.zip
62 http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1673/Penultima_5_Home_Sweet_Home.zip"
63
64 LICENSE="as-is"
65 SLOT="0"
66 KEYWORDS="-* ~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="app-arch/unzip"
70 RDEPEND="games-rpg/nwn"
71
72 src_install() {
73 insinto "${GAMES_PREFIX_OPT}"/nwn/modules
74 doins *.mod
75
76 insinto "${GAMES_PREFIX_OPT}"/nwn/penultima
77 doins *.txt
78
79 prepgamesdirs
80 }