Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
tupone 07/09/15 21:24:09
Modified: castle-combat-0.8.1.ebuild ChangeLog
Log:
Check for mikmod use flag in media-libs/sdl-mixer. Fixes bug #188877
(Portage version: 2.1.2.12)
Revision Changes Path
1.4 games-strategy/castle-combat/castle-combat-0.8.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.4&view=markup
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
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
Index: castle-combat-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- castle-combat-0.8.1.ebuild 4 Apr 2007 20:53:17 -0000 1.3
+++ castle-combat-0.8.1.ebuild 15 Sep 2007 21:24:09 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit eutils games
@@ -16,6 +16,13 @@
RDEPEND="dev-python/twisted
dev-python/pygame"
+pkg_setup() {
+ games_pkg_setup
+ if ! built_with_use media-libs/sdl-mixer mikmod; then
+ die "Please emerge media-libs/sdl-mixer with USE=mikmod"
+ fi
+}
+
src_unpack() {
unpack ${A}
cd "${S}"
1.9 games-strategy/castle-combat/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 6 Dec 2006 17:28:56 -0000 1.8
+++ ChangeLog 15 Sep 2007 21:24:09 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/castle-combat
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.8 2006/12/06 17:28:56 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.9 2007/09/15 21:24:09 tupone Exp $
+
+ 15 Sep 2007; Tupone Alfredo <tupone@g.o>
+ castle-combat-0.8.1.ebuild:
+ Check for mikmod use flag in media-libs/sdl-mixer. Fixes bug #188877 by
+ Fabian Kislat
06 Dec 2006; Chris Gianelloni <wolf31o2@g.o>
castle-combat-0.7.4.ebuild:
--
gentoo-commits@g.o mailing list
|
|