Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/libnw: ChangeLog libnw-1.30.02.ebuild
Date: Fri, 05 Sep 2008 13:18:27
Message-Id: E1KbbCh-0004Nz-80@stork.gentoo.org
1 nyhm 08/09/05 13:18:23
2
3 Modified: ChangeLog
4 Added: libnw-1.30.02.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.8 dev-games/libnw/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 8 Feb 2007 20:47:09 -0000 1.7
23 +++ ChangeLog 5 Sep 2008 13:18:22 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-games/libnw
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.7 2007/02/08 20:47:09 wolf31o2 Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/ChangeLog,v 1.8 2008/09/05 13:18:22 nyhm Exp $
30 +
31 +*libnw-1.30.02 (05 Sep 2008)
32 +
33 + 05 Sep 2008; Tristan Heaven <nyhm@g.o> +libnw-1.30.02.ebuild:
34 + Version bump
35
36 08 Feb 2007; Chris Gianelloni <wolf31o2@g.o> ChangeLog:
37 Regenerate digest in Manifest2 format.
38
39
40
41 1.1 dev-games/libnw/libnw-1.30.02.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libnw-1.30.02.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-games/libnw/libnw-1.30.02.ebuild,v 1.1 2008/09/05 13:18:22 nyhm Exp $
51
52 DESCRIPTION="Tools and libraries for NWN file manipulation"
53 HOMEPAGE="http://openknights.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/openknights/${P}.tar.gz"
55
56 LICENSE="openknights"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE=""
60
61 DEPEND="sys-devel/bison
62 sys-devel/flex"
63 RDEPEND=""
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "emake install failed"
67 dodoc AUTHORS ChangeLog NEWS README README.tech TODO
68 }