public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/galaxyhack: ChangeLog galaxyhack-1.74.ebuild
@ 2007-11-10  0:47 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-11-10  0:47 UTC (permalink / raw
  To: gentoo-commits

tupone      07/11/10 00:47:18

  Modified:             ChangeLog
  Added:                galaxyhack-1.74.ebuild
  Log:
  Version bump to 1.74
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.5                  games-strategy/galaxyhack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Jun 2007 23:30:54 -0000	1.4
+++ ChangeLog	10 Nov 2007 00:47:17 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for games-strategy/galaxyhack
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.4 2007/06/13 23:30:54 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.5 2007/11/10 00:47:17 tupone Exp $
+
+*galaxyhack-1.74 (10 Nov 2007)
+
+  10 Nov 2007; Tupone Alfredo <tupone@gentoo.org>
+  +files/galaxyhack-1.74-boost.patch, +files/galaxyhack-1.74-destdirs.patch,
+  +galaxyhack-1.74.ebuild:
+  Version bump
 
   13 Jun 2007; Tristan Heaven <nyhm@gentoo.org>
   +files/galaxyhack-1.69-boost.patch, galaxyhack-1.69.ebuild:



1.1                  games-strategy/galaxyhack/galaxyhack-1.74.ebuild

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

Index: galaxyhack-1.74.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.1 2007/11/10 00:47:17 tupone Exp $

inherit eutils games

DESCRIPTION="Multiplayer AI script based strategy game."
HOMEPAGE="http://galaxyhack.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
	mirror://gentoo/${PN}.png"

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

DEPEND="media-libs/libsdl
	media-libs/sdl-image
	media-libs/sdl-mixer
	>=dev-libs/boost-1.34"

S=${WORKDIR}/${PN}/src

src_unpack() {
	unpack ${A}
	cd "${S}"
	edos2unix Makefile
	epatch \
		"${FILESDIR}"/${P}-destdirs.patch \
		"${FILESDIR}"/${P}-boost.patch
	sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
		Main.cpp \
		|| die "sed Main.cpp failed"
	sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
		../settings.dat \
		|| die "sed settings.dat failed"
	sed -i \
		-e "/^CXXFLAGS/s:-O3:${CXXFLAGS}:" \
		-e '/^LDFLAGS/s:=:+=:' \
		Makefile \
		|| die "sed Makefile failed"
}

src_install() {
	dogamesbin "${PN}" || die "dogamesbin failed"
	cd ..
	insinto "${GAMES_DATADIR}"/${PN}
	doins -r fleets gamedata graphics music standardpictures \
		settings.dat || die "doins failed"
	dodoc readme.txt
	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry ${PN} GalaxyHack
	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst
	elog "Settings will default to those found in"
	elog "${GAMES_DATADIR}/galaxyhack/settings.dat"
	elog "Per user settings can be specified by creating"
	elog "~/.galaxyhack/settings.dat"
	elog "Additional user submitted fleets can be downloaded from"
	elog "http://galaxyhack.sourceforge.net/viewfleets.php"
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-strategy/galaxyhack: ChangeLog galaxyhack-1.74.ebuild
@ 2009-02-11 21:35 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-02-11 21:35 UTC (permalink / raw
  To: gentoo-commits

tupone      09/02/11 21:35:08

  Modified:             ChangeLog galaxyhack-1.74.ebuild
  Log:
  Fix --as-needed bug #247490
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r3 i686)

Revision  Changes    Path
1.7                  games-strategy/galaxyhack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Aug 2008 05:18:06 -0000	1.6
+++ ChangeLog	11 Feb 2009 21:35:08 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/galaxyhack
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.6 2008/08/31 05:18:06 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.7 2009/02/11 21:35:08 tupone Exp $
+
+  11 Feb 2009; Tupone Alfredo <tupone@gentoo.org>
+  files/galaxyhack-1.74-destdirs.patch, +files/galaxyhack-1.74-gentoo.patch,
+  galaxyhack-1.74.ebuild:
+  Fix --as-needed bug #247490 by flameeyes@gentoo.org
 
   31 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org>
   +files/galaxyhack-1.74-gcc43.patch, galaxyhack-1.74.ebuild:



1.3                  games-strategy/galaxyhack/galaxyhack-1.74.ebuild

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

Index: galaxyhack-1.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- galaxyhack-1.74.ebuild	31 Aug 2008 05:18:06 -0000	1.2
+++ galaxyhack-1.74.ebuild	11 Feb 2009 21:35:08 -0000	1.3
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.2 2008/08/31 05:18:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.3 2009/02/11 21:35:08 tupone Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="Multiplayer AI script based strategy game."
@@ -21,25 +22,19 @@
 
 S=${WORKDIR}/${PN}/src
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	edos2unix Makefile
 	epatch \
 		"${FILESDIR}"/${P}-destdirs.patch \
 		"${FILESDIR}"/${P}-boost.patch \
-		"${FILESDIR}"/${P}-gcc43.patch
+		"${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-gentoo.patch
 	sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
 		Main.cpp \
 		|| die "sed Main.cpp failed"
 	sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
 		../settings.dat \
 		|| die "sed settings.dat failed"
-	sed -i \
-		-e "/^CXXFLAGS/s:-O3:${CXXFLAGS}:" \
-		-e '/^LDFLAGS/s:=:+=:' \
-		Makefile \
-		|| die "sed Makefile failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/galaxyhack: ChangeLog galaxyhack-1.74.ebuild
@ 2011-04-27  3:06 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-04-27  3:06 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/04/27 03:06:29

  Modified:             ChangeLog galaxyhack-1.74.ebuild
  Log:
  build with boost-1.46 (bug #362663)
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.8                  games-strategy/galaxyhack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	11 Feb 2009 21:35:08 -0000	1.7
+++ ChangeLog	27 Apr 2011 03:06:29 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/galaxyhack
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.7 2009/02/11 21:35:08 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.8 2011/04/27 03:06:29 mr_bones_ Exp $
+
+  27 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  galaxyhack-1.74.ebuild:
+  build with boost-1.46 (bug #362663)
 
   11 Feb 2009; Tupone Alfredo <tupone@gentoo.org>
   files/galaxyhack-1.74-destdirs.patch, +files/galaxyhack-1.74-gentoo.patch,



1.4                  games-strategy/galaxyhack/galaxyhack-1.74.ebuild

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

Index: galaxyhack-1.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- galaxyhack-1.74.ebuild	11 Feb 2009 21:35:08 -0000	1.3
+++ galaxyhack-1.74.ebuild	27 Apr 2011 03:06:29 -0000	1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.3 2009/02/11 21:35:08 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.4 2011/04/27 03:06:29 mr_bones_ Exp $
 
 EAPI=2
-inherit eutils games
+inherit eutils flag-o-matic games
 
 DESCRIPTION="Multiplayer AI script based strategy game."
 HOMEPAGE="http://galaxyhack.sourceforge.net/"
@@ -35,6 +35,7 @@
 	sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
 		../settings.dat \
 		|| die "sed settings.dat failed"
+	append-flags -DBOOST_FILESYSTEM_VERSION=2
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/galaxyhack: ChangeLog galaxyhack-1.74.ebuild
@ 2012-11-04 18:30 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-11-04 18:30 UTC (permalink / raw
  To: gentoo-commits

tupone      12/11/04 18:30:21

  Modified:             ChangeLog galaxyhack-1.74.ebuild
  Log:
  Build with boost-1.50 Bug #425606
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.10                 games-strategy/galaxyhack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	17 Jun 2011 12:35:23 -0000	1.9
+++ ChangeLog	4 Nov 2012 18:30:21 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/galaxyhack
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.9 2011/06/17 12:35:23 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.10 2012/11/04 18:30:21 tupone Exp $
+
+  04 Nov 2012; Tupone Alfredo <tupone@gentoo.org> galaxyhack-1.74.ebuild,
+  +files/galaxyhack-1.74-boost-1.50.patch:
+  Build with boost-1.50 Bug #425606 by Diego
 
   17 Jun 2011; Tupone Alfredo <tupone@gentoo.org> files/galaxyhack-1.74-gentoo.patch:
   Fix underlink. Bug #369041 by Diego Elio Pettenò



1.5                  games-strategy/galaxyhack/galaxyhack-1.74.ebuild

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

Index: galaxyhack-1.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- galaxyhack-1.74.ebuild	27 Apr 2011 03:06:29 -0000	1.4
+++ galaxyhack-1.74.ebuild	4 Nov 2012 18:30:21 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.4 2011/04/27 03:06:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.5 2012/11/04 18:30:21 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit eutils flag-o-matic games
 
 DESCRIPTION="Multiplayer AI script based strategy game."
@@ -28,6 +28,7 @@
 		"${FILESDIR}"/${P}-destdirs.patch \
 		"${FILESDIR}"/${P}-boost.patch \
 		"${FILESDIR}"/${P}-gcc43.patch \
+		"${FILESDIR}"/${P}-boost-1.50.patch \
 		"${FILESDIR}"/${P}-gentoo.patch
 	sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
 		Main.cpp \
@@ -35,15 +36,14 @@
 	sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
 		../settings.dat \
 		|| die "sed settings.dat failed"
-	append-flags -DBOOST_FILESYSTEM_VERSION=2
 }
 
 src_install() {
-	dogamesbin "${PN}" || die "dogamesbin failed"
+	dogamesbin "${PN}"
 	cd ..
 	insinto "${GAMES_DATADIR}"/${PN}
 	doins -r fleets gamedata graphics music standardpictures \
-		settings.dat || die "doins failed"
+		settings.dat
 	dodoc readme.txt
 	doicon "${DISTDIR}"/${PN}.png
 	make_desktop_entry ${PN} GalaxyHack





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

end of thread, other threads:[~2012-11-04 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 21:35 [gentoo-commits] gentoo-x86 commit in games-strategy/galaxyhack: ChangeLog galaxyhack-1.74.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-04 18:30 Alfredo Tupone (tupone)
2011-04-27  3:06 Michael Sterrett (mr_bones_)
2007-11-10  0:47 Alfredo Tupone (tupone)

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