public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog
@ 2012-07-30 21:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-07-30 21:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/07/30 21:43:51

  Modified:             ChangeLog
  Added:                crossfire-client-1.70.0.ebuild
  Log:
  version bump (bug #410219)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 games-roguelike/crossfire-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	2 May 2012 21:06:17 -0000	1.28
+++ ChangeLog	30 Jul 2012 21:43:51 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.28 2012/05/02 21:06:17 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.29 2012/07/30 21:43:51 mr_bones_ Exp $
+
+*crossfire-client-1.70.0 (30 Jul 2012)
+
+  30 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org>
+  +crossfire-client-1.70.0.ebuild:
+  version bump (bug #410219)
 
   02 May 2012; Jeff Horelick <jdhore@gentoo.org>
   crossfire-client-1.12.0.ebuild:



1.1                  games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild?rev=1.1&content-type=text/plain

Index: crossfire-client-1.70.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.1 2012/07/30 21:43:51 mr_bones_ Exp $

EAPI=2
inherit gnome2-utils games

DESCRIPTION="Client for the nethack-style but more in the line of UO"
HOMEPAGE="http://crossfire.real-time.com/"
SRC_URI="mirror://sourceforge/crossfire/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa lua oss sdl"

RDEPEND="alsa? ( media-libs/alsa-lib )
	virtual/opengl
	x11-libs/gtk+:2
	sdl? ( media-libs/libsdl[video]
		media-libs/sdl-image )
	lua? ( dev-lang/lua )
	net-misc/curl
	media-libs/freeglut
	media-libs/libpng:0
	sys-libs/zlib"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	sed -ri -e '/^.TH/s:$: 6:' $(find . -name "*man") || die
}

src_configure() {
	# bugs in configure script so we cant use $(use_enable ...)
	local myconf="--disable-dependency-tracking"

	use sdl || myconf="${myconf} --disable-sdl"
	use alsa || myconf="${myconf} --disable-alsa9 --disable-alsa"
	if ! use alsa && ! use oss ; then
		myconf="${myconf} --disable-sound"
	fi
	egamesconf ${myconf}
}

src_compile() {
	# bug 139785
	if use alsa || use oss ; then
		emake -j1 -C sound-src || die
	fi
	emake || die
}

src_install() {
	local s

	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog README TODO
	domenu gtk-v2/crossfire-client.desktop
	for s in 16 32 48
	do
		newicon -s ${s} pixmaps/${s}x${s}.png ${PN}.png
	done
	prepgamesdirs
}

pkg_preinst() {
	games_pkg_preinst
	gnome2_icon_savelist
}

pkg_postinst() {
	games_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	gnome2_icon_cache_update
}





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog
@ 2013-01-08  7:54 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-08  7:54 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/08 07:54:51

  Modified:             crossfire-client-1.70.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild

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

Index: crossfire-client-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossfire-client-1.70.0.ebuild	30 Jul 2012 21:43:51 -0000	1.1
+++ crossfire-client-1.70.0.ebuild	8 Jan 2013 07:54:51 -0000	1.2
@@ -1,8 +1,8 @@
-# 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-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.1 2012/07/30 21:43:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.2 2013/01/08 07:54:51 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit gnome2-utils games
 
 DESCRIPTION="Client for the nethack-style but more in the line of UO"
@@ -46,15 +46,15 @@
 src_compile() {
 	# bug 139785
 	if use alsa || use oss ; then
-		emake -j1 -C sound-src || die
+		emake -j1 -C sound-src
 	fi
-	emake || die
+	emake
 }
 
 src_install() {
 	local s
 
-	emake DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install
 	dodoc AUTHORS ChangeLog README TODO
 	domenu gtk-v2/crossfire-client.desktop
 	for s in 16 32 48



1.30                 games-roguelike/crossfire-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	30 Jul 2012 21:43:51 -0000	1.29
+++ ChangeLog	8 Jan 2013 07:54:51 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/crossfire-client
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.29 2012/07/30 21:43:51 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.30 2013/01/08 07:54:51 mr_bones_ Exp $
+
+  08 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  crossfire-client-1.70.0.ebuild:
+  EAPI=5
 
 *crossfire-client-1.70.0 (30 Jul 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog
@ 2013-01-08 21:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-08 21:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/08 21:43:30

  Modified:             crossfire-client-1.70.0.ebuild ChangeLog
  Log:
  add gnome-base/libglade dep as it's directly used
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild

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

Index: crossfire-client-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crossfire-client-1.70.0.ebuild	8 Jan 2013 19:02:02 -0000	1.3
+++ crossfire-client-1.70.0.ebuild	8 Jan 2013 21:43:30 -0000	1.4
@@ -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-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.3 2013/01/08 19:02:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.4 2013/01/08 21:43:30 mr_bones_ Exp $
 
 EAPI=5
 inherit gnome2-utils games
@@ -17,6 +17,7 @@
 RDEPEND="alsa? ( media-libs/alsa-lib )
 	virtual/opengl
 	x11-libs/gtk+:2
+	gnome-base/libglade
 	sdl? ( media-libs/libsdl[video]
 		media-libs/sdl-image )
 	lua? ( dev-lang/lua )



1.32                 games-roguelike/crossfire-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	8 Jan 2013 19:02:02 -0000	1.31
+++ ChangeLog	8 Jan 2013 21:43:30 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.31 2013/01/08 19:02:02 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.32 2013/01/08 21:43:30 mr_bones_ Exp $
+
+  08 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  crossfire-client-1.70.0.ebuild:
+  add gnome-base/libglade dep as it's directly used
 
   08 Jan 2013; Chema Alonso <nimiux@gentoo.org> crossfire-client-1.70.0.ebuild:
   Marked stable for amd64 wrt bug #450790





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog
@ 2013-01-08 22:38 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-08 22:38 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/08 22:38:51

  Modified:             crossfire-client-1.70.0.ebuild ChangeLog
  Log:
  respect AR (bug #450934)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild

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

Index: crossfire-client-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crossfire-client-1.70.0.ebuild	8 Jan 2013 21:43:30 -0000	1.4
+++ crossfire-client-1.70.0.ebuild	8 Jan 2013 22:38:51 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.4 2013/01/08 21:43:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.5 2013/01/08 22:38:51 mr_bones_ Exp $
 
 EAPI=5
-inherit gnome2-utils games
+inherit toolchain-funcs gnome2-utils games
 
 DESCRIPTION="Client for the nethack-style but more in the line of UO"
 HOMEPAGE="http://crossfire.real-time.com/"
@@ -34,7 +34,7 @@
 
 src_configure() {
 	# bugs in configure script so we cant use $(use_enable ...)
-	local myconf="--disable-dependency-tracking"
+	local myconf
 
 	use sdl || myconf="${myconf} --disable-sdl"
 	use alsa || myconf="${myconf} --disable-alsa9 --disable-alsa"
@@ -47,9 +47,9 @@
 src_compile() {
 	# bug 139785
 	if use alsa || use oss ; then
-		emake -j1 -C sound-src
+		emake -j1 -C sound-src AR="$(tc-getAR)"
 	fi
-	emake
+	emake AR="$(tc-getAR)"
 }
 
 src_install() {



1.33                 games-roguelike/crossfire-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	8 Jan 2013 21:43:30 -0000	1.32
+++ ChangeLog	8 Jan 2013 22:38:51 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.32 2013/01/08 21:43:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.33 2013/01/08 22:38:51 mr_bones_ Exp $
+
+  08 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  crossfire-client-1.70.0.ebuild:
+  respect AR (bug #450934)
 
   08 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
   crossfire-client-1.70.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog
@ 2013-01-11 18:55 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-01-11 18:55 UTC (permalink / raw
  To: gentoo-commits

blueness    13/01/11 18:55:07

  Modified:             crossfire-client-1.70.0.ebuild ChangeLog
  Log:
  stable ppc, bug #450790, thanks vincent
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.6                  games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild

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

Index: crossfire-client-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crossfire-client-1.70.0.ebuild	8 Jan 2013 22:38:51 -0000	1.5
+++ crossfire-client-1.70.0.ebuild	11 Jan 2013 18:55:07 -0000	1.6
@@ -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-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.5 2013/01/08 22:38:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.6 2013/01/11 18:55:07 blueness Exp $
 
 EAPI=5
 inherit toolchain-funcs gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="alsa lua oss sdl"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.34                 games-roguelike/crossfire-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Jan 2013 22:38:51 -0000	1.33
+++ ChangeLog	11 Jan 2013 18:55:07 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.33 2013/01/08 22:38:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.34 2013/01/11 18:55:07 blueness Exp $
+
+  11 Jan 2013; Anthony G. Basile <blueness@gentoo.org>
+  crossfire-client-1.70.0.ebuild:
+  stable ppc, bug #450790, thanks vincent
 
   08 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
   crossfire-client-1.70.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog
@ 2013-01-13 11:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-13 11:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/13 11:38:41

  Modified:             crossfire-client-1.70.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #450790
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild

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

Index: crossfire-client-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crossfire-client-1.70.0.ebuild	11 Jan 2013 18:55:07 -0000	1.6
+++ crossfire-client-1.70.0.ebuild	13 Jan 2013 11:38:41 -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-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.6 2013/01/11 18:55:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.7 2013/01/13 11:38:41 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="alsa lua oss sdl"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )



1.35                 games-roguelike/crossfire-client/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	11 Jan 2013 18:55:07 -0000	1.34
+++ ChangeLog	13 Jan 2013 11:38:41 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/crossfire-client
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.34 2013/01/11 18:55:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.35 2013/01/13 11:38:41 ago Exp $
+
+  13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> crossfire-client-1.70.0.ebuild:
+  Stable for x86, wrt bug #450790
 
   11 Jan 2013; Anthony G. Basile <blueness@gentoo.org>
   crossfire-client-1.70.0.ebuild:





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

end of thread, other threads:[~2013-01-13 11:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 11:38 [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client: crossfire-client-1.70.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-11 18:55 Anthony G. Basile (blueness)
2013-01-08 22:38 Michael Sterrett (mr_bones_)
2013-01-08 21:43 Michael Sterrett (mr_bones_)
2013-01-08  7:54 Michael Sterrett (mr_bones_)
2012-07-30 21:43 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