public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: searchandrescue-1.0.0.ebuild ChangeLog
@ 2010-06-14 19:36 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-06-14 19:36 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/06/14 19:36:29

  Modified:             ChangeLog
  Added:                searchandrescue-1.0.0.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.22                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	27 Apr 2010 15:18:15 -0000	1.21
+++ ChangeLog	14 Jun 2010 19:36:29 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.21 2010/04/27 15:18:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.22 2010/06/14 19:36:29 mr_bones_ Exp $
+
+*searchandrescue-1.0.0 (14 Jun 2010)
+
+  14 Jun 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  +searchandrescue-1.0.0.ebuild:
+  version bump
 
   27 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   searchandrescue-0.8.4.ebuild:



1.1                  games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild

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

Index: searchandrescue-1.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v 1.1 2010/06/14 19:36:29 mr_bones_ Exp $

EAPI=2
inherit eutils toolchain-funcs games

MY_PN=SearchAndRescue
DESCRIPTION="Helicopter based air rescue flight simulator"
HOMEPAGE="http://searchandrescue.sourceforge.net/"
SRC_URI="mirror://sourceforge/searchandrescue/${MY_PN}-${PV}.tar.gz
	mirror://sourceforge/searchandrescue/${MY_PN}-data-${PV}.tar.gz"

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

RDEPEND="x11-libs/libXxf86vm
	x11-libs/libXmu
	x11-libs/libXi
	x11-libs/libXpm
	virtual/opengl
	virtual/glu
	media-libs/yiff
	joystick? ( media-libs/libjsw )"
DEPEND="${RDEPEND}
	x11-proto/xextproto
	x11-proto/xf86vidmodeproto"

S=${WORKDIR}/${PN}_${PV}

src_unpack() {
	unpack ${MY_PN}-${PV}.tar.gz
	mkdir data ; cd data
	unpack ${MY_PN}-data-${PV}.tar.gz
}

src_prepare() {
	sed -i \
		-e 's/make /$(MAKE) /' \
		Makefile \
		|| die "sed failed"
	bunzip2 sar/man/${MY_PN}.6.bz2
}

src_configure() {
	local myconf

	use joystick \
		&& myconf="--enable=libjsw" \
		|| myconf="--disable=libjsw"

	export CPP="$(tc-getCXX)"
	# NOTE: not an autoconf script
	./configure Linux \
		--prefix="${GAMES_PREFIX}" \
		${myconf} \
		|| die
}

src_install() {
	dogamesbin sar/${MY_PN} || die "dogamesbin failed"
	doman sar/man/${MY_PN}.6
	insinto /usr/share/icons/
	doins sar/icons/*.{ico,xpm}
	dodoc AUTHORS HACKING README
	newicon sar/icons/SearchAndRescue.xpm ${PN}.xpm
	cd "${WORKDIR}/data"
	dodir "${GAMES_DATADIR}/${PN}"
	cp -r * "${D}/${GAMES_DATADIR}/${PN}/" || die "cp failed"
	make_desktop_entry SearchAndRescue "SearchAndRescue" \
		/usr/share/pixmaps/${PN}.xpm
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: searchandrescue-1.0.0.ebuild ChangeLog
@ 2010-07-17 12:59 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-17 12:59 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/17 12:59:11

  Modified:             searchandrescue-1.0.0.ebuild ChangeLog
  Log:
  stable x86, bug 328337
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild

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

Index: searchandrescue-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- searchandrescue-1.0.0.ebuild	14 Jun 2010 19:36:29 -0000	1.1
+++ searchandrescue-1.0.0.ebuild	17 Jul 2010 12:59:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v 1.1 2010/06/14 19:36:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v 1.2 2010/07/17 12:59:11 fauli Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="joystick"
 
 RDEPEND="x11-libs/libXxf86vm



1.23                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	14 Jun 2010 19:36:29 -0000	1.22
+++ ChangeLog	17 Jul 2010 12:59:11 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.22 2010/06/14 19:36:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.23 2010/07/17 12:59:11 fauli Exp $
+
+  17 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  searchandrescue-1.0.0.ebuild:
+  stable x86, bug 328337
 
 *searchandrescue-1.0.0 (14 Jun 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: searchandrescue-1.0.0.ebuild ChangeLog
@ 2010-08-01 14:24 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-01 14:24 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/01 14:24:55

  Modified:             searchandrescue-1.0.0.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #328337
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild

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

Index: searchandrescue-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- searchandrescue-1.0.0.ebuild	17 Jul 2010 12:59:11 -0000	1.2
+++ searchandrescue-1.0.0.ebuild	1 Aug 2010 14:24:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v 1.2 2010/07/17 12:59:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.0.0.ebuild,v 1.3 2010/08/01 14:24:55 hwoarang Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs games
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="joystick"
 
 RDEPEND="x11-libs/libXxf86vm



1.24                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	17 Jul 2010 12:59:11 -0000	1.23
+++ ChangeLog	1 Aug 2010 14:24:55 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/searchandrescue
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.23 2010/07/17 12:59:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.24 2010/08/01 14:24:55 hwoarang Exp $
+
+  01 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  searchandrescue-1.0.0.ebuild:
+  Stable on amd64 wrt bug #328337
 
   17 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
   searchandrescue-1.0.0.ebuild:






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

end of thread, other threads:[~2010-08-01 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17 12:59 [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: searchandrescue-1.0.0.ebuild ChangeLog Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-01 14:24 Markos Chandras (hwoarang)
2010-06-14 19:36 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