summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-18 20:04:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-18 20:04:46 +0000
commit1ab0ad3da986d544df5d915c737280ea74b1de9c (patch)
tree23ad91e7ecb42321a8ff5e0e21f37e2d7d9e1c99 /games-strategy
parentStable on ppc64; bug #119440 (diff)
downloadhistorical-1ab0ad3da986d544df5d915c737280ea74b1de9c.tar.gz
historical-1ab0ad3da986d544df5d915c737280ea74b1de9c.tar.bz2
historical-1ab0ad3da986d544df5d915c737280ea74b1de9c.zip
old
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glest/Manifest9
-rw-r--r--games-strategy/glest/files/digest-glest-1.1.05
-rw-r--r--games-strategy/glest/files/glest-1.1.0-fake-checkGlCaps.patch10
-rw-r--r--games-strategy/glest/glest-1.1.0.ebuild88
4 files changed, 3 insertions, 109 deletions
diff --git a/games-strategy/glest/Manifest b/games-strategy/glest/Manifest
index 2cd3143bafaa..b1b6c8892d4a 100644
--- a/games-strategy/glest/Manifest
+++ b/games-strategy/glest/Manifest
@@ -1,8 +1,5 @@
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 842b20ea2ea3654138f6cdc9a0dfab45 glest-1.2.1.2.ebuild 2649
MD5 9851b926b3d0cf2e8392244cf74df154 ChangeLog 1403
-MD5 61f8be88e160a236535d51d7fff8d1da glest-1.1.0.ebuild 2381
-MD5 34b0cb001c745a9991f7168d297c0e45 files/glest 488
-MD5 db5c350e24bf74413a314d023e375ce3 files/glest-1.1.0-fake-checkGlCaps.patch 322
-MD5 91226a67fca5c8d33e0b6c9e70984a21 files/digest-glest-1.1.0 298
MD5 fece815f8c0a8e8641301a3ee504a8ae files/digest-glest-1.2.1.2 312
+MD5 34b0cb001c745a9991f7168d297c0e45 files/glest 488
+MD5 842b20ea2ea3654138f6cdc9a0dfab45 glest-1.2.1.2.ebuild 2649
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
diff --git a/games-strategy/glest/files/digest-glest-1.1.0 b/games-strategy/glest/files/digest-glest-1.1.0
deleted file mode 100644
index e40751587cda..000000000000
--- a/games-strategy/glest/files/digest-glest-1.1.0
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 f549d496789d4a54166a7c386232069e glest-source-1.1.0.tar.bz2 327080
-MD5 bbf40de52ad412b1e36fc3bc1f6822fc glest_data_v1.1.0.zip 47949129
-MD5 4bfe6d6fa50c30f881376b85b53f1a0b german.lng 3573
-MD5 902eaa96b6ee22f50b342367ccb63b19 russian.lng 3519
-MD5 cbd43da7628d87d37d505b620ba2a99e dansk.lng 3423
diff --git a/games-strategy/glest/files/glest-1.1.0-fake-checkGlCaps.patch b/games-strategy/glest/files/glest-1.1.0-fake-checkGlCaps.patch
deleted file mode 100644
index 9092f3a8d053..000000000000
--- a/games-strategy/glest/files/glest-1.1.0-fake-checkGlCaps.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- glest_game/renderer.cpp
-+++ glest_game/renderer.cpp
-@@ -2393,6 +2393,7 @@
-
- void Renderer::checkGlCaps(){
-
-+return;
- //opengl 1.3
- if(!isGlVersionSupported(1, 3, 0)){
- throw runtime_error("Your system doesn't support OpenGL version 1.3\nYou may solve this problem by installing your latest video card drivers");
diff --git a/games-strategy/glest/glest-1.1.0.ebuild b/games-strategy/glest/glest-1.1.0.ebuild
deleted file mode 100644
index 005b652c2098..000000000000
--- a/games-strategy/glest/glest-1.1.0.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-1.1.0.ebuild,v 1.2 2005/09/17 20:03:52 mr_bones_ Exp $
-
-inherit eutils games
-
-DATAVERSION="${PV/_p?/}"
-SOURCEVERSION="${PV/_p/-r}"
-DESCRIPTION="Cross-platform 3D realtime strategy game"
-HOMEPAGE="http://www.glest.org/"
-SRC_URI="mirror://sourceforge/glest/glest-source-${SOURCEVERSION}.tar.bz2
- mirror://sourceforge/glest/glest_data_v${DATAVERSION}.zip
- linguas_de? ( http://www.stud.uni-karlsruhe.de/~uxsm/german.lng )
- linguas_ru? ( http://www.stud.uni-karlsruhe.de/~uxsm/russian.lng )
- linguas_dk? ( http://www.stud.uni-karlsruhe.de/~uxsm/dansk.lng )"
-
-LICENSE="GPL-2 glest-data"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libsdl-1.2.5
- media-libs/libogg
- media-libs/libvorbis
- >=media-libs/openal-20040303
- dev-libs/xerces-c
- virtual/opengl
- virtual/x11"
-DEPEND="${RDEPEND}
- app-arch/unzip
- >=sys-devel/gcc-3.2
- >=dev-util/jam-2.5"
-
-S=${WORKDIR}/${PN}-${DATAVERSION}
-
-src_unpack() {
- unpack glest-source-${SOURCEVERSION}.tar.bz2 glest_data_v${DATAVERSION}.zip
- cd "${S}"
- epatch "${FILESDIR}"/${P}-fake-checkGlCaps.patch
- # sometimes they package configure, sometimes they dont
- if [[ ! -e configure ]] ; then
- ./autogen.sh || die "autogen failed"
- fi
-}
-
-src_compile() {
- egamesconf \
- --with-vorbis=/usr \
- --with-ogg=/usr \
- || die
- jam || die "jam failed"
-}
-
-src_install() {
- dogamesbin "${FILESDIR}"/glest || die "couldn't install launcher"
- sed -i \
- -e "s:GENTOO_DATADIR:${GAMES_DATADIR}:" \
- "${D}${GAMES_BINDIR}"/glest \
- || die "sed failed"
-
- exeinto "${GAMES_DATADIR}"/${PN}/lib
- doexe glest || die "doexe failed"
-
- insinto "${GAMES_DATADIR}"/${PN}/config
- doins glest.ini || die "config copy failed"
-
- cd "${WORKDIR}"/glest_game
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r techs data maps tilesets || die "data copy failed"
- dodoc readme.txt
-
- if use linguas_de ; then
- cp "${DISTDIR}"/german.lng "${D}/${GAMES_DATADIR}"/${PN}/data/lang/ \
- || die "cp failed"
- fi
- if use linguas_ru ; then
- cp "${DISTDIR}"/russian.lng "${D}/${GAMES_DATADIR}"/${PN}/data/lang/ \
- || die "cp failed"
- fi
- if use linguas_dk ; then
- cp "${DISTDIR}"/dansk.lng "${D}/${GAMES_DATADIR}"/${PN}/data/lang/ \
- || die "cp failed"
- fi
-
- make_desktop_entry glest Glest
-
- prepgamesdirs
-}