public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog
@ 2012-03-12 19:44 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-03-12 19:44 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/03/12 19:44:08

  Modified:             ChangeLog
  Added:                crossfire-server-1.60.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.20                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Oct 2011 14:40:21 -0000	1.19
+++ ChangeLog	12 Mar 2012 19:44:08 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for games-server/crossfire-server
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.19 2011/10/10 14:40:21 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.20 2012/03/12 19:44:08 mr_bones_ Exp $
+
+*crossfire-server-1.60.0 (12 Mar 2012)
+
+  12 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org>
+  +crossfire-server-1.60.0.ebuild, +files/crossfire-server-1.60.0-curl.patch:
+  version bump
 
   10 Oct 2011; Tupone Alfredo <tupone@gentoo.org>
   crossfire-server-1.11.0.ebuild, +files/crossfire-server-1.11.0-curl.patch:



1.1                  games-server/crossfire-server/crossfire-server-1.60.0.ebuild

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

Index: crossfire-server-1.60.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.1 2012/03/12 19:44:08 mr_bones_ Exp $

EAPI=2
inherit eutils autotools games

MY_P="${P/-server/}"
DESCRIPTION="server for the crossfire clients"
HOMEPAGE="http://crossfire.real-time.com/"
SRC_URI="mirror://sourceforge/crossfire/${MY_P}.tar.gz
	mirror://sourceforge/crossfire/crossfire-${PV}.maps.tar.gz"

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

DEPEND="
	net-misc/curl
	X? (
		x11-libs/libXaw
		media-libs/libpng )"

S=${WORKDIR}/${MY_P}

src_prepare() {
	rm -f "${WORKDIR}"/maps/Info/combine.pl # bug #236205
	epatch "${FILESDIR}"/${P}-curl.patch
}

