public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/simutrans: ChangeLog simutrans-0.102.2.ebuild simutrans-0.88.10.5.ebuild
Date: Thu, 29 Oct 2009 06:38:12 +0000	[thread overview]
Message-ID: <E1N3OeC-0005Vc-TM@stork.gentoo.org> (raw)

mr_bones_    09/10/29 06:38:12

  Modified:             ChangeLog
  Added:                simutrans-0.102.2.ebuild
  Removed:              simutrans-0.88.10.5.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.20                 games-simulation/simutrans/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/simutrans/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/simutrans/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/simutrans/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	5 Mar 2009 20:57:14 -0000	1.19
+++ ChangeLog	29 Oct 2009 06:38:12 -0000	1.20
@@ -1,6 +1,16 @@
 # ChangeLog for games-simulation/simutrans
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v 1.19 2009/03/05 20:57:14 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v 1.20 2009/10/29 06:38:12 mr_bones_ Exp $
+
+  29 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  -simutrans-0.88.10.5.ebuild, +simutrans-0.102.2.ebuild:
+  version bump
+
+*simutrans-0.102.2 (29 Oct 2009)
+
+  29 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  -simutrans-0.88.10.5.ebuild, +simutrans-0.102.2.ebuild:
+  version bump
 
 *simutrans-0.101.0 (05 Mar 2009)
 



1.1                  games-simulation/simutrans/simutrans-0.102.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/simutrans/simutrans-0.102.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/simutrans/simutrans-0.102.2.ebuild?rev=1.1&content-type=text/plain

Index: simutrans-0.102.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/simutrans-0.102.2.ebuild,v 1.1 2009/10/29 06:38:12 mr_bones_ Exp $

EAPI=2
inherit eutils games

MY_PV=${PV/0./}
MY_PV=${MY_PV/./-}
DESCRIPTION="A free Transport Tycoon clone"
HOMEPAGE="http://www.simutrans.com/"
SRC_URI="mirror://sourceforge/simutrans/simutrans-src-${MY_PV}.zip
	mirror://sourceforge/simutrans/files/Simutrans%20complete/${MY_PV}/simulinux-complete-${MY_PV}.zip
	mirror://sourceforge/simutrans/files/pak64/simupak64-addon-food-${MY_PV}.zip"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/libsdl[audio,video]
	sys-libs/zlib
	media-libs/libpng
	media-libs/sdl-mixer"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}

src_prepare() {
	echo "BACKEND=mixer_sdl
COLOUR_DEPTH=16
OSTYPE=linux
FLAGS=-DSTEPS16" > config.default \
	|| die "echo failed"

	# make it look in the install location for the data
	sed -i \
		-e "s:argv\[0\]:\"${GAMES_DATADIR}/${PN}/\":" \
		simmain.cc \
		|| die "sed failed"

	# Please don't override our CFLAGS, kthx
	sed -i \
		-e '/-O$/d' \
		Makefile \
		|| die "sed failed"

	rm -f simutrans/simutrans
}

src_install() {
	newgamesbin sim ${PN} || die "dogamesbin failed"
	insinto "${GAMES_DATADIR}"/${PN}
	doins -r simutrans/* || die "doins failed"
	dodoc documentation/* todo.txt
	doicon simutrans.ico
	make_desktop_entry simutrans Simutrans /usr/share/pixmaps/simutrans.ico
	prepgamesdirs
}






                 reply	other threads:[~2009-10-29  6:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N3OeC-0005Vc-TM@stork.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox