public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2012-12-13 14:41 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-12-13 14:41 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/12/13 14:41:53

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  Remove CCPL-Sampling+ from LICENSE, wrt bug #447094. Thanks to Andrius Štikonas for discovering this issue
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.8.ebuild	12 Dec 2012 21:34:43 -0000	1.1
+++ supertuxkart-0.8.ebuild	13 Dec 2012 14:41:53 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.8.ebuild,v 1.1 2012/12/12 21:34:43 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.2 2012/12/13 14:41:53 pinkbyte Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -10,7 +10,7 @@
 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 ZLIB"
+LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="debug"



1.30                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	12 Dec 2012 21:34:43 -0000	1.29
+++ ChangeLog	13 Dec 2012 14:41:53 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.29 2012/12/12 21:34:43 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.30 2012/12/13 14:41:53 pinkbyte Exp $
+
+  13 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> supertuxkart-0.8.ebuild:
+  Remove CCPL-Sampling+ from LICENSE, wrt bug #447094. Thanks to Andrius
+  Štikonas for discovering this issue
 
 *supertuxkart-0.8 (12 Dec 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2012-12-13 15:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-12-13 15:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/12/13 15:43:28

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  fix use debug logic (bug #447060)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- supertuxkart-0.8.ebuild	13 Dec 2012 14:41:53 -0000	1.2
+++ supertuxkart-0.8.ebuild	13 Dec 2012 15:43:27 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.8.ebuild,v 1.2 2012/12/13 14:41:53 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.3 2012/12/13 15:43:27 mr_bones_ Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -44,10 +44,11 @@
 
 	# inconsistent handling of debug definition
 	# avoid using Debug build type
-	use debug &&
+	if use debug ; then
 		sed -i \
 			-e 's/add_definitions(-DNDEBUG)/add_definitions(-DDEBUG)/' \
 			CMakeLists.txt || die
+	fi
 }
 
 src_configure() {



1.31                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	13 Dec 2012 14:41:53 -0000	1.30
+++ ChangeLog	13 Dec 2012 15:43:27 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.30 2012/12/13 14:41:53 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.31 2012/12/13 15:43:27 mr_bones_ Exp $
+
+  13 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.8.ebuild:
+  fix use debug logic (bug #447060)
 
   13 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> supertuxkart-0.8.ebuild:
   Remove CCPL-Sampling+ from LICENSE, wrt bug #447094. Thanks to Andrius
@@ -123,4 +126,3 @@
   28 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
   +supertuxkart-0.2.ebuild:
   initial commit - ebuild submitted by Mikel Olasagasti via bug #75416
-





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2012-12-13 16:12 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-12-13 16:12 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/12/13 16:12:24

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  fix desktop entry
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- supertuxkart-0.8.ebuild	13 Dec 2012 15:43:27 -0000	1.3
+++ supertuxkart-0.8.ebuild	13 Dec 2012 16:12:24 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.8.ebuild,v 1.3 2012/12/13 15:43:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.4 2012/12/13 16:12:24 mr_bones_ Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -41,6 +41,9 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-{gentoo,fribidi,irrlicht}.patch
+	sed -i \
+		-e '/Encoding/d' \
+		data/supertuxkart_desktop.template || die
 
 	# inconsistent handling of debug definition
 	# avoid using Debug build type



1.32                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	13 Dec 2012 15:43:27 -0000	1.31
+++ ChangeLog	13 Dec 2012 16:12:24 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.31 2012/12/13 15:43:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.32 2012/12/13 16:12:24 mr_bones_ Exp $
+
+  13 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.8.ebuild:
+  fix desktop entry
 
   13 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.8.ebuild:
   fix use debug logic (bug #447060)





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2012-12-13 19:05 Julian Ospald (hasufell)
  0 siblings, 0 replies; 7+ messages in thread
From: Julian Ospald (hasufell) @ 2012-12-13 19:05 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/12/13 19:05:05

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  fix desktop file, remove duplicate
  
  (Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.5                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- supertuxkart-0.8.ebuild	13 Dec 2012 16:12:24 -0000	1.4
+++ supertuxkart-0.8.ebuild	13 Dec 2012 19:05:05 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.8.ebuild,v 1.4 2012/12/13 16:12:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.5 2012/12/13 19:05:05 hasufell Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -40,10 +40,7 @@
 S=${WORKDIR}/SuperTuxKart-${PV}
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-{gentoo,fribidi,irrlicht}.patch
-	sed -i \
-		-e '/Encoding/d' \
-		data/supertuxkart_desktop.template || die
+	epatch "${FILESDIR}"/${P}-{gentoo,fribidi,irrlicht,desktopfile}.patch
 
 	# inconsistent handling of debug definition
 	# avoid using Debug build type
@@ -73,7 +70,6 @@
 src_install() {
 	cmake-utils_src_install
 	doicon "${DISTDIR}"/${PN}.png
-	make_desktop_entry ${PN} SuperTuxKart
 	dodoc AUTHORS ChangeLog README TODO
 	prepgamesdirs
 }



1.33                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	13 Dec 2012 16:12:24 -0000	1.32
+++ ChangeLog	13 Dec 2012 19:05:05 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/supertuxkart
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.32 2012/12/13 16:12:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.33 2012/12/13 19:05:05 hasufell Exp $
+
+  13 Dec 2012; Julian Ospald <hasufell@gentoo.org> supertuxkart-0.8.ebuild,
+  +files/supertuxkart-0.8-desktopfile.patch:
+  fix desktop file, remove duplicate
 
   13 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.8.ebuild:
   fix desktop entry





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2013-01-24 18:34 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 7+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-01-24 18:34 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/01/24 18:34:44

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  Marked stable for amd64 wrt bug #453386
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.6                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- supertuxkart-0.8.ebuild	13 Dec 2012 19:05:05 -0000	1.5
+++ supertuxkart-0.8.ebuild	24 Jan 2013 18:34:44 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.5 2012/12/13 19:05:05 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.6 2013/01/24 18:34:44 nimiux Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 public-domain ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="debug"
 
 # don't unbundle irrlicht and bullet



1.34                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	13 Dec 2012 19:05:05 -0000	1.33
+++ ChangeLog	24 Jan 2013 18:34:44 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/supertuxkart
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.33 2012/12/13 19:05:05 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.34 2013/01/24 18:34:44 nimiux Exp $
+
+  24 Jan 2013; Chema Alonso <nimiux@gentoo.org> supertuxkart-0.8.ebuild:
+  Marked stable for amd64 wrt bug #453386
 
   13 Dec 2012; Julian Ospald <hasufell@gentoo.org> supertuxkart-0.8.ebuild,
   +files/supertuxkart-0.8-desktopfile.patch:





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2013-01-24 22:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-24 22:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/24 22:09:58

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #453386
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- supertuxkart-0.8.ebuild	24 Jan 2013 18:34:44 -0000	1.6
+++ supertuxkart-0.8.ebuild	24 Jan 2013 22:09:58 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.6 2013/01/24 18:34:44 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.7 2013/01/24 22:09:58 ago Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0 CCPL-Attribution-2.0 public-domain ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"
 
 # don't unbundle irrlicht and bullet



1.35                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	24 Jan 2013 18:34:44 -0000	1.34
+++ ChangeLog	24 Jan 2013 22:09:58 -0000	1.35
@@ -1,6 +1,9 @@
 # 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.34 2013/01/24 18:34:44 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.35 2013/01/24 22:09:58 ago Exp $
+
+  24 Jan 2013; Agostino Sarubbo <ago@gentoo.org> supertuxkart-0.8.ebuild:
+  Stable for x86, wrt bug #453386
 
   24 Jan 2013; Chema Alonso <nimiux@gentoo.org> supertuxkart-0.8.ebuild:
   Marked stable for amd64 wrt bug #453386





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

* [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog
@ 2013-02-07 21:59 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-07 21:59 UTC (permalink / raw
  To: gentoo-commits

ulm         13/02/07 21:59:52

  Modified:             supertuxkart-0.8.ebuild ChangeLog
  Log:
  Move Creative Commons licenses to shorter names.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.8                  games-action/supertuxkart/supertuxkart-0.8.ebuild

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

Index: supertuxkart-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- supertuxkart-0.8.ebuild	24 Jan 2013 22:09:58 -0000	1.7
+++ supertuxkart-0.8.ebuild	7 Feb 2013 21:59:52 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.7 2013/01/24 22:09:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.8.ebuild,v 1.8 2013/02/07 21:59:52 ulm Exp $
 
 EAPI=2
 inherit cmake-utils eutils games
@@ -10,7 +10,7 @@
 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 public-domain ZLIB"
+LICENSE="GPL-3 CC-BY-SA-3.0 CC-BY-2.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="debug"



1.37                 games-action/supertuxkart/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	30 Jan 2013 22:55:11 -0000	1.36
+++ ChangeLog	7 Feb 2013 21:59:52 -0000	1.37
@@ -1,6 +1,9 @@
 # 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.36 2013/01/30 22:55:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.37 2013/02/07 21:59:52 ulm Exp $
+
+  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> supertuxkart-0.8.ebuild:
+  Move Creative Commons licenses to shorter names.
 
   30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
   -files/supertuxkart-0.7-build.patch, -files/supertuxkart-0.7-underlink.patch,





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

end of thread, other threads:[~2013-02-07 21:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 15:43 [gentoo-commits] gentoo-x86 commit in games-action/supertuxkart: supertuxkart-0.8.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-07 21:59 Ulrich Mueller (ulm)
2013-01-24 22:09 Agostino Sarubbo (ago)
2013-01-24 18:34 JosA MarAa Alonso (nimiux)
2012-12-13 19:05 Julian Ospald (hasufell)
2012-12-13 16:12 Michael Sterrett (mr_bones_)
2012-12-13 14:41 Sergey Popov (pinkbyte)

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