public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.2.0.ebuild
@ 2011-03-09 18:02 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2011-03-09 18:02 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/03/09 18:02:00

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

Revision  Changes    Path
1.29                 games-simulation/searchandrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	8 Nov 2010 09:47:29 -0000	1.28
+++ ChangeLog	9 Mar 2011 18:02:00 -0000	1.29
@@ -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.28 2010/11/08 09:47:29 mr_bones_ Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.29 2011/03/09 18:02:00 mr_bones_ Exp $
+
+*searchandrescue-1.2.0 (09 Mar 2011)
+
+  09 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +searchandrescue-1.2.0.ebuild:
+  version bump
 
   08 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org>
   -searchandrescue-0.8.2-r1.ebuild,



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

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

Index: searchandrescue-1.2.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.2.0.ebuild,v 1.1 2011/03/09 18:02:00 mr_bones_ Exp $

EAPI=2
inherit eutils toolchain-funcs games

MY_DATA_PV=1.0.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/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() {
	sed -i \
		-e 's/@\$/$/' \
		-e 's/-o/$(LDFLAGS) -o/' \
		-e '/cpp/s/\$(CFLAGS)//' \
		-e '/LS/d' \
		sar/makefile_append.ini \
		|| die
}

src_configure() {
	export CPP="$(tc-getCXX)"
	export CPPFLAGS="${CXXFLAGS}"
	# NOTE: not an autoconf script
	./configure Linux \
		--prefix="${GAMES_PREFIX}" \
		--disable=libjsw \
		--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
	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] only message in thread

only message in thread, other threads:[~2011-03-09 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 18:02 [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue: ChangeLog searchandrescue-1.2.0.ebuild 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