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-strategy/castle-combat: castle-combat-0.8.1.ebuild ChangeLog
Date: Sat, 15 Sep 2007 21:31:38
Message-Id: E1IWf7Z-0005ji-ND@stork.gentoo.org
1 tupone 07/09/15 21:24:09
2
3 Modified: castle-combat-0.8.1.ebuild ChangeLog
4 Log:
5 Check for mikmod use flag in media-libs/sdl-mixer. Fixes bug #188877
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.4 games-strategy/castle-combat/castle-combat-0.8.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?r1=1.3&r2=1.4
14
15 Index: castle-combat-0.8.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- castle-combat-0.8.1.ebuild 4 Apr 2007 20:53:17 -0000 1.3
22 +++ castle-combat-0.8.1.ebuild 15 Sep 2007 21:24:09 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.3 2007/04/04 20:53:17 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.4 2007/09/15 21:24:09 tupone Exp $
28
29 inherit eutils games
30
31 @@ -16,6 +16,13 @@
32 RDEPEND="dev-python/twisted
33 dev-python/pygame"
34
35 +pkg_setup() {
36 + games_pkg_setup
37 + if ! built_with_use media-libs/sdl-mixer mikmod; then
38 + die "Please emerge media-libs/sdl-mixer with USE=mikmod"
39 + fi
40 +}
41 +
42 src_unpack() {
43 unpack ${A}
44 cd "${S}"
45
46
47
48 1.9 games-strategy/castle-combat/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.8&r2=1.9
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- ChangeLog 6 Dec 2006 17:28:56 -0000 1.8
61 +++ ChangeLog 15 Sep 2007 21:24:09 -0000 1.9
62 @@ -1,6 +1,11 @@
63 # ChangeLog for games-strategy/castle-combat
64 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.8 2006/12/06 17:28:56 wolf31o2 Exp $
66 +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.9 2007/09/15 21:24:09 tupone Exp $
68 +
69 + 15 Sep 2007; Tupone Alfredo <tupone@g.o>
70 + castle-combat-0.8.1.ebuild:
71 + Check for mikmod use flag in media-libs/sdl-mixer. Fixes bug #188877 by
72 + Fabian Kislat
73
74 06 Dec 2006; Chris Gianelloni <wolf31o2@g.o>
75 castle-combat-0.7.4.ebuild:
76
77
78
79 --
80 gentoo-commits@g.o mailing list