public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2014-05-15 16:55 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:55 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:55:30

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.7                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zaz-1.0.0.ebuild	7 Feb 2013 22:10:18 -0000	1.6
+++ zaz-1.0.0.ebuild	15 May 2014 16:55:29 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.6 2013/02/07 22:10:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.7 2014/05/15 16:55:29 ulm Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -16,7 +16,7 @@
 
 RDEPEND="virtual/opengl
 	virtual/glu
-	media-libs/libsdl[X,audio,video]
+	media-libs/libsdl[X,sound,video]
 	media-libs/sdl-image[jpeg,png]
 	media-libs/libvorbis
 	media-libs/libtheora



1.18                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Feb 2013 22:10:18 -0000	1.17
+++ ChangeLog	15 May 2014 16:55:29 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/zaz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.17 2013/02/07 22:10:18 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.18 2014/05/15 16:55:29 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   07 Feb 2013; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
   Move Creative Commons licenses to shorter names.





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2014-06-13 15:50 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-06-13 15:50 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/06/13 15:50:01

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  EAPI=5; fix build (bug #510432)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zaz-1.0.0.ebuild	15 May 2014 16:55:29 -0000	1.7
+++ zaz-1.0.0.ebuild	13 Jun 2014 15:50:01 -0000	1.8
@@ -1,15 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.7 2014/05/15 16:55:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.8 2014/06/13 15:50:01 mr_bones_ Exp $
 
-EAPI=2
-inherit autotools eutils games
+EAPI=5
+inherit autotools flag-o-matic eutils games
 
 DESCRIPTION="A puzzle game where the player has to arrange balls in triplets"
 HOMEPAGE="http://sourceforge.net/projects/zaz/"
 SRC_URI="mirror://sourceforge/zaz/${P}.tar.bz2"
 
-LICENSE="GPL-3 CC-BY-SA-3.0"
+LICENSE="GPL-3 GPL-3+ CC-BY-SA-3.0 OFL"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="nls"
@@ -35,6 +35,9 @@
 }
 
 src_configure() {
+	append-libs -lvorbis
+	append-cflags $(pkg-config sdl --cflags)
+	append-cxxflags $(pkg-config sdl --cflags)
 	egamesconf \
 		--disable-dependency-tracking \
 		--with-applicationdir=/usr/share/applications \
@@ -44,7 +47,6 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake failed"
-	dodoc AUTHORS ChangeLog
+	default
 	prepgamesdirs
 }



1.19                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 May 2014 16:55:29 -0000	1.18
+++ ChangeLog	13 Jun 2014 15:50:01 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/zaz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.18 2014/05/15 16:55:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.19 2014/06/13 15:50:01 mr_bones_ Exp $
+
+  13 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> zaz-1.0.0.ebuild:
+  EAPI=5; fix build (bug #510432)
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
@@ -76,4 +79,3 @@
   26 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> +zaz-0.2.8.ebuild,
   +files/zaz-0.2.8-build.patch, +metadata.xml:
   Initial commit (bug #282349)
-





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2013-02-07 22:10 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-07 22:10 UTC (permalink / raw
  To: gentoo-commits

ulm         13/02/07 22:10:19

  Modified:             zaz-1.0.0.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.6                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zaz-1.0.0.ebuild	4 May 2012 04:45:28 -0000	1.5
+++ zaz-1.0.0.ebuild	7 Feb 2013 22:10:18 -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-puzzle/zaz/zaz-1.0.0.ebuild,v 1.5 2012/05/04 04:45:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.6 2013/02/07 22:10:18 ulm Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -9,7 +9,7 @@
 HOMEPAGE="http://sourceforge.net/projects/zaz/"
 SRC_URI="mirror://sourceforge/zaz/${P}.tar.bz2"
 
-LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
+LICENSE="GPL-3 CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="nls"



1.17                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 May 2012 04:45:28 -0000	1.16
+++ ChangeLog	7 Feb 2013 22:10:18 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/zaz
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.16 2012/05/04 04:45:28 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.17 2013/02/07 22:10:18 ulm Exp $
+
+  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
+  Move Creative Commons licenses to shorter names.
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> zaz-1.0.0.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig





^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2012-05-04  4:45 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  4:45 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 04:45:28

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zaz-1.0.0.ebuild	5 Oct 2010 19:39:28 -0000	1.4
+++ zaz-1.0.0.ebuild	4 May 2012 04:45:28 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.4 2010/10/05 19:39:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.5 2012/05/04 04:45:28 jdhore Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -23,7 +23,7 @@
 	media-libs/ftgl
 	virtual/libintl"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	nls? ( sys-devel/gettext )"
 
 src_prepare() {



1.16                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	5 Oct 2010 19:39:28 -0000	1.15
+++ ChangeLog	4 May 2012 04:45:28 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/zaz
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.15 2010/10/05 19:39:28 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.16 2012/05/04 04:45:28 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> zaz-1.0.0.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   05 Oct 2010; Markus Meier <maekke@gentoo.org> zaz-1.0.0.ebuild:
   x86 stable, bug #339146






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2010-10-05 19:39 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-10-05 19:39 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/05 19:39:28

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  x86 stable, bug #339146
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zaz-1.0.0.ebuild	30 Sep 2010 08:45:49 -0000	1.3
+++ zaz-1.0.0.ebuild	5 Oct 2010 19:39:28 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.3 2010/09/30 08:45:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.4 2010/10/05 19:39:28 maekke Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND="virtual/opengl



1.15                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Sep 2010 08:45:49 -0000	1.14
+++ ChangeLog	5 Oct 2010 19:39:28 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/zaz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.14 2010/09/30 08:45:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.15 2010/10/05 19:39:28 maekke Exp $
+
+  05 Oct 2010; Markus Meier <maekke@gentoo.org> zaz-1.0.0.ebuild:
+  x86 stable, bug #339146
 
   30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> zaz-1.0.0.ebuild:
   amd64 stable wrt #339146






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2010-09-30  8:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-30  8:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/30 08:45:49

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  amd64 stable wrt #339146
  
  (Portage version: 2.2_rc87/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zaz-1.0.0.ebuild	29 Sep 2010 06:06:08 -0000	1.2
+++ zaz-1.0.0.ebuild	30 Sep 2010 08:45:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.2 2010/09/29 06:06:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.3 2010/09/30 08:45:49 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND="virtual/opengl



1.14                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	29 Sep 2010 06:06:08 -0000	1.13
+++ ChangeLog	30 Sep 2010 08:45:49 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/zaz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.13 2010/09/29 06:06:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.14 2010/09/30 08:45:49 ssuominen Exp $
+
+  30 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> zaz-1.0.0.ebuild:
+  amd64 stable wrt #339146
 
   29 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> zaz-1.0.0.ebuild:
   Replace po/Makefile.in.in with a system copy wrt #336119 by Barrie






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2010-09-29  6:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-29  6:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/29 06:06:08

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  Replace po/Makefile.in.in with a system copy wrt #336119 by Barrie Backhurst.
  
  (Portage version: 2.2_rc87/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zaz-1.0.0.ebuild	4 Sep 2010 07:50:50 -0000	1.1
+++ zaz-1.0.0.ebuild	29 Sep 2010 06:06:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.1 2010/09/04 07:50:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.2 2010/09/29 06:06:08 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils games
@@ -27,6 +27,9 @@
 	nls? ( sys-devel/gettext )"
 
 src_prepare() {
+	local x=/usr/share/gettext/po/Makefile.in.in
+	[[ -e $x ]] && cp -f $x po/ #336119
+
 	epatch "${FILESDIR}"/${P}-build.patch
 	eautoreconf
 }



1.13                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Sep 2010 07:50:50 -0000	1.12
+++ ChangeLog	29 Sep 2010 06:06:08 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/zaz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.12 2010/09/04 07:50:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.13 2010/09/29 06:06:08 ssuominen Exp $
+
+  29 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> zaz-1.0.0.ebuild:
+  Replace po/Makefile.in.in with a system copy wrt #336119 by Barrie
+  Backhurst.
 
 *zaz-1.0.0 (04 Sep 2010)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
@ 2010-09-04  7:50 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-09-04  7:50 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/09/04 07:50:50

  Modified:             ChangeLog
  Added:                zaz-1.0.0.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.12                 games-puzzle/zaz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Jul 2010 12:34:33 -0000	1.11
+++ ChangeLog	4 Sep 2010 07:50:50 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/zaz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.11 2010/07/11 12:34:33 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.12 2010/09/04 07:50:50 mr_bones_ Exp $
+
+*zaz-1.0.0 (04 Sep 2010)
+
+  04 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> +zaz-1.0.0.ebuild,
+  +files/zaz-1.0.0-build.patch:
+  version bump
 
   11 Jul 2010; Christian Faulhammer <fauli@gentoo.org> zaz-0.7.0.ebuild:
   stable x86, bug 325367



1.1                  games-puzzle/zaz/zaz-1.0.0.ebuild

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

Index: zaz-1.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.1 2010/09/04 07:50:50 mr_bones_ Exp $

EAPI=2
inherit autotools eutils games

DESCRIPTION="A puzzle game where the player has to arrange balls in triplets"
HOMEPAGE="http://sourceforge.net/projects/zaz/"
SRC_URI="mirror://sourceforge/zaz/${P}.tar.bz2"

LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND="virtual/opengl
	virtual/glu
	media-libs/libsdl[X,audio,video]
	media-libs/sdl-image[jpeg,png]
	media-libs/libvorbis
	media-libs/libtheora
	media-libs/ftgl
	virtual/libintl"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( sys-devel/gettext )"

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

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--with-applicationdir=/usr/share/applications \
		--with-icondir=/usr/share/pixmaps \
		--localedir=/usr/share/locale \
		$(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake failed"
	dodoc AUTHORS ChangeLog
	prepgamesdirs
}






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

end of thread, other threads:[~2014-06-13 15:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 16:55 [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-13 15:50 Michael Sterrett (mr_bones_)
2013-02-07 22:10 Ulrich Mueller (ulm)
2012-05-04  4:45 Jeff Horelick (jdhore)
2010-10-05 19:39 Markus Meier (maekke)
2010-09-30  8:45 Samuli Suominen (ssuominen)
2010-09-29  6:06 Samuli Suominen (ssuominen)
2010-09-04  7: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