public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/castle-combat: ChangeLog castle-combat-0.8.1.ebuild
@ 2009-01-03 21:50 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-03 21:50 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/03 21:50:27

  Modified:             ChangeLog castle-combat-0.8.1.ebuild
  Log:
  add use-based dep for media-libs/sdl-mixer
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)

Revision  Changes    Path
1.10                 games-strategy/castle-combat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Sep 2007 21:24:09 -0000	1.9
+++ ChangeLog	3 Jan 2009 21:50:27 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/castle-combat
-# 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 $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.10 2009/01/03 21:50:27 mr_bones_ Exp $
+
+  03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  castle-combat-0.8.1.ebuild:
+  add use-based dep for media-libs/sdl-mixer
 
   15 Sep 2007; Tupone Alfredo <tupone@gentoo.org>
   castle-combat-0.8.1.ebuild:



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.5&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.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- castle-combat-0.8.1.ebuild	15 Sep 2007 21:24:09 -0000	1.4
+++ castle-combat-0.8.1.ebuild	3 Jan 2009 21:50:27 -0000	1.5
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 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.4 2007/09/15 21:24:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.5 2009/01/03 21:50:27 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="A clone of the old arcade game Rampart"
@@ -14,15 +15,9 @@
 IUSE=""
 
 RDEPEND="dev-python/twisted
+	media-libs/sdl-mixer[mikmod]
 	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}"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/castle-combat: ChangeLog castle-combat-0.8.1.ebuild
@ 2009-06-06 17:39 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-06-06 17:39 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/06/06 17:39:36

  Modified:             ChangeLog castle-combat-0.8.1.ebuild
  Log:
  ppc stable #272435
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.11                 games-strategy/castle-combat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Jan 2009 21:50:27 -0000	1.10
+++ ChangeLog	6 Jun 2009 17:39:35 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/castle-combat
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.10 2009/01/03 21:50:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.11 2009/06/06 17:39:35 nixnut Exp $
+
+  06 Jun 2009; nixnut <nixnut@gentoo.org> castle-combat-0.8.1.ebuild:
+  ppc stable #272435
 
   03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
   castle-combat-0.8.1.ebuild:



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.7&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.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- castle-combat-0.8.1.ebuild	25 Jan 2009 21:47:00 -0000	1.6
+++ castle-combat-0.8.1.ebuild	6 Jun 2009 17:39:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.6 2009/01/25 21:47:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.7 2009/06/06 17:39:35 nixnut Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-python/twisted






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/castle-combat: ChangeLog castle-combat-0.8.1.ebuild
@ 2009-06-10 21:19 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-10 21:19 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/10 21:19:48

  Modified:             ChangeLog castle-combat-0.8.1.ebuild
  Log:
  stable x86, bug 272435
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.12                 games-strategy/castle-combat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Jun 2009 17:39:35 -0000	1.11
+++ ChangeLog	10 Jun 2009 21:19:48 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/castle-combat
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.11 2009/06/06 17:39:35 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.12 2009/06/10 21:19:48 fauli Exp $
+
+  10 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  castle-combat-0.8.1.ebuild:
+  stable x86, bug 272435
 
   06 Jun 2009; nixnut <nixnut@gentoo.org> castle-combat-0.8.1.ebuild:
   ppc stable #272435



1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.8&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.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- castle-combat-0.8.1.ebuild	6 Jun 2009 17:39:35 -0000	1.7
+++ castle-combat-0.8.1.ebuild	10 Jun 2009 21:19:48 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7 2009/06/06 17:39:35 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.8 2009/06/10 21:19:48 fauli Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 RDEPEND="dev-python/twisted






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/castle-combat: ChangeLog castle-combat-0.8.1.ebuild
@ 2009-10-06 15:22 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-10-06 15:22 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/10/06 15:22:57

  Modified:             ChangeLog castle-combat-0.8.1.ebuild
  Log:
  add dev-python/numeric dep (bug #287912)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.13                 games-strategy/castle-combat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Jun 2009 21:19:48 -0000	1.12
+++ ChangeLog	6 Oct 2009 15:22:56 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/castle-combat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.12 2009/06/10 21:19:48 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/ChangeLog,v 1.13 2009/10/06 15:22:56 mr_bones_ Exp $
+
+  06 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  castle-combat-0.8.1.ebuild:
+  add dev-python/numeric dep (bug #287912)
 
   10 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   castle-combat-0.8.1.ebuild:



1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild?rev=1.9&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.8&r2=1.9

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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- castle-combat-0.8.1.ebuild	10 Jun 2009 21:19:48 -0000	1.8
+++ castle-combat-0.8.1.ebuild	6 Oct 2009 15:22:56 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.8 2009/06/10 21:19:48 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/castle-combat/castle-combat-0.8.1.ebuild,v 1.9 2009/10/06 15:22:56 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -15,6 +15,7 @@
 IUSE=""
 
 RDEPEND="dev-python/twisted
+	dev-python/numeric
 	media-libs/sdl-mixer[mikmod]
 	dev-python/pygame"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-06 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 17:39 [gentoo-commits] gentoo-x86 commit in games-strategy/castle-combat: ChangeLog castle-combat-0.8.1.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-06 15:22 Michael Sterrett (mr_bones_)
2009-06-10 21:19 Christian Faulhammer (fauli)
2009-01-03 21:50 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox