public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
@ 2009-07-06  7:13 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-06  7:13 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/07/06 07:13:26

  Modified:             ChangeLog
  Added:                wesnoth-1.6.4.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.152                games-strategy/wesnoth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	22 Jun 2009 22:41:09 -0000	1.151
+++ ChangeLog	6 Jul 2009 07:13:26 -0000	1.152
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.151 2009/06/22 22:41:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.152 2009/07/06 07:13:26 mr_bones_ Exp $
+
+*wesnoth-1.6.4 (06 Jul 2009)
+
+  06 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +wesnoth-1.6.4.ebuild:
+  version bump
 
 *wesnoth-1.6.3 (22 Jun 2009)
 



1.1                  games-strategy/wesnoth/wesnoth-1.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.1&content-type=text/plain

Index: wesnoth-1.6.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.1 2009/07/06 07:13:26 mr_bones_ Exp $

EAPI=2
inherit cmake-utils eutils toolchain-funcs flag-o-matic games

DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
HOMEPAGE="http://www.wesnoth.org/"
SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="dedicated nls server tinygui"

RDEPEND=">=media-libs/libsdl-1.2.7[X]
	media-libs/sdl-net
	>=media-libs/sdl-ttf-2.0.8
	>=media-libs/sdl-mixer-1.2[vorbis]
	>=media-libs/sdl-image-1.2[jpeg,png]
	dev-libs/boost
	sys-libs/zlib
	x11-libs/pango
	media-libs/fontconfig
	virtual/libintl"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	!dedicated? (
		tinygui? ( media-gfx/imagemagick[jpeg,png] )
	)
	nls? ( sys-devel/gettext )"

src_prepare() {
	if use dedicated || use server ; then
		sed \
			-e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
			-e "s:GAMES_STATEDIR:${GAMES_STATEDIR}:" \
			-e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
			-e "s/GAMES_GROUP/${GAMES_GROUP}/" "${FILESDIR}"/wesnothd.rc \
			> "${T}"/wesnothd \
			|| die "sed failed"
	fi
}

src_configure() {
	filter-flags -ftracer -fomit-frame-pointer
	if [[ $(gcc-major-version) -eq 3 ]] ; then
		filter-flags -fstack-protector
		append-flags -fno-stack-protector
	fi
	if use dedicated || use server ; then
		mycmakeargs="${mycmakeargs}
			-DENABLE_CAMPAIGN_SERVER=TRUE
			-DENABLE_SERVER=TRUE
			-DSERVER_UID=${GAMES_USER_DED}
			-DSERVER_GID=${GAMES_GROUP}
			-DFIFO_DIR=${GAMES_STATEDIR}/run/wesnothd"
	else
		mycmakeargs="${mycmakeargs}
			-DENABLE_CAMPAIGN_SERVER=FALSE
			-DENABLE_SERVER=FALSE"
	fi
	mycmakeargs="
		${mycmakeargs}
		$(cmake-utils_use_enable !dedicated GAME)
		$(cmake-utils_use_enable !dedicated ENABLE_DESKTOP_ENTRY)
		$(cmake-utils_use_enable nls NLS)
		-DGUI=$(use tinygui && echo tiny || echo normal)
		-DENABLE_FRIBIDI=FALSE
		-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
		-DPREFERENCES_DIR=.wesnoth
		-DDATAROOTDIR=${GAMES_DATADIR}
		-DBINDIR=${GAMES_BINDIR}
		-DICONDIR=/usr/share/pixmaps
		-DDESKTOPDIR=/usr/share/applications
		-DMANDIR=/usr/share/man
		-DDOCDIR=/usr/share/doc/${PF}"
	cmake-utils_src_configure
}

src_compile() {
	cmake-utils_src_compile
}

