diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2008-03-19 23:25:58 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2008-03-19 23:25:58 +0000 |
commit | f488a8fe656df32556d9ca2c8b196d98c56b00c4 (patch) | |
tree | 0e4c56ce11354189ef9c9f12f03be54ba1a8d65e /games-sports/xmoto | |
parent | Add ~amd64 keyword, bug #210460 (diff) | |
download | gentoo-2-f488a8fe656df32556d9ca2c8b196d98c56b00c4.tar.gz gentoo-2-f488a8fe656df32556d9ca2c8b196d98c56b00c4.tar.bz2 gentoo-2-f488a8fe656df32556d9ca2c8b196d98c56b00c4.zip |
version bump, fixes bug 213289 and 213871
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-sports/xmoto')
-rw-r--r-- | games-sports/xmoto/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.4.2.ebuild (renamed from games-sports/xmoto/xmoto-0.4.1.ebuild) | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/games-sports/xmoto/ChangeLog b/games-sports/xmoto/ChangeLog index f1be4f1a108c..2d63eb65223f 100644 --- a/games-sports/xmoto/ChangeLog +++ b/games-sports/xmoto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-sports/xmoto # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.22 2008/03/11 19:32:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.23 2008/03/19 23:25:58 genstef Exp $ + +*xmoto-0.4.2 (19 Mar 2008) + + 19 Mar 2008; Stefan Schweizer <genstef@gentoo.org> -xmoto-0.4.1.ebuild, + +xmoto-0.4.2.ebuild: + version bump, fixes bug 213289 and 213871 *xmoto-0.4.1 (11 Mar 2008) diff --git a/games-sports/xmoto/xmoto-0.4.1.ebuild b/games-sports/xmoto/xmoto-0.4.2.ebuild index bbb568ddc5b2..ae92550f19c9 100644 --- a/games-sports/xmoto/xmoto-0.4.1.ebuild +++ b/games-sports/xmoto/xmoto-0.4.2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.4.1.ebuild,v 1.2 2008/03/12 20:35:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.4.2.ebuild,v 1.1 2008/03/19 23:25:58 genstef Exp $ inherit eutils games +LVL="inksmoto-0.4.1" #they unfortunately don't release both at the same time DESCRIPTION="A challenging 2D motocross platform game" HOMEPAGE="http://xmoto.tuxfamily.org" SRC_URI="http://download.tuxfamily.org/${PN}/${PN}/${PV}/${P}-src.tar.gz - editor? ( http://download.tuxfamily.org/xmoto/svg2lvl/${PV}/inksmoto-${PV}.tar.gz )" + editor? ( http://download.tuxfamily.org/xmoto/svg2lvl/${PV}/${LVL}.tar.gz )" LICENSE="GPL-2" SLOT="0" @@ -36,6 +37,7 @@ pkg_setup() { eerror "emerge this package." die fi + games_pkg_setup } src_unpack() { unpack ${A} @@ -45,7 +47,8 @@ src_unpack() { src_compile() { #if use sdl ; then - # ewarn "sdl is known to be broken, if you experience troubles please turn of this useflag" + # ewarn "SDL is known to be broken, if you experience any troubles please" + # ewarn "try again without this useflag" # RENDERER="--with-renderer-sdlGfx=1 --with-renderer-openGl=0" #else RENDERER="--with-renderer-sdlGfx=0 --with-renderer-openGl=1" @@ -93,7 +96,7 @@ src_install() { if use editor; then insinto /usr/share/inkscape/extensions - doins "${WORKDIR}"/inksmoto-${PV}/*.{inx,py,xml} || die "doins failed" + doins "${WORKDIR}"/${LVL}/*.{inx,py,xml} || die "doins failed" fi } |