diff options
author | 2005-09-25 07:42:07 +0000 | |
---|---|---|
committer | 2005-09-25 07:42:07 +0000 | |
commit | 2c4ae266e7d6cc8516f6a299a8de7b2da2181768 (patch) | |
tree | 39258d2e0b0a4b458c5e9735d3731282c9ce64e1 /games-strategy/glest | |
parent | x86 stable as per bug #100706 (diff) | |
download | gentoo-2-2c4ae266e7d6cc8516f6a299a8de7b2da2181768.tar.gz gentoo-2-2c4ae266e7d6cc8516f6a299a8de7b2da2181768.tar.bz2 gentoo-2-2c4ae266e7d6cc8516f6a299a8de7b2da2181768.zip |
clean older version
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-strategy/glest')
-rw-r--r-- | games-strategy/glest/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/glest/files/digest-glest-1.0.10_p7 | 5 | ||||
-rw-r--r-- | games-strategy/glest/files/glest-1.0.10_p7-fake-checkGlCaps.patch | 8 | ||||
-rw-r--r-- | games-strategy/glest/glest-1.0.10_p7.ebuild | 73 |
4 files changed, 5 insertions, 87 deletions
diff --git a/games-strategy/glest/ChangeLog b/games-strategy/glest/ChangeLog index dbb36ba965cd..53d29070f970 100644 --- a/games-strategy/glest/ChangeLog +++ b/games-strategy/glest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/glest # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.5 2005/09/17 20:03:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.6 2005/09/25 07:42:07 mr_bones_ Exp $ + + 25 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> + -files/glest-1.0.10_p7-fake-checkGlCaps.patch, -glest-1.0.10_p7.ebuild: + clean older version 17 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> glest-1.1.0.ebuild: install linux config file instead of windows config file. (bug #103797) diff --git a/games-strategy/glest/files/digest-glest-1.0.10_p7 b/games-strategy/glest/files/digest-glest-1.0.10_p7 deleted file mode 100644 index 6c27dd2422ae..000000000000 --- a/games-strategy/glest/files/digest-glest-1.0.10_p7 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 43c9e355776194c9813781ecfcee3e45 glest-1.0.10-r7-source.tar.bz2 319692 -MD5 9e9c64b774a315d2a74328837a042a0c glest-1.0.10-data.tar.bz2 43251901 -MD5 4bfe6d6fa50c30f881376b85b53f1a0b german.lng 3573 -MD5 902eaa96b6ee22f50b342367ccb63b19 russian.lng 3519 -MD5 cbd43da7628d87d37d505b620ba2a99e dansk.lng 3423 diff --git a/games-strategy/glest/files/glest-1.0.10_p7-fake-checkGlCaps.patch b/games-strategy/glest/files/glest-1.0.10_p7-fake-checkGlCaps.patch deleted file mode 100644 index 9efe40afeaf1..000000000000 --- a/games-strategy/glest/files/glest-1.0.10_p7-fake-checkGlCaps.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- sources/renderer.cpp.orig 2005-06-12 20:06:38.000000000 -0400 -+++ sources/renderer.cpp 2005-06-12 20:06:53.000000000 -0400 -@@ -2243,4 +2243,5 @@ -
- void Renderer::checkGlCaps() {
-+return; - //opengl 1.3
- if(!isGlVersionSupported(1, 3, 0)) {
diff --git a/games-strategy/glest/glest-1.0.10_p7.ebuild b/games-strategy/glest/glest-1.0.10_p7.ebuild deleted file mode 100644 index 601008188df5..000000000000 --- a/games-strategy/glest/glest-1.0.10_p7.ebuild +++ /dev/null @@ -1,73 +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.0.10_p7.ebuild,v 1.4 2005/06/13 00:10:56 vapier 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="http://www.stud.uni-karlsruhe.de/~uxsm/glest-${SOURCEVERSION}-source.tar.bz2 - http://www.stud.uni-karlsruhe.de/~unatc/glest/glest-${DATAVERSION}-data.tar.bz2 - 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 ~x86 ~ppc" -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} - >=sys-devel/gcc-3.2 - >=dev-util/jam-2.5" - -S=${WORKDIR}/${PN}-${DATAVERSION} - -src_unpack() { - unpack glest-${SOURCEVERSION}-source.tar.bz2 glest-${DATAVERSION}-data.tar.bz2 - 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" - dosed "s:GENTOO_DATADIR:${GAMES_DATADIR}:" "${GAMES_BINDIR}"/glest - - dodir "${GAMES_DATADIR}/${PN}" - cp -r Tech data map tileset "${D}/${GAMES_DATADIR}"/${PN}/ || die "data copy failed" - insinto "${GAMES_DATADIR}"/${PN}/config - doins glest.ini || die "config copy failed" - insinto "${GAMES_DATADIR}/${PN}"/lib - doins out/*-linux-gnu/opt/lib/sources/libglestlib.a || die "doins lib.a failed" - exeinto "${GAMES_DATADIR}/${PN}"/lib - doexe glest || die "doexe failed" - - use linguas_de && cp "${DISTDIR}"/german.lng "${D}/${GAMES_DATADIR}"/${PN}/data/lang/ - use linguas_ru && cp "${DISTDIR}"/russian.lng "${D}/${GAMES_DATADIR}"/${PN}/data/lang/ - use linguas_dk && cp "${DISTDIR}"/dansk.lng "${D}/${GAMES_DATADIR}"/${PN}/data/lang/ - - make_desktop_entry glest Glest - - prepgamesdirs -} |