public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-17 12:35 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-04-17 12:35 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/04/17 12:35:45

  Modified:             ChangeLog
  Added:                opengfx-0.4.4.ebuild
  Log:
  Version bump to latest graphics pack usefull for new OpenTTD, remove arm and ppc64 keywords due to new dep. Keywordreq tbd.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Oct 2011 05:45:07 -0000	1.14
+++ ChangeLog	17 Apr 2012 12:35:45 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for games-misc/opengfx
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.14 2011/10/10 05:45:07 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.15 2012/04/17 12:35:45 scarabeus Exp $
+
+*opengfx-0.4.4 (17 Apr 2012)
+
+  17 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +opengfx-0.4.4.ebuild:
+  Version bump to latest graphics pack usefull for new OpenTTD, remove arm and
+  ppc64 keywords due to new dep. Keywordreq tbd.
 
   10 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.3.6.ebuild:
   work around locale (bug #386597)



1.1                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.1 2012/04/17 12:35:45 scarabeus Exp $

EAPI=3
inherit games

DESCRIPTION="OpenGFX data files for OpenTTD"
HOMEPAGE="http://bundles.openttdcoop.org/opengfx/"
SRC_URI="http://bundles.openttdcoop.org/opengfx/releases/${PV}/${P}-source.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

S=${WORKDIR}/${P}-source

DEPEND="
	>=games-util/grfcodec-5.1.1
	>=games-util/nml-0.2.3
"
RDEPEND=""

src_prepare() {
	sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die
}

src_compile() {
	emake bundle || die
}

src_install() {
	insinto "${GAMES_DATADIR}/openttd/data/"
	doins *.grf opengfx.obg || die
	dodoc docs/{changelog.txt,readme.txt}
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-18 18:46 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-04-18 18:46 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/04/18 18:46:06

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  Fix sandbox violation when gimp is around (missing dep). Fixes bug#412403. Thanks to hendrik<at>consetetur.de for the patch.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opengfx-0.4.4.ebuild	17 Apr 2012 12:35:45 -0000	1.1
+++ opengfx-0.4.4.ebuild	18 Apr 2012 18:46:06 -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.1 2012/04/17 12:35:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.2 2012/04/18 18:46:06 scarabeus Exp $
 
 EAPI=3
 inherit games
@@ -19,6 +19,7 @@
 DEPEND="
 	>=games-util/grfcodec-5.1.1
 	>=games-util/nml-0.2.3
+	media-gfx/gimp
 "
 RDEPEND=""
 
@@ -27,6 +28,9 @@
 }
 
 src_compile() {
+	GIMP2_DIRECTORY="${T}" \
+	GEGL_PATH="${T}" \
+	GEGL_SWAP="${T}" \
 	emake bundle || die
 }
 



1.16                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Apr 2012 12:35:45 -0000	1.15
+++ ChangeLog	18 Apr 2012 18:46:06 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.15 2012/04/17 12:35:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.16 2012/04/18 18:46:06 scarabeus Exp $
+
+  18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
+  Fix sandbox violation when gimp is around (missing dep). Fixes bug#412403.
+  Thanks to hendrik<at>consetetur.de for the patch.
 
 *opengfx-0.4.4 (17 Apr 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-18 20:30 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-04-18 20:30 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/04/18 20:30:00

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  Remove dependency on grfcodec as the nml only is used in the grf conversion. Fixes bug#412559.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opengfx-0.4.4.ebuild	18 Apr 2012 18:46:06 -0000	1.2
+++ opengfx-0.4.4.ebuild	18 Apr 2012 20:30:00 -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.2 2012/04/18 18:46:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.3 2012/04/18 20:30:00 scarabeus Exp $
 
 EAPI=3
 inherit games
@@ -17,7 +17,6 @@
 S=${WORKDIR}/${P}-source
 
 DEPEND="
-	>=games-util/grfcodec-5.1.1
 	>=games-util/nml-0.2.3
 	media-gfx/gimp
 "



1.17                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	18 Apr 2012 18:46:06 -0000	1.16
+++ ChangeLog	18 Apr 2012 20:30:00 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.16 2012/04/18 18:46:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.17 2012/04/18 20:30:00 scarabeus Exp $
+
+  18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
+  Remove dependency on grfcodec as the nml only is used in the grf conversion.
+  Fixes bug#412559.
 
   18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
   Fix sandbox violation when gimp is around (missing dep). Fixes bug#412403.






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-18 20:34 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-04-18 20:34 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/04/18 20:34:24

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opengfx-0.4.4.ebuild	18 Apr 2012 20:30:00 -0000	1.3
+++ opengfx-0.4.4.ebuild	18 Apr 2012 20:34:23 -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.3 2012/04/18 20:30:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.4 2012/04/18 20:34:23 mr_bones_ Exp $
 
 EAPI=3
 inherit games
@@ -14,14 +14,12 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-S=${WORKDIR}/${P}-source
-
-DEPEND="
-	>=games-util/nml-0.2.3
-	media-gfx/gimp
-"
+DEPEND=">=games-util/nml-0.2.3
+	media-gfx/gimp"
 RDEPEND=""
 
+S=${WORKDIR}/${P}-source
+
 src_prepare() {
 	sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die
 }



1.18                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Apr 2012 20:30:00 -0000	1.17
+++ ChangeLog	18 Apr 2012 20:34:23 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.17 2012/04/18 20:30:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.18 2012/04/18 20:34:23 mr_bones_ Exp $
+
+  18 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.4.4.ebuild:
+  tidy
 
   18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
   Remove dependency on grfcodec as the nml only is used in the grf conversion.






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-19  7:25 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 9+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-04-19  7:25 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/04/19 07:25:01

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  Drop the gimp idea completely as the regenerated pngs do not differ anyway. Fixes all the sandbox violation issues gimp was causing. Wrt bug#412595.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- opengfx-0.4.4.ebuild	18 Apr 2012 20:34:23 -0000	1.4
+++ opengfx-0.4.4.ebuild	19 Apr 2012 07:25:01 -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.4 2012/04/18 20:34:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.5 2012/04/19 07:25:01 scarabeus Exp $
 
 EAPI=3
 inherit games
@@ -14,20 +14,22 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DEPEND=">=games-util/nml-0.2.3
-	media-gfx/gimp"
+DEPEND=">=games-util/nml-0.2.3"
 RDEPEND=""
 
 S=${WORKDIR}/${P}-source
 
 src_prepare() {
 	sed -i -e 's/\[a-z\]/[[:alpha:]]/' ./scripts/Makefile.in || die
+
+	# ensure that we will not use gimp to regenerate the pngs
+	# causes sandbox violations and not worth the effort anyway
+	sed -i \
+		-e 's:echo "gimp":echo "":g' \
+		scripts/Makefile.def || die
 }
 
 src_compile() {
-	GIMP2_DIRECTORY="${T}" \
-	GEGL_PATH="${T}" \
-	GEGL_SWAP="${T}" \
 	emake bundle || die
 }
 



1.19                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Apr 2012 20:34:23 -0000	1.18
+++ ChangeLog	19 Apr 2012 07:25:01 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.18 2012/04/18 20:34:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.19 2012/04/19 07:25:01 scarabeus Exp $
+
+  19 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
+  Drop the gimp idea completely as the regenerated pngs do not differ anyway.
+  Fixes all the sandbox violation issues gimp was causing. Wrt bug#412595.
 
   18 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.4.4.ebuild:
   tidy






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-19 11:04 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-04-19 11:04 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/04/19 11:04:20

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  x86 stable, see bug 398161
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.6                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- opengfx-0.4.4.ebuild	19 Apr 2012 07:25:01 -0000	1.5
+++ opengfx-0.4.4.ebuild	19 Apr 2012 11:04:20 -0000	1.6
@@ -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.5 2012/04/19 07:25:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.6 2012/04/19 11:04:20 nativemad Exp $
 
 EAPI=3
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=">=games-util/nml-0.2.3"



1.20                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	19 Apr 2012 07:25:01 -0000	1.19
+++ ChangeLog	19 Apr 2012 11:04:20 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.19 2012/04/19 07:25:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.20 2012/04/19 11:04:20 nativemad Exp $
+
+  19 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> opengfx-0.4.4.ebuild:
+  x86 stable, see bug 398161
 
   19 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> opengfx-0.4.4.ebuild:
   Drop the gimp idea completely as the regenerated pngs do not differ anyway.






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-04-19 11:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-19 11:53 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/19 11:53:28

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #398161
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- opengfx-0.4.4.ebuild	19 Apr 2012 11:04:20 -0000	1.6
+++ opengfx-0.4.4.ebuild	19 Apr 2012 11:53:28 -0000	1.7
@@ -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.6 2012/04/19 11:04:20 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.7 2012/04/19 11:53:28 ago Exp $
 
 EAPI=3
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND=">=games-util/nml-0.2.3"



1.21                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Apr 2012 11:04:20 -0000	1.20
+++ ChangeLog	19 Apr 2012 11:53:28 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.20 2012/04/19 11:04:20 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.21 2012/04/19 11:53:28 ago Exp $
+
+  19 Apr 2012; Agostino Sarubbo <ago@gentoo.org> opengfx-0.4.4.ebuild:
+  Stable for amd64, wrt bug #398161
 
   19 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> opengfx-0.4.4.ebuild:
   x86 stable, see bug 398161






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-06-27 17:43 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-06-27 17:43 UTC (permalink / raw
  To: gentoo-commits

maekke      12/06/27 17:43:04

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  add ~arm, bug #412329
  
  (Portage version: 2.1.10.65/cvs/Linux i686)

Revision  Changes    Path
1.8                  games-misc/opengfx/opengfx-0.4.4.ebuild

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

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opengfx-0.4.4.ebuild	19 Apr 2012 11:53:28 -0000	1.7
+++ opengfx-0.4.4.ebuild	27 Jun 2012 17:43:04 -0000	1.8
@@ -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.7 2012/04/19 11:53:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.8 2012/06/27 17:43:04 maekke Exp $
 
 EAPI=3
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE=""
 
 DEPEND=">=games-util/nml-0.2.3"



1.23                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	31 May 2012 16:35:26 -0000	1.22
+++ ChangeLog	27 Jun 2012 17:43:04 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.22 2012/05/31 16:35:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.23 2012/06/27 17:43:04 maekke Exp $
+
+  27 Jun 2012; Markus Meier <maekke@gentoo.org> opengfx-0.4.4.ebuild:
+  add ~arm, bug #412329
 
   31 May 2012; Michael Sterrett <mr_bones_@gentoo.org> -opengfx-0.3.4.ebuild,
   -opengfx-0.3.6.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog
@ 2012-12-31 16:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-31 16:32 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/31 16:32:47

  Modified:             opengfx-0.4.4.ebuild ChangeLog
  Log:
  Add ~ppc64, wrt bug #412329
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  games-misc/opengfx/opengfx-0.4.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild?r1=1.8&r2=1.9

Index: opengfx-0.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- opengfx-0.4.4.ebuild	27 Jun 2012 17:43:04 -0000	1.8
+++ opengfx-0.4.4.ebuild	31 Dec 2012 16:32:47 -0000	1.9
@@ -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-misc/opengfx/opengfx-0.4.4.ebuild,v 1.8 2012/06/27 17:43:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.4.4.ebuild,v 1.9 2012/12/31 16:32:47 ago Exp $
 
 EAPI=3
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND=">=games-util/nml-0.2.3"



1.25                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	1 Nov 2012 20:02:28 -0000	1.24
+++ ChangeLog	31 Dec 2012 16:32:47 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-misc/opengfx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.24 2012/11/01 20:02:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.25 2012/12/31 16:32:47 ago Exp $
+
+  31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> opengfx-0.4.4.ebuild:
+  Add ~ppc64, wrt bug #412329
 
 *opengfx-0.4.5 (01 Nov 2012)
 





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

end of thread, other threads:[~2012-12-31 16:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 17:43 [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.4.4.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-31 16:32 Agostino Sarubbo (ago)
2012-04-19 11:53 Agostino Sarubbo (ago)
2012-04-19 11:04 Andreas Schuerch (nativemad)
2012-04-19  7:25 Tomas Chvatal (scarabeus)
2012-04-18 20:34 Michael Sterrett (mr_bones_)
2012-04-18 20:30 Tomas Chvatal (scarabeus)
2012-04-18 18:46 Tomas Chvatal (scarabeus)
2012-04-17 12:35 Tomas Chvatal (scarabeus)

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