mr_bones_ 14/06/19 17:14:01 Modified: micropolis-1.0.ebuild ChangeLog Log: tidy (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 games-simulation/micropolis/micropolis-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild?r1=1.7&r2=1.8 Index: micropolis-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- micropolis-1.0.ebuild 19 Jun 2014 12:54:43 -0000 1.7 +++ micropolis-1.0.ebuild 19 Jun 2014 17:14:01 -0000 1.8 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.7 2014/06/19 12:54:43 creffett Exp $ -EAPI=5 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.8 2014/06/19 17:14:01 mr_bones_ Exp $ +EAPI=5 inherit eutils games -DESCRIPTION="Micropolis - free version of the well known city building simulation" +DESCRIPTION="Free version of the well-known city building simulation" HOMEPAGE="http://www.donhopkins.com/home/micropolis/" SRC_URI="http://www.donhopkins.com/home/micropolis/${PN}-activity-source.tgz http://rmdir.de/~michael/${PN}_git.patch" @@ -22,9 +22,7 @@ DEPEND="${RDEPEND} sys-devel/bison" -S="${WORKDIR}/${PN}-activity/" - -dir="${GAMES_DATADIR}/${PN}" +S=${WORKDIR}/${PN}-activity/ src_unpack() { unpack ${PN}-activity-source.tgz @@ -39,14 +37,16 @@ } src_compile() { - emake -C src LDFLAGS="${LDFLAGS}" || die + emake -C src LDFLAGS="${LDFLAGS}" } src_install() { + local dir=${GAMES_DATADIR}/${PN} + exeinto "${dir}/res" - doexe src/sim/sim || die + doexe src/sim/sim insinto "${dir}" - doins -r activity cities images manual res || die + doins -r activity cities images manual res games_make_wrapper micropolis res/sim "${dir}" doicon Micropolis.png 1.6 games-simulation/micropolis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/micropolis/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 19 Jun 2014 12:54:43 -0000 1.5 +++ ChangeLog 19 Jun 2014 17:14:01 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/micropolis # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.5 2014/06/19 12:54:43 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/ChangeLog,v 1.6 2014/06/19 17:14:01 mr_bones_ Exp $ + + 19 Jun 2014; Michael Sterrett <[email protected]> micropolis-1.0.ebuild: + tidy 19 Jun 2014; Chris Reffett <[email protected]> micropolis-1.0.ebuild: [QA] Respect LDFLAGS wrt bug 335095, credit to Christophe Lefebvre
