Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/clanbomber: ChangeLog clanbomber-2.1.1.ebuild
Date: Tue, 05 Jul 2011 05:40:47
Message-Id: 20110705054034.29A1D2004B@flycatcher.gentoo.org
1 tupone 11/07/05 05:40:34
2
3 Modified: ChangeLog
4 Added: clanbomber-2.1.1.ebuild
5 Log:
6 Version bump to 2.1.1 Bug #369537
7
8 (Portage version: 2.1.10.4/cvs/Linux i686)
9
10 Revision Changes Path
11 1.14 games-action/clanbomber/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 9 Dec 2009 22:45:48 -0000 1.13
24 +++ ChangeLog 5 Jul 2011 05:40:33 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-action/clanbomber
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.13 2009/12/09 22:45:48 fauli Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/ChangeLog,v 1.14 2011/07/05 05:40:33 tupone Exp $
31 +
32 +*clanbomber-2.1.1 (05 Jul 2011)
33 +
34 + 05 Jul 2011; Tupone Alfredo <tupone@g.o> +clanbomber-2.1.1.ebuild:
35 + Version bump to 2.1.1 Bug #369537 by Victor Ostorga
36
37 09 Dec 2009; Christian Faulhammer <fauli@g.o>
38 clanbomber-2.0.9.1.ebuild:
39
40
41
42 1.1 games-action/clanbomber/clanbomber-2.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: clanbomber-2.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.1.1.ebuild,v 1.1 2011/07/05 05:40:33 tupone Exp $
52
53 EAPI=2
54
55 inherit base eutils games
56
57 DESCRIPTION="Bomberman-like multiplayer game"
58 HOMEPAGE="http://savannah.nongnu.org/projects/clanbomber/"
59 SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.lzma"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 DEPEND="media-libs/sdl-image
67 media-libs/sdl-ttf
68 media-libs/sdl-gfx"
69 RDEPEND="${DEPEND}
70 dev-libs/boost"
71
72 DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS LICENSE.DEJAVU NEWS QUOTES README
73 TODO )
74
75 src_install() {
76 base_src_install
77 newicon src/pics/cup2.png ${PN}.png
78 make_desktop_entry ${PN}2 ClanBomber2
79 prepgamesdirs
80 }