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: opengfx-0.4.5.ebuild ChangeLog
Date: Thu, 01 Nov 2012 20:02:44
Message-Id: 20121101200228.7019221600@flycatcher.gentoo.org
1 mr_bones_ 12/11/01 20:02:28
2
3 Modified: ChangeLog
4 Added: opengfx-0.4.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 games-misc/opengfx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 27 Jun 2012 17:43:04 -0000 1.23
24 +++ ChangeLog 1 Nov 2012 20:02:28 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-misc/opengfx
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.23 2012/06/27 17:43:04 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.24 2012/11/01 20:02:28 mr_bones_ Exp $
30 +
31 +*opengfx-0.4.5 (01 Nov 2012)
32 +
33 + 01 Nov 2012; Michael Sterrett <mr_bones_@g.o> +opengfx-0.4.5.ebuild:
34 + version bump
35
36 27 Jun 2012; Markus Meier <maekke@g.o> opengfx-0.4.4.ebuild:
37 add ~arm, bug #412329
38 @@ -92,4 +97,3 @@
39 +opengfx-0.2.3.ebuild, +metadata.xml:
40 initial commit - ebuild submitted by Locke 'Wizzleby' Shinseiko via bug
41 #300328
42 -
43
44
45
46 1.1 games-misc/opengfx/opengfx-0.4.5.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.4.5.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.4.5.ebuild?rev=1.1&content-type=text/plain
50
51 Index: opengfx-0.4.5.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.5.ebuild,v 1.1 2012/11/01 20:02:28 mr_bones_ Exp $
56
57 EAPI=4
58 inherit games
59
60 DESCRIPTION="OpenGFX data files for OpenTTD"
61 HOMEPAGE="http://bundles.openttdcoop.org/opengfx/"
62 SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~arm ~ppc ~x86"
67 IUSE=""
68
69 DEPEND=">=games-util/nml-0.2.3"
70 RDEPEND=""
71
72 S=${WORKDIR}/${P}-source
73
74 src_prepare() {
75 sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die
76
77 # ensure that we will not use gimp to regenerate the pngs
78 # causes sandbox violations and not worth the effort anyway
79 sed -i \
80 -e 's:echo "gimp":echo "":g' \
81 scripts/Makefile.def || die
82 }
83
84 src_compile() {
85 emake bundle
86 }
87
88 src_install() {
89 insinto "${GAMES_DATADIR}/openttd/data/"
90 doins *.grf opengfx.obg
91 dodoc docs/{changelog.txt,readme.txt}
92 prepgamesdirs
93 }