diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-07 08:17:12 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-07 08:17:12 +0000 |
commit | 00ef7d248a6e4004a021f10ef75e3d1f1d18f7b9 (patch) | |
tree | 4e196d105e7c58e70f611bbfc3c23352547e9ebf /games-action/orbital-eunuchs-sniper | |
parent | stable x86; bug #150272 (diff) | |
download | gentoo-2-00ef7d248a6e4004a021f10ef75e3d1f1d18f7b9.tar.gz gentoo-2-00ef7d248a6e4004a021f10ef75e3d1f1d18f7b9.tar.bz2 gentoo-2-00ef7d248a6e4004a021f10ef75e3d1f1d18f7b9.zip |
Version bump
(Portage version: 2.1.2-r8)
Diffstat (limited to 'games-action/orbital-eunuchs-sniper')
5 files changed, 84 insertions, 4 deletions
diff --git a/games-action/orbital-eunuchs-sniper/ChangeLog b/games-action/orbital-eunuchs-sniper/ChangeLog index f2e9423200cd..0c0d908e45f8 100644 --- a/games-action/orbital-eunuchs-sniper/ChangeLog +++ b/games-action/orbital-eunuchs-sniper/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-action/orbital-eunuchs-sniper -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/ChangeLog,v 1.8 2006/04/21 19:40:39 tupone Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/ChangeLog,v 1.9 2007/02/07 08:17:12 nyhm Exp $ + +*orbital-eunuchs-sniper-1.30 (07 Feb 2007) + + 07 Feb 2007; Tristan Heaven <nyhm@gentoo.org> + +files/orbital-eunuchs-sniper-1.30-datadir.patch, + +orbital-eunuchs-sniper-1.30.ebuild: + Version bump 21 Apr 2006; <Tupone@gentoo.org> +files/orbital-eunuchs-sniper-1.29-gcc41.patch, diff --git a/games-action/orbital-eunuchs-sniper/files/digest-orbital-eunuchs-sniper-1.30 b/games-action/orbital-eunuchs-sniper/files/digest-orbital-eunuchs-sniper-1.30 new file mode 100644 index 000000000000..228cee85f6c6 --- /dev/null +++ b/games-action/orbital-eunuchs-sniper/files/digest-orbital-eunuchs-sniper-1.30 @@ -0,0 +1,3 @@ +MD5 8b71cdfd835eeab1d974ca0e32f3e9d6 orbital_eunuchs_sniper-1.30.tar.gz 4056847 +RMD160 6014dbdb5567054763349226c46412ac665761aa orbital_eunuchs_sniper-1.30.tar.gz 4056847 +SHA256 4c9c909183d27309cb967f64fef13f8c69f1c9a9d559bffb87045d21059ee70a orbital_eunuchs_sniper-1.30.tar.gz 4056847 diff --git a/games-action/orbital-eunuchs-sniper/files/orbital-eunuchs-sniper-1.30-datadir.patch b/games-action/orbital-eunuchs-sniper/files/orbital-eunuchs-sniper-1.30-datadir.patch new file mode 100644 index 000000000000..090fb601d4c4 --- /dev/null +++ b/games-action/orbital-eunuchs-sniper/files/orbital-eunuchs-sniper-1.30-datadir.patch @@ -0,0 +1,36 @@ +--- configure.ac ++++ configure.ac +@@ -64,14 +64,12 @@ + ,dnl default action of assigning shell value + with_games_dir="${runtime_datadir}/games" + ) +-AC_SUBST(datadir,"${with_games_dir}") + AC_DEFINE_UNQUOTED([GAMEDATADIR], "${datadir}/$PACKAGE_NAME", + [Game data directory]) + + + #These should be automagically determined somehow. + #CPU Instruction Set. Should be automagic. +-AC_SUBST(CPU_IS,`uname -m`) + + + echo $ac_n "ordering crap from http://www.amazon.com/gp/registry/296ST2NHEBO0Z" 1>&6 +--- src/Makefile.am ++++ src/Makefile.am +@@ -1,6 +1,4 @@ +-pkgdata_PROGRAMS = snipe2d.@CPU_IS@.dynamic snipe2d.@CPU_IS@.static +-BUILT_SOURCES = snipe2d +-bin_SCRIPTS = snipe2d ++bin_PROGRAMS = snipe2d + snipe2d_common = \ + ai.cpp \ + binds.cpp \ +@@ -28,7 +26,7 @@ + sexpr/io.c \ + sexpr/parser.c + +-snipe2d_@CPU_IS@_dynamic_SOURCES = $(snipe2d_common) ++snipe2d_SOURCES = $(snipe2d_common) + + #snipe2d_@CPU_IS@_static_LDFLAGS = -static + snipe2d_@CPU_IS@_static_SOURCES = $(snipe2d_common) diff --git a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.29.ebuild b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.29.ebuild index c8383c6b0662..f9ac7e7b77b6 100644 --- a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.29.ebuild +++ b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.29.ebuild,v 1.10 2006/04/21 19:40:39 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.29.ebuild,v 1.11 2007/02/07 08:17:12 nyhm Exp $ inherit eutils games diff --git a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild new file mode 100644 index 000000000000..57f2663cfcd9 --- /dev/null +++ b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild,v 1.1 2007/02/07 08:17:12 nyhm Exp $ + +inherit autotools eutils games + +MY_P=${PN//-/_}-${PV} +DESCRIPTION="Snipe terrorists from your orbital base" +HOMEPAGE="http://icculus.org/oes/" +SRC_URI="http://filesingularity.timedoctor.org/${MY_P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer + media-libs/sdl-image" + +S=${WORKDIR}/${MY_P} + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-datadir.patch + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog readme.txt README TODO + prepgamesdirs +} |