Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-sports/xmoto: ChangeLog xmoto-0.5.0-r1.ebuild
Date: Tue, 20 Jan 2009 02:27:01
Message-Id: E1LP6KQ-0000zu-BV@stork.gentoo.org
1 mr_bones_ 09/01/20 02:26:58
2
3 Modified: ChangeLog xmoto-0.5.0-r1.ebuild
4 Log:
5 newer level editor
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.29 games-sports/xmoto/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?rev=1.29&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?rev=1.29&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/ChangeLog?r1=1.28&r2=1.29
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v
18 retrieving revision 1.28
19 retrieving revision 1.29
20 diff -u -r1.28 -r1.29
21 --- ChangeLog 7 Jan 2009 17:59:07 -0000 1.28
22 +++ ChangeLog 20 Jan 2009 02:26:58 -0000 1.29
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-sports/xmoto
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.28 2009/01/07 17:59:07 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.29 2009/01/20 02:26:58 mr_bones_ Exp $
28 +
29 + 20 Jan 2009; Michael Sterrett <mr_bones_@g.o>
30 + xmoto-0.5.0-r1.ebuild:
31 + newer level editor
32
33 *xmoto-0.5.0-r1 (07 Jan 2009)
34
35
36
37
38 1.2 games-sports/xmoto/xmoto-0.5.0-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: xmoto-0.5.0-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.5.0-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xmoto-0.5.0-r1.ebuild 7 Jan 2009 17:59:07 -0000 1.1
51 +++ xmoto-0.5.0-r1.ebuild 20 Jan 2009 02:26:58 -0000 1.2
52 @@ -1,12 +1,11 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $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 $
56 -
57 -EAPI="2"
58 +# $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 $
59
60 +EAPI=2
61 inherit eutils games
62
63 -LVL_PV="0.5.0~rc1" #they unfortunately don't release both at the same time, why ~ as separator :(
64 +LVL_PV="0.5.0~rc2" #they unfortunately don't release both at the same time, why ~ as separator :(
65 LVL="inksmoto-${LVL_PV}"
66 DESCRIPTION="A challenging 2D motocross platform game"
67 HOMEPAGE="http://xmoto.tuxfamily.org"
68 @@ -32,12 +31,10 @@
69 virtual/opengl
70 virtual/glu
71 nls? ( virtual/libintl )
72 - editor? ( media-gfx/inkscape )
73 - "
74 + editor? ( media-gfx/inkscape )"
75 DEPEND="${RDEPEND}
76 !=dev-db/sqlite-3.6.2
77 - nls? ( sys-devel/gettext )
78 - "
79 + nls? ( sys-devel/gettext )"
80
81 src_prepare() {
82 use editor && rm -f "${WORKDIR}"/extensions/{bezmisc,inkex}.py
83 @@ -92,17 +89,17 @@
84 prepgamesdirs
85
86 if use editor; then
87 - insinto /usr/share/inkscape/
88 - doins -r "${WORKDIR}"/extensions/ || die "doins failed"
89 + insinto /usr/share/inkscape/
90 + doins -r "${WORKDIR}"/extensions/ || die "doins failed"
91 fi
92 }
93
94 pkg_postinst() {
95 games_pkg_postinst
96 if use editor; then
97 - elog "If you want to know how to create Xmoto levels"
98 - elog "have a look at this Tutorial:"
99 - elog "http://wiki.xmoto.tuxfamily.org/index.php?title=Inkscape-0.5.0"
100 - elog "You can share your levels on the Xmoto homepage."
101 + elog "If you want to know how to create Xmoto levels"
102 + elog "have a look at this Tutorial:"
103 + elog "http://wiki.xmoto.tuxfamily.org/index.php?title=Inkscape-0.5.0"
104 + elog "You can share your levels on the Xmoto homepage."
105 fi
106 }