public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: ChangeLog opengfx-0.3.4.ebuild
@ 2011-07-16 22:10 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-16 22:10 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/16 22:10:30

  Modified:             ChangeLog
  Added:                opengfx-0.3.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.9                  games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 May 2011 17:23:31 -0000	1.8
+++ ChangeLog	16 Jul 2011 22:10:30 -0000	1.9
@@ -1,6 +1,11 @@
 # 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.8 2011/05/04 17:23:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.9 2011/07/16 22:10:30 mr_bones_ Exp $
+
+*opengfx-0.3.4 (16 Jul 2011)
+
+  16 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> +opengfx-0.3.4.ebuild:
+  version bump
 
 *opengfx-0.3.3 (04 May 2011)
 



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

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

Index: opengfx-0.3.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.1 2011/07/16 22:10:30 mr_bones_ Exp $

EAPI=2
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 ~arm ~ppc ~ppc64 ~x86"
IUSE=""

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

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

src_compile() {
	emake bundle || die
}

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






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: ChangeLog opengfx-0.3.4.ebuild
@ 2011-08-02 14:52 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-02 14:52 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/02 14:52:58

  Modified:             ChangeLog opengfx-0.3.4.ebuild
  Log:
  Stable on amd64 wrt bug #376957
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Jul 2011 22:10:30 -0000	1.9
+++ ChangeLog	2 Aug 2011 14:52:58 -0000	1.10
@@ -1,6 +1,9 @@
 # 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.9 2011/07/16 22:10:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.10 2011/08/02 14:52:58 hwoarang Exp $
+
+  02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> opengfx-0.3.4.ebuild:
+  Stable on amd64 wrt bug #376957
 
 *opengfx-0.3.4 (16 Jul 2011)
 



1.2                  games-misc/opengfx/opengfx-0.3.4.ebuild

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

Index: opengfx-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opengfx-0.3.4.ebuild	16 Jul 2011 22:10:30 -0000	1.1
+++ opengfx-0.3.4.ebuild	2 Aug 2011 14:52:58 -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-misc/opengfx/opengfx-0.3.4.ebuild,v 1.1 2011/07/16 22:10:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.2 2011/08/02 14:52:58 hwoarang Exp $
 
 EAPI=2
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S=${WORKDIR}/${P}-source






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: ChangeLog opengfx-0.3.4.ebuild
@ 2011-08-07 15:28 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-08-07 15:28 UTC (permalink / raw
  To: gentoo-commits

maekke      11/08/07 15:28:12

  Modified:             ChangeLog opengfx-0.3.4.ebuild
  Log:
  x86 stable, bug #376957
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Aug 2011 14:52:58 -0000	1.10
+++ ChangeLog	7 Aug 2011 15:28:12 -0000	1.11
@@ -1,6 +1,9 @@
 # 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.10 2011/08/02 14:52:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.11 2011/08/07 15:28:12 maekke Exp $
+
+  07 Aug 2011; Markus Meier <maekke@gentoo.org> opengfx-0.3.4.ebuild:
+  x86 stable, bug #376957
 
   02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> opengfx-0.3.4.ebuild:
   Stable on amd64 wrt bug #376957



1.3                  games-misc/opengfx/opengfx-0.3.4.ebuild

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

Index: opengfx-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opengfx-0.3.4.ebuild	2 Aug 2011 14:52:58 -0000	1.2
+++ opengfx-0.3.4.ebuild	7 Aug 2011 15:28:12 -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-misc/opengfx/opengfx-0.3.4.ebuild,v 1.2 2011/08/02 14:52:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.3 2011/08/07 15:28:12 maekke Exp $
 
 EAPI=2
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 S=${WORKDIR}/${P}-source






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

* [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: ChangeLog opengfx-0.3.4.ebuild
@ 2011-08-09 13:17 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-09 13:17 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/09 13:17:31

  Modified:             ChangeLog opengfx-0.3.4.ebuild
  Log:
  ppc/ppc64 stable wrt #376957
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 games-misc/opengfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Aug 2011 15:28:12 -0000	1.11
+++ ChangeLog	9 Aug 2011 13:17:31 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2011/08/07 15:28:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.12 2011/08/09 13:17:31 xarthisius Exp $
+
+  09 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> opengfx-0.3.4.ebuild:
+  ppc/ppc64 stable wrt #376957
 
   07 Aug 2011; Markus Meier <maekke@gentoo.org> opengfx-0.3.4.ebuild:
   x86 stable, bug #376957



1.4                  games-misc/opengfx/opengfx-0.3.4.ebuild

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

Index: opengfx-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opengfx-0.3.4.ebuild	7 Aug 2011 15:28:12 -0000	1.3
+++ opengfx-0.3.4.ebuild	9 Aug 2011 13:17:31 -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-misc/opengfx/opengfx-0.3.4.ebuild,v 1.3 2011/08/07 15:28:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.3.4.ebuild,v 1.4 2011/08/09 13:17:31 xarthisius Exp $
 
 EAPI=2
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 S=${WORKDIR}/${P}-source






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

end of thread, other threads:[~2011-08-09 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 14:52 [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: ChangeLog opengfx-0.3.4.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-09 13:17 Kacper Kowalik (xarthisius)
2011-08-07 15:28 Markus Meier (maekke)
2011-07-16 22:10 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