Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/geki3-KXL: ChangeLog geki3-KXL-1.0.3-r2.ebuild
Date: Sat, 05 Jan 2008 22:00:44
Message-Id: E1JBH4C-0003V6-Dd@stork.gentoo.org
1 nyhm 08/01/05 22:00:32
2
3 Modified: ChangeLog
4 Added: geki3-KXL-1.0.3-r2.ebuild
5 Log:
6 Use autotools eclass, bug #204392; install menu entry, bug #159753; move score file to $GAMES_STATEDIR
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.9 games-action/geki3-KXL/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 27 Nov 2006 01:23:37 -0000 1.8
23 +++ ChangeLog 5 Jan 2008 22:00:31 -0000 1.9
24 @@ -1,6 +1,13 @@
25 # ChangeLog for games-action/geki3-KXL
26 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.8 2006/11/27 01:23:37 blubb Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/ChangeLog,v 1.9 2008/01/05 22:00:31 nyhm Exp $
30 +
31 +*geki3-KXL-1.0.3-r2 (05 Jan 2008)
32 +
33 + 05 Jan 2008; Tristan Heaven <nyhm@g.o>
34 + +files/geki3-KXL-1.0.3-paths.patch, +geki3-KXL-1.0.3-r2.ebuild:
35 + Use autotools eclass, bug #204392; install menu entry, bug #159753; move
36 + score file to $GAMES_STATEDIR
37
38 27 Nov 2006; <blubb@g.o> geki3-KXL-1.0.3-r1.ebuild:
39 stable on amd64
40
41
42
43 1.1 games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: geki3-KXL-1.0.3-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r2.ebuild,v 1.1 2008/01/05 22:00:31 nyhm Exp $
53
54 inherit autotools eutils games
55
56 DESCRIPTION="2D length scroll shooting game"
57 HOMEPAGE="http://kxl.hn.org/"
58 SRC_URI="http://kxl.hn.org/download/${P}.tar.gz
59 mirror://gentoo/${PN}.png"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="dev-games/KXL"
67 RDEPEND="${DEPEND}
68 media-fonts/font-bitstream-75dpi"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 rm -f missing
74 sed -i \
75 -e '1i #include <string.h>' \
76 -e "s:DATA_PATH \"/.score\":\"${GAMES_STATEDIR}/${PN}\":" \
77 src/ranking.c \
78 || die "sed failed"
79 epatch "${FILESDIR}"/${P}-paths.patch
80 eautoreconf
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed"
85 insinto "${GAMES_STATEDIR}"
86 newins data/.score ${PN} || die "newins failed"
87 fperms g+w "${GAMES_STATEDIR}"/${PN}
88 doicon "${DISTDIR}"/${PN}.png
89 make_desktop_entry geki3 Geki3
90 dodoc ChangeLog README
91 prepgamesdirs
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list