* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.4.0.ebuild
@ 2011-08-14 22:18 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-08-14 22:18 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 11/08/14 22:18:55
Modified: ChangeLog
Added: searchandrescue-1.4.0.ebuild
Log:
version bump
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.33 games-simulation/searchandrescue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 26 May 2011 21:23:20 -0000 1.32
+++ ChangeLog 14 Aug 2011 22:18:55 -0000 1.33
@@ -1,6 +1,12 @@
# ChangeLog for games-simulation/searchandrescue
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.32 2011/05/26 21:23:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.33 2011/08/14 22:18:55 mr_bones_ Exp $
+
+*searchandrescue-1.4.0 (14 Aug 2011)
+
+ 14 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org>
+ +searchandrescue-1.4.0.ebuild, +files/searchandrescue-1.4.0-build.patch:
+ version bump
26 May 2011; Markus Meier <maekke@gentoo.org> searchandrescue-1.3.0.ebuild:
x86 stable, bug #366401
1.1 games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?rev=1.1&content-type=text/plain
Index: searchandrescue-1.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v 1.1 2011/08/14 22:18:55 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic toolchain-funcs games
MY_DATA_PV=1.3.0
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-${MY_DATA_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="x11-libs/libXxf86vm
x11-libs/libSM
x11-libs/libICE
x11-libs/libXmu
x11-libs/libXi
x11-libs/libXpm
virtual/opengl
virtual/glu
media-libs/libsdl
media-libs/sdl-mixer"
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-${MY_DATA_PV}.tar.gz
bunzip2 "${S}"/sar/man/${MY_PN}.6.bz2 || die
}
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
}
src_configure() {
append-flags -DNEW_GRAPHICS -DHAVE_SDL_MIXER
export CPP="$(tc-getCXX)"
export CPPFLAGS="${CXXFLAGS}"
# NOTE: not an autoconf script
./configure Linux \
--prefix="${GAMES_PREFIX}" \
--disable=Y2 \
|| die
sed -i -e 's/@\$/$/' sar/Makefile || die
}
src_compile() {
emake -C sar || die
}
src_install() {
dogamesbin sar/${MY_PN} || die "dogamesbin failed"
doman sar/man/${MY_PN}.6
dodoc AUTHORS HACKING README
doicon sar/icons/SearchAndRescue.xpm
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] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.4.0.ebuild
@ 2011-10-08 16:35 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-08 16:35 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/10/08 16:35:37
Modified: ChangeLog searchandrescue-1.4.0.ebuild
Log:
x86 stable wrt bug #385909
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.34 games-simulation/searchandrescue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 14 Aug 2011 22:18:55 -0000 1.33
+++ ChangeLog 8 Oct 2011 16:35:37 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/searchandrescue
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.33 2011/08/14 22:18:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.34 2011/10/08 16:35:37 phajdan.jr Exp $
+
+ 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ searchandrescue-1.4.0.ebuild:
+ x86 stable wrt bug #385909
*searchandrescue-1.4.0 (14 Aug 2011)
1.2 games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?r1=1.1&r2=1.2
Index: searchandrescue-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- searchandrescue-1.4.0.ebuild 14 Aug 2011 22:18:55 -0000 1.1
+++ searchandrescue-1.4.0.ebuild 8 Oct 2011 16:35:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v 1.1 2011/08/14 22:18:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v 1.2 2011/10/08 16:35:37 phajdan.jr Exp $
EAPI=2
inherit eutils flag-o-matic toolchain-funcs games
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND="x11-libs/libXxf86vm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.4.0.ebuild
@ 2011-10-09 15:39 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-09 15:39 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/10/09 15:39:17
Modified: ChangeLog searchandrescue-1.4.0.ebuild
Log:
Stable on amd64 wrt bug #385909
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Revision Changes Path
1.35 games-simulation/searchandrescue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 8 Oct 2011 16:35:37 -0000 1.34
+++ ChangeLog 9 Oct 2011 15:39:17 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/searchandrescue
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.34 2011/10/08 16:35:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.35 2011/10/09 15:39:17 hwoarang Exp $
+
+ 09 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
+ searchandrescue-1.4.0.ebuild:
+ Stable on amd64 wrt bug #385909
08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
searchandrescue-1.4.0.ebuild:
1.3 games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild?r1=1.2&r2=1.3
Index: searchandrescue-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- searchandrescue-1.4.0.ebuild 8 Oct 2011 16:35:37 -0000 1.2
+++ searchandrescue-1.4.0.ebuild 9 Oct 2011 15:39:17 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v 1.2 2011/10/08 16:35:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.4.0.ebuild,v 1.3 2011/10/09 15:39:17 hwoarang Exp $
EAPI=2
inherit eutils flag-o-matic toolchain-funcs games
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="x11-libs/libXxf86vm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.4.0.ebuild
@ 2014-02-08 16:02 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-02-08 16:02 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/02/08 16:02:11
Modified: ChangeLog
Removed: searchandrescue-1.4.0.ebuild
Log:
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.41 games-simulation/searchandrescue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/searchandrescue/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 24 Dec 2013 12:51:37 -0000 1.40
+++ ChangeLog 8 Feb 2014 16:02:11 -0000 1.41
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/searchandrescue
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.40 2013/12/24 12:51:37 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.41 2014/02/08 16:02:11 mr_bones_ Exp $
+
+ 08 Feb 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/searchandrescue-1.4.0-build.patch, -searchandrescue-1.4.0.ebuild:
+ old
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> searchandrescue-1.5.0.ebuild:
Stable for x86, wrt bug #485126
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-08 16:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 15:39 [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.4.0.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2014-02-08 16:02 Michael Sterrett (mr_bones_)
2011-10-08 16:35 PaweA Hajdan (phajdan.jr)
2011-08-14 22:18 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