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-arcade/vor: ChangeLog vor-0.5.4.ebuild
Date: Sat, 30 May 2009 11:42:16
Message-Id: E1MAMx4-0001XQ-Oe@stork.gentoo.org
1 nyhm 09/05/30 11:42:14
2
3 Modified: ChangeLog
4 Added: vor-0.5.4.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 games-arcade/vor/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/vor/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/vor/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/vor/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 19 Mar 2008 22:43:34 -0000 1.3
23 +++ ChangeLog 30 May 2009 11:42:14 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-arcade/vor
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.3 2008/03/19 22:43:34 nyhm Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.4 2009/05/30 11:42:14 nyhm Exp $
30 +
31 +*vor-0.5.4 (30 May 2009)
32 +
33 + 30 May 2009; Tristan Heaven <nyhm@g.o> +vor-0.5.4.ebuild:
34 + Version bump
35
36 19 Mar 2008; Tristan Heaven <nyhm@g.o> vor-0.5.3.ebuild:
37 Add ~amd64 keyword
38
39
40
41 1.1 games-arcade/vor/vor-0.5.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/vor/vor-0.5.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/vor/vor-0.5.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vor-0.5.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.4.ebuild,v 1.1 2009/05/30 11:42:14 nyhm Exp $
51
52 EAPI=2
53 inherit eutils games
54
55 DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die"
56 HOMEPAGE="http://jasonwoof.org/vor"
57 SRC_URI="http://qualdan.com/vor/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 DEPEND="media-libs/libsdl
65 media-libs/sdl-image[png]
66 media-libs/sdl-mixer[mikmod]"
67
68 src_compile() {
69 emake \
70 CFLAGS="${CFLAGS}" \
71 LDFLAGS="${LDFLAGS}" \
72 pkgdatadir="${GAMES_DATADIR}"/${PN} \
73 || die "emake failed"
74 }
75
76 src_install() {
77 dogamesbin ${PN} || die "dogamesbin failed"
78 insinto "${GAMES_DATADIR}"/${PN}
79 doins data/* || die "doins failed"
80 newicon data/icon.png ${PN}.png
81 make_desktop_entry ${PN} VoR
82 dodoc README todo
83 prepgamesdirs
84 }