src_install() {
	emake DESTDIR="${D}" install || die
	keepdir "${GAMES_STATEDIR}"/crossfire/{datafiles,maps,players,template-maps,unique-items}
	dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO
	insinto "${GAMES_DATADIR}/crossfire"
	doins -r "${WORKDIR}/maps" || die
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog
@ 2012-04-23 19:17 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-04-23 19:17 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/04/23 19:17:01

  Modified:             crossfire-server-1.60.0.ebuild ChangeLog
  Log:
  restrict tests since they try to read the installed location for datafiles (bug #413109)
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-server/crossfire-server/crossfire-server-1.60.0.ebuild

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

Index: crossfire-server-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossfire-server-1.60.0.ebuild	12 Mar 2012 19:44:08 -0000	1.1
+++ crossfire-server-1.60.0.ebuild	23 Apr 2012 19:17:01 -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-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.1 2012/03/12 19:44:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.2 2012/04/23 19:17:01 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -15,9 +15,9 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="X"
+RESTRICT="test"
 
-DEPEND="
-	net-misc/curl
+DEPEND="net-misc/curl
 	X? (
 		x11-libs/libXaw
 		media-libs/libpng )"



1.21                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	12 Mar 2012 19:44:08 -0000	1.20
+++ ChangeLog	23 Apr 2012 19:17:01 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for games-server/crossfire-server
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.20 2012/03/12 19:44:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.21 2012/04/23 19:17:01 mr_bones_ Exp $
+
+  23 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org>
+  crossfire-server-1.60.0.ebuild:
+  restrict tests since they try to read the installed location for datafiles
+  (bug #413109)
 
 *crossfire-server-1.60.0 (12 Mar 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog
@ 2012-04-26 19:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-26 19:25 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/26 19:25:57

  Modified:             crossfire-server-1.60.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #412669
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-server/crossfire-server/crossfire-server-1.60.0.ebuild

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

Index: crossfire-server-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crossfire-server-1.60.0.ebuild	23 Apr 2012 19:17:01 -0000	1.2
+++ crossfire-server-1.60.0.ebuild	26 Apr 2012 19:25:57 -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-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.2 2012/04/23 19:17:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.3 2012/04/26 19:25:57 ago Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="X"
 RESTRICT="test"
 



1.22                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	23 Apr 2012 19:17:01 -0000	1.21
+++ ChangeLog	26 Apr 2012 19:25:57 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/crossfire-server
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.21 2012/04/23 19:17:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.22 2012/04/26 19:25:57 ago Exp $
+
+  26 Apr 2012; Agostino Sarubbo <ago@gentoo.org>
+  crossfire-server-1.60.0.ebuild:
+  Stable for amd64, wrt bug #412669
 
   23 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org>
   crossfire-server-1.60.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog
@ 2012-05-05  7:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2012-05-05  7:53 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/05 07:53:17

  Modified:             crossfire-server-1.60.0.ebuild ChangeLog
  Log:
  Drop unused autotools.eclass inherit.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-server/crossfire-server/crossfire-server-1.60.0.ebuild

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

Index: crossfire-server-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crossfire-server-1.60.0.ebuild	26 Apr 2012 19:25:57 -0000	1.3
+++ crossfire-server-1.60.0.ebuild	5 May 2012 07:53:17 -0000	1.4
@@ -1,9 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.3 2012/04/26 19:25:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.4 2012/05/05 07:53:17 vapier Exp $
 
-EAPI=2
-inherit eutils autotools games
+EAPI="2"
+
+inherit eutils games
 
 MY_P="${P/-server/}"
 DESCRIPTION="server for the crossfire clients"
@@ -20,7 +21,9 @@
 DEPEND="net-misc/curl
 	X? (
 		x11-libs/libXaw
-		media-libs/libpng )"
+		media-libs/libpng
+	)"
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
 



1.23                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	26 Apr 2012 19:25:57 -0000	1.22
+++ ChangeLog	5 May 2012 07:53:17 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/crossfire-server
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.22 2012/04/26 19:25:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.23 2012/05/05 07:53:17 vapier Exp $
+
+  05 May 2012; Mike Frysinger <vapier@gentoo.org>
+  crossfire-server-1.60.0.ebuild:
+  Drop unused autotools.eclass inherit.
 
   26 Apr 2012; Agostino Sarubbo <ago@gentoo.org>
   crossfire-server-1.60.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog
@ 2012-05-21 12:29 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-05-21 12:29 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/05/21 12:29:44

  Modified:             crossfire-server-1.60.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #412669
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-server/crossfire-server/crossfire-server-1.60.0.ebuild

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

Index: crossfire-server-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crossfire-server-1.60.0.ebuild	5 May 2012 07:53:17 -0000	1.4
+++ crossfire-server-1.60.0.ebuild	21 May 2012 12:29:43 -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-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.4 2012/05/05 07:53:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.5 2012/05/21 12:29:43 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X"
 RESTRICT="test"
 



1.24                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 May 2012 07:53:17 -0000	1.23
+++ ChangeLog	21 May 2012 12:29:43 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/crossfire-server
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.23 2012/05/05 07:53:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.24 2012/05/21 12:29:43 phajdan.jr Exp $
+
+  21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  crossfire-server-1.60.0.ebuild:
+  x86 stable wrt bug #412669
 
   05 May 2012; Mike Frysinger <vapier@gentoo.org>
   crossfire-server-1.60.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog
@ 2012-05-29 19:18 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-05-29 19:18 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/29 19:18:01

  Modified:             crossfire-server-1.60.0.ebuild ChangeLog
  Log:
  Marking crossfire-server-1.60.0 ppc for bug 412669
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  games-server/crossfire-server/crossfire-server-1.60.0.ebuild

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

Index: crossfire-server-1.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crossfire-server-1.60.0.ebuild	21 May 2012 12:29:43 -0000	1.5
+++ crossfire-server-1.60.0.ebuild	29 May 2012 19:18:01 -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-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.5 2012/05/21 12:29:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.60.0.ebuild,v 1.6 2012/05/29 19:18:01 ranger Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="X"
 RESTRICT="test"
 



1.25                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	21 May 2012 12:29:43 -0000	1.24
+++ ChangeLog	29 May 2012 19:18:01 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-server/crossfire-server
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.24 2012/05/21 12:29:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.25 2012/05/29 19:18:01 ranger Exp $
+
+  29 May 2012; Brent Baude <ranger@gentoo.org> crossfire-server-1.60.0.ebuild:
+  Marking crossfire-server-1.60.0 ppc for bug 412669
 
   21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   crossfire-server-1.60.0.ebuild:






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

end of thread, other threads:[~2012-05-29 19:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  7:53 [gentoo-commits] gentoo-x86 commit in games-server/crossfire-server: crossfire-server-1.60.0.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-29 19:18 Brent Baude (ranger)
2012-05-21 12:29 PaweA Hajdan (phajdan.jr)
2012-04-26 19:25 Agostino Sarubbo (ago)
2012-04-23 19:17 Michael Sterrett (mr_bones_)
2012-03-12 19:44 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