src_install() {
	DOCS="README changelog players_changelog" cmake-utils_src_install
	if use dedicated || use server; then
		keepdir "${GAMES_STATEDIR}/run/wesnothd"
		doinitd "${T}"/wesnothd || die "doinitd failed"
	fi
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
@ 2009-08-02  0:36 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-08-02  0:36 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/08/02 00:36:20

  Modified:             wesnoth-1.6.4.ebuild ChangeLog
  Log:
  Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett <mr_bones_@gentoo.org> in bug #278981. Played first tutorial on a dual hex-core Opteron with USE="nls -dedicated -server -tinygui". Quoted two variables.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-strategy/wesnoth/wesnoth-1.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?r1=1.1&r2=1.2

Index: wesnoth-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wesnoth-1.6.4.ebuild	6 Jul 2009 07:13:26 -0000	1.1
+++ wesnoth-1.6.4.ebuild	2 Aug 2009 00:36:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.1 2009/07/06 07:13:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.2 2009/08/02 00:36:19 chainsaw Exp $
 
 EAPI=2
 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="dedicated nls server tinygui"
 
 RDEPEND=">=media-libs/libsdl-1.2.7[X]
@@ -70,8 +70,8 @@
 		-DENABLE_FRIBIDI=FALSE
 		-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
 		-DPREFERENCES_DIR=.wesnoth
-		-DDATAROOTDIR=${GAMES_DATADIR}
-		-DBINDIR=${GAMES_BINDIR}
+		-DDATAROOTDIR="${GAMES_DATADIR}"
+		-DBINDIR="${GAMES_BINDIR}"
 		-DICONDIR=/usr/share/pixmaps
 		-DDESKTOPDIR=/usr/share/applications
 		-DMANDIR=/usr/share/man



1.153                games-strategy/wesnoth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	6 Jul 2009 07:13:26 -0000	1.152
+++ ChangeLog	2 Aug 2009 00:36:19 -0000	1.153
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.152 2009/07/06 07:13:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.153 2009/08/02 00:36:19 chainsaw Exp $
+
+  02 Aug 2009; <chainsaw@gentoo.org> wesnoth-1.6.4.ebuild:
+  Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett
+  <mr_bones_@gentoo.org> in bug #278981. Played first tutorial on a dual
+  hex-core Opteron with USE="nls -dedicated -server -tinygui". Quoted two
+  variables.
 
 *wesnoth-1.6.4 (06 Jul 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
@ 2009-08-02 15:32 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-08-02 15:32 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/02 15:32:24

  Modified:             wesnoth-1.6.4.ebuild ChangeLog
  Log:
  x86 stable, bug #278981
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-strategy/wesnoth/wesnoth-1.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?r1=1.3&r2=1.4

Index: wesnoth-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wesnoth-1.6.4.ebuild	2 Aug 2009 01:35:11 -0000	1.3
+++ wesnoth-1.6.4.ebuild	2 Aug 2009 15:32:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.3 2009/08/02 01:35:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.4 2009/08/02 15:32:24 maekke Exp $
 
 EAPI=2
 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="dedicated nls server tinygui"
 
 RDEPEND=">=media-libs/libsdl-1.2.7[X]



1.154                games-strategy/wesnoth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	2 Aug 2009 00:36:19 -0000	1.153
+++ ChangeLog	2 Aug 2009 15:32:24 -0000	1.154
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.153 2009/08/02 00:36:19 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.154 2009/08/02 15:32:24 maekke Exp $
+
+  02 Aug 2009; Markus Meier <maekke@gentoo.org> wesnoth-1.6.4.ebuild:
+  x86 stable, bug #278981
 
   02 Aug 2009; <chainsaw@gentoo.org> wesnoth-1.6.4.ebuild:
   Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
@ 2009-08-26 16:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-08-26 16:47 UTC (permalink / raw
  To: gentoo-commits

armin76     09/08/26 16:47:25

  Modified:             wesnoth-1.6.4.ebuild ChangeLog
  Log:
  sparc stable wrt #278981
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.5                  games-strategy/wesnoth/wesnoth-1.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?r1=1.4&r2=1.5

Index: wesnoth-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wesnoth-1.6.4.ebuild	2 Aug 2009 15:32:24 -0000	1.4
+++ wesnoth-1.6.4.ebuild	26 Aug 2009 16:47:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.4 2009/08/02 15:32:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.5 2009/08/26 16:47:25 armin76 Exp $
 
 EAPI=2
 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="dedicated nls server tinygui"
 
 RDEPEND=">=media-libs/libsdl-1.2.7[X]



1.155                games-strategy/wesnoth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	2 Aug 2009 15:32:24 -0000	1.154
+++ ChangeLog	26 Aug 2009 16:47:25 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.154 2009/08/02 15:32:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.155 2009/08/26 16:47:25 armin76 Exp $
+
+  26 Aug 2009; Raúl Porcel <armin76@gentoo.org> wesnoth-1.6.4.ebuild:
+  sparc stable wrt #278981
 
   02 Aug 2009; Markus Meier <maekke@gentoo.org> wesnoth-1.6.4.ebuild:
   x86 stable, bug #278981






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
@ 2009-09-26 22:36 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-09-26 22:36 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/26 22:36:37

  Modified:             wesnoth-1.6.4.ebuild ChangeLog
  Log:
  Marking wesnoth-1.6.4 ppc64 for bug 278981
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  games-strategy/wesnoth/wesnoth-1.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?r1=1.5&r2=1.6

Index: wesnoth-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wesnoth-1.6.4.ebuild	26 Aug 2009 16:47:25 -0000	1.5
+++ wesnoth-1.6.4.ebuild	26 Sep 2009 22:36:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.5 2009/08/26 16:47:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.6 2009/09/26 22:36:36 ranger Exp $
 
 EAPI=2
 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="dedicated nls server tinygui"
 
 RDEPEND=">=media-libs/libsdl-1.2.7[X]



1.157                games-strategy/wesnoth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	7 Sep 2009 05:10:50 -0000	1.156
+++ ChangeLog	26 Sep 2009 22:36:36 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.156 2009/09/07 05:10:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.157 2009/09/26 22:36:36 ranger Exp $
+
+  26 Sep 2009; Brent Baude <ranger@gentoo.org> wesnoth-1.6.4.ebuild:
+  Marking wesnoth-1.6.4 ppc64 for bug 278981
 
 *wesnoth-1.6.5 (07 Sep 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog
@ 2009-10-03  4:10 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2009-10-03  4:10 UTC (permalink / raw
  To: gentoo-commits

josejx      09/10/03 04:10:34

  Modified:             wesnoth-1.6.4.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #278981.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-strategy/wesnoth/wesnoth-1.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild?r1=1.6&r2=1.7

Index: wesnoth-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wesnoth-1.6.4.ebuild	26 Sep 2009 22:36:36 -0000	1.6
+++ wesnoth-1.6.4.ebuild	3 Oct 2009 04:10:34 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.6 2009/09/26 22:36:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.7 2009/10/03 04:10:34 josejx Exp $
 
 EAPI=2
 inherit cmake-utils eutils toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="dedicated nls server tinygui"
 
 RDEPEND=">=media-libs/libsdl-1.2.7[X]



1.158                games-strategy/wesnoth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wesnoth/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	26 Sep 2009 22:36:36 -0000	1.157
+++ ChangeLog	3 Oct 2009 04:10:34 -0000	1.158
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.157 2009/09/26 22:36:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.158 2009/10/03 04:10:34 josejx Exp $
+
+  03 Oct 2009; Joseph Jezak <josejx@gentoo.org> wesnoth-1.6.4.ebuild:
+  Marked ppc stable for bug #278981.
 
   26 Sep 2009; Brent Baude <ranger@gentoo.org> wesnoth-1.6.4.ebuild:
   Marking wesnoth-1.6.4 ppc64 for bug 278981






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

end of thread, other threads:[~2009-10-03  4:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-26 22:36 [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.6.4.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-03  4:10 Joseph Jezak (josejx)
2009-08-26 16:47 Raul Porcel (armin76)
2009-08-02 15:32 Markus Meier (maekke)
2009-08-02  0:36 Tony Vroon (chainsaw)
2009-07-06  7:13 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