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.3.4.ebuild
Date: Sat, 16 Jul 2011 22:10:39
Message-Id: 20110716221030.195B92004B@flycatcher.gentoo.org
1 mr_bones_ 11/07/16 22:10:30
2
3 Modified: ChangeLog
4 Added: opengfx-0.3.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.10.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.9 games-misc/opengfx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 4 May 2011 17:23:31 -0000 1.8
24 +++ ChangeLog 16 Jul 2011 22:10:30 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-misc/opengfx
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.8 2011/05/04 17:23:31 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.9 2011/07/16 22:10:30 mr_bones_ Exp $
30 +
31 +*opengfx-0.3.4 (16 Jul 2011)
32 +
33 + 16 Jul 2011; Michael Sterrett <mr_bones_@g.o> +opengfx-0.3.4.ebuild:
34 + version bump
35
36 *opengfx-0.3.3 (04 May 2011)
37
38
39
40
41 1.1 games-misc/opengfx/opengfx-0.3.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: opengfx-0.3.4.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.3.4.ebuild,v 1.1 2011/07/16 22:10:30 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/${PV}/${P}-source.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
62 IUSE=""
63
64 S=${WORKDIR}/${P}-source
65
66 DEPEND=">=games-util/grfcodec-5.1.1"
67 RDEPEND=""
68
69 src_compile() {
70 emake bundle || die
71 }
72
73 src_install() {
74 insinto "${GAMES_DATADIR}/openttd/data/"
75 doins *.grf opengfx.obg || die
76 dodoc docs/{changelog.txt,readme.txt} || die
77 prepgamesdirs
78 }