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-misc/opengfx: ChangeLog opengfx-0.2.4.ebuild
Date: Sat, 01 May 2010 22:23:31
Message-Id: 20100501222326.07FC02C162@corvid.gentoo.org
1 mr_bones_ 10/05/01 22:23:25
2
3 Modified: ChangeLog
4 Added: opengfx-0.2.4.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 games-misc/opengfx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 8 Apr 2010 23:19:45 -0000 1.1
23 +++ ChangeLog 1 May 2010 22:23:25 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-misc/opengfx
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.1 2010/04/08 23:19:45 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.2 2010/05/01 22:23:25 mr_bones_ Exp $
29 +
30 +*opengfx-0.2.4 (01 May 2010)
31 +
32 + 01 May 2010; Michael Sterrett <mr_bones_@g.o>
33 + +opengfx-0.2.4.ebuild:
34 + version bump
35
36 *opengfx-0.2.3 (08 Apr 2010)
37
38
39
40
41 1.1 games-misc/opengfx/opengfx-0.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: opengfx-0.2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.2.4.ebuild,v 1.1 2010/05/01 22:23:25 mr_bones_ Exp $
51
52 EAPI=2
53 inherit games
54
55 DESCRIPTION="OpenGFX data files for OpenTTD"
56 HOMEPAGE="http://bundles.openttdcoop.org/opengfx/"
57 SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${P}-source.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE=""
63
64 S=${WORKDIR}/${P}-source
65
66 DEPEND="games-util/nforenum
67 games-util/grfcodec"
68 RDEPEND=""
69
70 src_compile() {
71 emake bundle || die
72 }
73
74 src_install() {
75 insinto "${GAMES_DATADIR}/openttd/data/"
76 doins *.grf opengfx.obg || die
77 dodoc docs/{changelog.txt,readme.txt} || die
78 prepgamesdirs
79 }