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-simulation/micropolis: micropolis-1.0.ebuild ChangeLog
Date: Thu, 19 Jun 2014 17:14:06
Message-Id: 20140619171401.5EEB52004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/19 17:14:01
2
3 Modified: micropolis-1.0.ebuild ChangeLog
4 Log:
5 tidy
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-simulation/micropolis/micropolis-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?r1=1.7&r2=1.8
15
16 Index: micropolis-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- micropolis-1.0.ebuild 19 Jun 2014 12:54:43 -0000 1.7
23 +++ micropolis-1.0.ebuild 19 Jun 2014 17:14:01 -0000 1.8
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.7 2014/06/19 12:54:43 creffett Exp $
28 -EAPI=5
29 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.8 2014/06/19 17:14:01 mr_bones_ Exp $
30
31 +EAPI=5
32 inherit eutils games
33
34 -DESCRIPTION="Micropolis - free version of the well known city building simulation"
35 +DESCRIPTION="Free version of the well-known city building simulation"
36 HOMEPAGE="http://www.donhopkins.com/home/micropolis/"
37 SRC_URI="http://www.donhopkins.com/home/micropolis/${PN}-activity-source.tgz
38 http://rmdir.de/~michael/${PN}_git.patch"
39 @@ -22,9 +22,7 @@
40 DEPEND="${RDEPEND}
41 sys-devel/bison"
42
43 -S="${WORKDIR}/${PN}-activity/"
44 -
45 -dir="${GAMES_DATADIR}/${PN}"
46 +S=${WORKDIR}/${PN}-activity/
47
48 src_unpack() {
49 unpack ${PN}-activity-source.tgz
50 @@ -39,14 +37,16 @@
51 }
52
53 src_compile() {
54 - emake -C src LDFLAGS="${LDFLAGS}" || die
55 + emake -C src LDFLAGS="${LDFLAGS}"
56 }
57
58 src_install() {
59 + local dir=${GAMES_DATADIR}/${PN}
60 +
61 exeinto "${dir}/res"
62 - doexe src/sim/sim || die
63 + doexe src/sim/sim
64 insinto "${dir}"
65 - doins -r activity cities images manual res || die
66 + doins -r activity cities images manual res
67
68 games_make_wrapper micropolis res/sim "${dir}"
69 doicon Micropolis.png
70
71
72
73 1.6 games-simulation/micropolis/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/ChangeLog?rev=1.6&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/ChangeLog?rev=1.6&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/ChangeLog?r1=1.5&r2=1.6
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v
82 retrieving revision 1.5
83 retrieving revision 1.6
84 diff -u -r1.5 -r1.6
85 --- ChangeLog 19 Jun 2014 12:54:43 -0000 1.5
86 +++ ChangeLog 19 Jun 2014 17:14:01 -0000 1.6
87 @@ -1,6 +1,9 @@
88 # ChangeLog for games-simulation/micropolis
89 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.5 2014/06/19 12:54:43 creffett Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.6 2014/06/19 17:14:01 mr_bones_ Exp $
92 +
93 + 19 Jun 2014; Michael Sterrett <mr_bones_@g.o> micropolis-1.0.ebuild:
94 + tidy
95
96 19 Jun 2014; Chris Reffett <creffett@g.o> micropolis-1.0.ebuild:
97 [QA] Respect LDFLAGS wrt bug 335095, credit to Christophe Lefebvre