diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-20 02:26:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-20 02:26:58 +0000 |
commit | 34916abbcb5990312144cdaa357644355e4aec68 (patch) | |
tree | 94e221a7bdb0c181609f17e5a79fe9538d08db40 /games-sports/xmoto | |
parent | initial commit - ebuild submitted by Brandon Captain via bug #162261 (diff) | |
download | gentoo-2-34916abbcb5990312144cdaa357644355e4aec68.tar.gz gentoo-2-34916abbcb5990312144cdaa357644355e4aec68.tar.bz2 gentoo-2-34916abbcb5990312144cdaa357644355e4aec68.zip |
newer level editor
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-sports/xmoto')
-rw-r--r-- | games-sports/xmoto/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.5.0-r1.ebuild | 25 |
2 files changed, 16 insertions, 15 deletions
diff --git a/games-sports/xmoto/ChangeLog b/games-sports/xmoto/ChangeLog index f81a058a4ed3..d971d178c560 100644 --- a/games-sports/xmoto/ChangeLog +++ b/games-sports/xmoto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/xmoto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.28 2009/01/07 17:59:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.29 2009/01/20 02:26:58 mr_bones_ Exp $ + + 20 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + xmoto-0.5.0-r1.ebuild: + newer level editor *xmoto-0.5.0-r1 (07 Jan 2009) diff --git a/games-sports/xmoto/xmoto-0.5.0-r1.ebuild b/games-sports/xmoto/xmoto-0.5.0-r1.ebuild index cca46d7296ed..4bb5dd5b3ffb 100644 --- a/games-sports/xmoto/xmoto-0.5.0-r1.ebuild +++ b/games-sports/xmoto/xmoto-0.5.0-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild,v 1.1 2009/01/07 17:59:07 scarabeus Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild,v 1.2 2009/01/20 02:26:58 mr_bones_ Exp $ +EAPI=2 inherit eutils games -LVL_PV="0.5.0~rc1" #they unfortunately don't release both at the same time, why ~ as separator :( +LVL_PV="0.5.0~rc2" #they unfortunately don't release both at the same time, why ~ as separator :( LVL="inksmoto-${LVL_PV}" DESCRIPTION="A challenging 2D motocross platform game" HOMEPAGE="http://xmoto.tuxfamily.org" @@ -32,12 +31,10 @@ RDEPEND=" virtual/opengl virtual/glu nls? ( virtual/libintl ) - editor? ( media-gfx/inkscape ) - " + editor? ( media-gfx/inkscape )" DEPEND="${RDEPEND} !=dev-db/sqlite-3.6.2 - nls? ( sys-devel/gettext ) - " + nls? ( sys-devel/gettext )" src_prepare() { use editor && rm -f "${WORKDIR}"/extensions/{bezmisc,inkex}.py @@ -92,17 +89,17 @@ src_install() { prepgamesdirs if use editor; then - insinto /usr/share/inkscape/ - doins -r "${WORKDIR}"/extensions/ || die "doins failed" + insinto /usr/share/inkscape/ + doins -r "${WORKDIR}"/extensions/ || die "doins failed" fi } pkg_postinst() { games_pkg_postinst if use editor; then - elog "If you want to know how to create Xmoto levels" - elog "have a look at this Tutorial:" - elog "http://wiki.xmoto.tuxfamily.org/index.php?title=Inkscape-0.5.0" - elog "You can share your levels on the Xmoto homepage." + elog "If you want to know how to create Xmoto levels" + elog "have a look at this Tutorial:" + elog "http://wiki.xmoto.tuxfamily.org/index.php?title=Inkscape-0.5.0" + elog "You can share your levels on the Xmoto homepage." fi } |