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.5.2.ebuild ChangeLog
Date: Wed, 29 Jul 2015 01:46:14
Message-Id: 20150729014607.CD170113@oystercatcher.gentoo.org
1 mr_bones_ 15/07/29 01:46:07
2
3 Modified: ChangeLog
4 Added: opengfx-0.5.2.ebuild
5 Log:
6 version bump (bug #555968)
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.41 games-misc/opengfx/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 27 Jan 2015 07:49:44 -0000 1.40
24 +++ ChangeLog 29 Jul 2015 01:46:07 -0000 1.41
25 @@ -1,6 +1,13 @@
26 # ChangeLog for games-misc/opengfx
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.40 2015/01/27 07:49:44 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.41 2015/07/29 01:46:07 mr_bones_ Exp $
30 +
31 +*opengfx-0.5.2 (29 Jul 2015)
32 +
33 + 29 Jul 2015; Michael Sterrett <mr_bones_@g.o>
34 + +files/opengfx-0.5.2-Makefile.patch, +opengfx-0.5.2.ebuild,
35 + files/opengfx-0.5.1-gcc48.patch:
36 + version bump (bug #555968)
37
38 27 Jan 2015; Michael Sterrett <mr_bones_@g.o>
39 -files/opengfx-0.4.7-gcc48.patch, -opengfx-0.4.7.ebuild:
40
41
42
43 1.1 games-misc/opengfx/opengfx-0.5.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: opengfx-0.5.2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.2.ebuild,v 1.1 2015/07/29 01:46:07 mr_bones_ Exp $
53
54 EAPI=5
55 inherit eutils games
56
57 DESCRIPTION="OpenGFX data files for OpenTTD"
58 HOMEPAGE="http://bundles.openttdcoop.org/opengfx/"
59 SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.xz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~ppc ~x86"
64 IUSE=""
65 RESTRICT="test" # nml version affects the checksums that the test uses (bug #451444)
66
67 DEPEND=">=games-util/nml-0.3.0
68 games-util/grfcodec"
69 RDEPEND=""
70
71 S=${WORKDIR}/${P}-source
72
73 src_prepare() {
74 epatch "${FILESDIR}/${P}-Makefile.patch"
75 }
76
77 src_compile() {
78 GIMP= emake help # print out the env to make bug reports better
79 GIMP= _V= emake bundle_tar
80 }
81
82 src_install() {
83 insinto "${GAMES_DATADIR}/openttd/data/"
84 doins *.grf opengfx.obg
85 dodoc docs/{changelog.txt,readme.txt}
86 prepgamesdirs
87 }