summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-04-07 13:37:55 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-04-07 13:37:55 +0000
commit01f5d5c7b114f1986501e61ef137633f8a3b5c96 (patch)
tree1e22acc0d6d368eeaf47efee86a9895587d0a341 /games-sports/xmoto
parentmask USE=emf in selinux/alpha to fix #163354 (diff)
downloadgentoo-2-01f5d5c7b114f1986501e61ef137633f8a3b5c96.tar.gz
gentoo-2-01f5d5c7b114f1986501e61ef137633f8a3b5c96.tar.bz2
gentoo-2-01f5d5c7b114f1986501e61ef137633f8a3b5c96.zip
fix changelog
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-sports/xmoto')
-rw-r--r--games-sports/xmoto/ChangeLog6
-rw-r--r--games-sports/xmoto/xmoto-0.2.7.ebuild20
2 files changed, 19 insertions, 7 deletions
diff --git a/games-sports/xmoto/ChangeLog b/games-sports/xmoto/ChangeLog
index 861f72b6e0e6..c018d59d2d4f 100644
--- a/games-sports/xmoto/ChangeLog
+++ b/games-sports/xmoto/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for games-sports/xmoto
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.12 2007/03/20 21:24:48 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.13 2007/04/07 13:37:55 genstef Exp $
*xmoto-0.2.7 (20 Mar 2007)
- 20 Mar 2007; <stefan@gentoo.org> +xmoto-0.2.7.ebuild:
+ 20 Mar 2007; Stefan Schweizer <genstef@gentoo.org> +xmoto-0.2.7.ebuild:
version bump, bug 171559
*xmoto-0.2.6 (06 Mar 2007)
@@ -15,7 +15,7 @@
*xmoto-0.2.4 (24 Dec 2006)
- 24 Dec 2006; <stefan@gentoo.org> +xmoto-0.2.4.ebuild:
+ 24 Dec 2006; Stefan Schweizer <genstef@gentoo.org> +xmoto-0.2.4.ebuild:
Version bump thanks to Franz Fellner <fellner@gmx.de> in bug 159016, works
now with -j2, bug 147725
diff --git a/games-sports/xmoto/xmoto-0.2.7.ebuild b/games-sports/xmoto/xmoto-0.2.7.ebuild
index 08b9a914e192..b45cf7a04551 100644
--- a/games-sports/xmoto/xmoto-0.2.7.ebuild
+++ b/games-sports/xmoto/xmoto-0.2.7.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.7.ebuild,v 1.1 2007/03/20 21:24:48 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.7.ebuild,v 1.2 2007/04/07 13:37:55 genstef Exp $
inherit eutils games
LVL_N="svg2lvl"
LVL_V="0.3.0"
+LVL="${LVL_N}-${LVL_V}"
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? ( mirror://sourceforge/${PN}/${LVL_N}-${LVL_V}.tar.gz )"
+ editor? ( mirror://sourceforge/${PN}/${LVL}.tar.gz )"
LICENSE="GPL-2"
SLOT="0"
@@ -53,12 +54,23 @@ src_install() {
dodoc README TODO ChangeLog
doicon extra/xmoto.xpm
- domenu extra/xmoto{,-edit}.desktop
+ domenu extra/xmoto.desktop
prepgamesdirs
if use editor; then
insinto /usr/share/inkscape/extensions
- doins ${WORKDIR}/${LVL_N}-${LVL_V}/*
+ doins ${WORKDIR}/${LVL}/*.inx
+ doins ${WORKDIR}/${LVL}/*.py
+ doins ${WORKDIR}/${LVL}/*.xml
+ fi
+}
+
+pkg_postinst() {
+ if use editor; then
+ einfo "If you want to know how to create xmoto-levels"
+ einfo "have a look at this Tutorial:"
+ einfo "http://wiki.xmoto.free.fr/index.php?title=Inkscape-0.3.0#Tutorial"
+ einfo "You can share your levels on the xmoto-homepage."
fi
}