public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2011-03-10  7:46 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-03-10  7:46 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/03/10 07:46:01

  Modified:             ChangeLog
  Added:                supertuxkart-0.7.ebuild
  Log:
  version bump (bug #349899)
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.22                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	3 Nov 2010 08:56:15 -0000	1.21
+++ ChangeLog	10 Mar 2011 07:46:00 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/supertuxkart
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.21 2010/11/03 08:56:15 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.22 2011/03/10 07:46:00 mr_bones_ Exp $
+
+*supertuxkart-0.7 (10 Mar 2011)
+
+  10 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +supertuxkart-0.7.ebuild, +files/supertuxkart-0.7-build.patch:
+  version bump (bug #349899)
 
   03 Nov 2010; Alfredo Tupone <tupone@gentoo.org> supertuxkart-0.6.2.ebuild,
   +files/supertuxkart-0.6.2-ovflfix.patch:



1.1                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.1&content-type=text/plain

Index: supertuxkart-0.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.1 2011/03/10 07:46:00 mr_bones_ Exp $

EAPI=2
inherit autotools flag-o-matic eutils games

DESCRIPTION="A kart racing game starring Tux, the linux penguin (TuxKart fork)"
HOMEPAGE="http://supertuxkart.sourceforge.net/"
SRC_URI="mirror://sourceforge/supertuxkart/SuperTuxKart/${PV}/${P}-src.tar.bz2
	mirror://gentoo/${PN}.png"

LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 CCPL-Sampling-Plus-1.0 public-domain as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls unicode"

RDEPEND=">=dev-games/irrlicht-1.7.2
	virtual/opengl
	media-libs/freeglut
	virtual/glu
	net-libs/enet:0
	media-libs/libvorbis
	media-libs/openal
	virtual/libintl"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
	unicode? ( dev-libs/fribidi )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-build.patch
	rm -rf src/enet
	eautoreconf
}

src_configure() {
	append-libs -lpng -ljpeg -lbz2

	egamesconf \
		--disable-dependency-tracking \
		$(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die
	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry ${PN} SuperTuxKart
	dodoc AUTHORS ChangeLog README TODO
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2011-04-11 19:48 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-04-11 19:48 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/04/11 19:48:30

  Modified:             ChangeLog supertuxkart-0.7.ebuild
  Log:
  avoid killing the user's -O setting in CFLAGS (bug #363141)
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.23                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	10 Mar 2011 07:46:00 -0000	1.22
+++ ChangeLog	11 Apr 2011 19:48:30 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.22 2011/03/10 07:46:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.23 2011/04/11 19:48:30 mr_bones_ Exp $
+
+  11 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  supertuxkart-0.7.ebuild:
+  avoid killing the user's -O setting in CFLAGS (bug #363141)
 
 *supertuxkart-0.7 (10 Mar 2011)
 



1.2                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.1&r2=1.2

Index: supertuxkart-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.7.ebuild	10 Mar 2011 07:46:00 -0000	1.1
+++ supertuxkart-0.7.ebuild	11 Apr 2011 19:48:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.1 2011/03/10 07:46:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.2 2011/04/11 19:48:30 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools flag-o-matic eutils games
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 CCPL-Sampling-Plus-1.0 public-domain as-is"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls unicode"
+IUSE="debug nls unicode"
 
 RDEPEND=">=dev-games/irrlicht-1.7.2
 	virtual/opengl
@@ -38,7 +38,9 @@
 
 	egamesconf \
 		--disable-dependency-tracking \
-		$(use_enable nls)
+		--disable-optimization \
+		$(use_enable nls) \
+		$(use_enable debug)
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2011-04-12  3:34 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-12  3:34 UTC (permalink / raw
  To: gentoo-commits

tomka       11/04/12 03:34:43

  Modified:             ChangeLog supertuxkart-0.7.ebuild
  Log:
  x86 stable per bug 363129
  
  (Portage version: 2.1.9.45/cvs/Linux i686)

Revision  Changes    Path
1.24                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	11 Apr 2011 19:48:30 -0000	1.23
+++ ChangeLog	12 Apr 2011 03:34:43 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.23 2011/04/11 19:48:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.24 2011/04/12 03:34:43 tomka Exp $
+
+  12 Apr 2011; Thomas Kahle <tomka@gentoo.org> supertuxkart-0.7.ebuild:
+  x86 stable per bug 363129
 
   11 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org>
   supertuxkart-0.7.ebuild:



1.3                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.2&r2=1.3

Index: supertuxkart-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- supertuxkart-0.7.ebuild	11 Apr 2011 19:48:30 -0000	1.2
+++ supertuxkart-0.7.ebuild	12 Apr 2011 03:34:43 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.2 2011/04/11 19:48:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.3 2011/04/12 03:34:43 tomka Exp $
 
 EAPI=2
 inherit autotools flag-o-matic eutils games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 CCPL-Sampling-Plus-1.0 public-domain as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="debug nls unicode"
 
 RDEPEND=">=dev-games/irrlicht-1.7.2






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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2011-04-15 21:52 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-15 21:52 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/15 21:52:12

  Modified:             ChangeLog supertuxkart-0.7.ebuild
  Log:
  Stable on amd64 wrt bug #363129
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	12 Apr 2011 03:34:43 -0000	1.24
+++ ChangeLog	15 Apr 2011 21:52:12 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.24 2011/04/12 03:34:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.25 2011/04/15 21:52:12 angelos Exp $
+
+  15 Apr 2011; Christoph Mende <angelos@gentoo.org> supertuxkart-0.7.ebuild:
+  Stable on amd64 wrt bug #363129
 
   12 Apr 2011; Thomas Kahle <tomka@gentoo.org> supertuxkart-0.7.ebuild:
   x86 stable per bug 363129



1.4                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.3&r2=1.4

Index: supertuxkart-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- supertuxkart-0.7.ebuild	12 Apr 2011 03:34:43 -0000	1.3
+++ supertuxkart-0.7.ebuild	15 Apr 2011 21:52:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.3 2011/04/12 03:34:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.4 2011/04/15 21:52:12 angelos Exp $
 
 EAPI=2
 inherit autotools flag-o-matic eutils games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 CCPL-Sampling-Plus-1.0 public-domain as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug nls unicode"
 
 RDEPEND=">=dev-games/irrlicht-1.7.2






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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2011-06-22 12:59 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-06-22 12:59 UTC (permalink / raw
  To: gentoo-commits

tupone      11/06/22 12:59:19

  Modified:             ChangeLog supertuxkart-0.7.ebuild
  Log:
  Fix underlink. Bug #371823
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	15 Apr 2011 21:52:12 -0000	1.25
+++ ChangeLog	22 Jun 2011 12:59:19 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.25 2011/04/15 21:52:12 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.26 2011/06/22 12:59:19 tupone Exp $
+
+  22 Jun 2011; Tupone Alfredo <tupone@gentoo.org> supertuxkart-0.7.ebuild,
+  +files/supertuxkart-0.7-underlink.patch:
+  Fix underlink. Bug #371823 by Diego Elio Pettenò
 
   15 Apr 2011; Christoph Mende <angelos@gentoo.org> supertuxkart-0.7.ebuild:
   Stable on amd64 wrt bug #363129



1.5                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.4&r2=1.5

Index: supertuxkart-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- supertuxkart-0.7.ebuild	15 Apr 2011 21:52:12 -0000	1.4
+++ supertuxkart-0.7.ebuild	22 Jun 2011 12:59:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.4 2011/04/15 21:52:12 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.5 2011/06/22 12:59:19 tupone Exp $
 
 EAPI=2
 inherit autotools flag-o-matic eutils games
@@ -28,7 +28,8 @@
 	unicode? ( dev-libs/fribidi )"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-build.patch
+	epatch "${FILESDIR}"/${P}-build.patch \
+		"${FILESDIR}"/${P}-underlink.patch
 	rm -rf src/enet
 	eautoreconf
 }






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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2011-07-30 18:27 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-30 18:27 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/30 18:27:54

  Modified:             ChangeLog supertuxkart-0.7.ebuild
  Log:
  add dev-libs/fribidi to RDEPEND (bug #375569)
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.27                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	22 Jun 2011 12:59:19 -0000	1.26
+++ ChangeLog	30 Jul 2011 18:27:54 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.26 2011/06/22 12:59:19 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.27 2011/07/30 18:27:54 mr_bones_ Exp $
+
+  30 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.7.ebuild:
+  add dev-libs/fribidi to RDEPEND (bug #375569)
 
   22 Jun 2011; Tupone Alfredo <tupone@gentoo.org> supertuxkart-0.7.ebuild,
   +files/supertuxkart-0.7-underlink.patch:



1.6                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.5&r2=1.6

Index: supertuxkart-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- supertuxkart-0.7.ebuild	22 Jun 2011 12:59:19 -0000	1.5
+++ supertuxkart-0.7.ebuild	30 Jul 2011 18:27:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.5 2011/06/22 12:59:19 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.6 2011/07/30 18:27:54 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools flag-o-matic eutils games
@@ -22,6 +22,7 @@
 	net-libs/enet:0
 	media-libs/libvorbis
 	media-libs/openal
+	nls? ( dev-libs/fribidi )
 	virtual/libintl"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )






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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2012-12-07 23:36 Julian Ospald (hasufell)
  0 siblings, 0 replies; 8+ messages in thread
From: Julian Ospald (hasufell) @ 2012-12-07 23:36 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/12/07 23:36:34

  Modified:             ChangeLog supertuxkart-0.7.ebuild
  Log:
  prepare deps for irrlicht-1.8 import, fix as-is license to ZLIB
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.28                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	30 Jul 2011 18:27:54 -0000	1.27
+++ ChangeLog	7 Dec 2012 23:36:34 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.27 2011/07/30 18:27:54 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.28 2012/12/07 23:36:34 hasufell Exp $
+
+  07 Dec 2012; Julian Ospald <hasufell@gentoo.org> supertuxkart-0.7.ebuild:
+  prepare deps for irrlicht-1.8 import, fix as-is license to ZLIB
 
   30 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.7.ebuild:
   add dev-libs/fribidi to RDEPEND (bug #375569)



1.7                  games-action/supertuxkart/supertuxkart-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild?r1=1.6&r2=1.7

Index: supertuxkart-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- supertuxkart-0.7.ebuild	30 Jul 2011 18:27:54 -0000	1.6
+++ supertuxkart-0.7.ebuild	7 Dec 2012 23:36:34 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.6 2011/07/30 18:27:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.7 2012/12/07 23:36:34 hasufell Exp $
 
 EAPI=2
 inherit autotools flag-o-matic eutils games
@@ -10,12 +10,12 @@
 SRC_URI="mirror://sourceforge/supertuxkart/SuperTuxKart/${PV}/${P}-src.tar.bz2
 	mirror://gentoo/${PN}.png"
 
-LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 CCPL-Sampling-Plus-1.0 public-domain as-is"
+LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 CCPL-Sampling-Plus-1.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="debug nls unicode"
 
-RDEPEND=">=dev-games/irrlicht-1.7.2
+RDEPEND="<dev-games/irrlicht-1.8
 	virtual/opengl
 	media-libs/freeglut
 	virtual/glu





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild
@ 2013-01-30 22:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-30 22:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/30 22:55:11

  Modified:             ChangeLog
  Removed:              supertuxkart-0.7.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.36                 games-action/supertuxkart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/supertuxkart/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	24 Jan 2013 22:09:58 -0000	1.35
+++ ChangeLog	30 Jan 2013 22:55:11 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.35 2013/01/24 22:09:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.36 2013/01/30 22:55:11 mr_bones_ Exp $
+
+  30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  -files/supertuxkart-0.7-build.patch, -files/supertuxkart-0.7-underlink.patch,
+  -supertuxkart-0.7.ebuild:
+  old
 
   24 Jan 2013; Agostino Sarubbo <ago@gentoo.org> supertuxkart-0.8.ebuild:
   Stable for x86, wrt bug #453386





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

end of thread, other threads:[~2013-01-30 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 21:52 [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: ChangeLog supertuxkart-0.7.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-30 22:55 Michael Sterrett (mr_bones_)
2012-12-07 23:36 Julian Ospald (hasufell)
2011-07-30 18:27 Michael Sterrett (mr_bones_)
2011-06-22 12:59 Alfredo Tupone (tupone)
2011-04-12  3:34 Thomas Kahle (tomka)
2011-04-11 19:48 Michael Sterrett (mr_bones_)
2011-03-10  7:46 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