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-arcade/tecnoballz: tecnoballz-0.92.ebuild
Date: Mon, 25 Jan 2010 22:04:53
Message-Id: E1NZX3D-00054o-Fa@stork.gentoo.org
1 mr_bones_ 10/01/25 22:04:51
2
3 Modified: tecnoballz-0.92.ebuild
4 Log:
5 tidy
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 games-arcade/tecnoballz/tecnoballz-0.92.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild?r1=1.4&r2=1.5
14
15 Index: tecnoballz-0.92.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- tecnoballz-0.92.ebuild 25 Oct 2009 12:48:58 -0000 1.4
22 +++ tecnoballz-0.92.ebuild 25 Jan 2010 22:04:51 -0000 1.5
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.4 2009/10/25 12:48:58 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.5 2010/01/25 22:04:51 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils autotools games
31
32 DESCRIPTION="An exciting Brick Breaker"
33 HOMEPAGE="http://linux.tlk.fr/games/TecnoballZ/"
34 -SRC_URI="${HOMEPAGE}download/${P}.tgz"
35 +SRC_URI="http://linux.tlk.fr/games/TecnoballZ/download/${P}.tgz"
36
37 LICENSE="GPL-3"
38 SLOT="0"
39 @@ -35,7 +35,7 @@
40 }
41
42 pkg_postinst() {
43 - built_with_use "media-libs/sdl-mixer" mikmod \
44 + has_version "media-libs/sdl-mixer[mikmod]" \
45 || ewarn "To have background music, emerge sdl-mixer with USE=mikmod"
46 games_pkg_postinst
47 }