diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-27 00:57:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-27 00:57:21 +0000 |
commit | 0027d8648e741913e3fb735487ef6abb903c0f9a (patch) | |
tree | 59007d248e3ef50d0d9adf4730a2bd4fb6834767 /games-strategy/warzone2100 | |
parent | dev version bump (diff) | |
download | gentoo-2-0027d8648e741913e3fb735487ef6abb903c0f9a.tar.gz gentoo-2-0027d8648e741913e3fb735487ef6abb903c0f9a.tar.bz2 gentoo-2-0027d8648e741913e3fb735487ef6abb903c0f9a.zip |
old
(Portage version: 2.1.2.12)
Diffstat (limited to 'games-strategy/warzone2100')
5 files changed, 0 insertions, 134 deletions
diff --git a/games-strategy/warzone2100/files/digest-warzone2100-2.0.6 b/games-strategy/warzone2100/files/digest-warzone2100-2.0.6 deleted file mode 100644 index 2797e04f7d7e..000000000000 --- a/games-strategy/warzone2100/files/digest-warzone2100-2.0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f831dcbc1961c6d3fe8a354439f063a2 warzone2100-2.0.6.tar.bz2 20009086 -RMD160 d4822aad461c6733c8f821c125b10a8288e7021c warzone2100-2.0.6.tar.bz2 20009086 -SHA256 2f10634a736b7af720ad477e08ba2a36bd2b68dd79e2ba1940f4a82962102ae9 warzone2100-2.0.6.tar.bz2 20009086 diff --git a/games-strategy/warzone2100/files/digest-warzone2100-2.0.7 b/games-strategy/warzone2100/files/digest-warzone2100-2.0.7 deleted file mode 100644 index 56c2425ba503..000000000000 --- a/games-strategy/warzone2100/files/digest-warzone2100-2.0.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 983ccc67cfd5df3185c6836c62ea722f warzone2100-2.0.7.tar.bz2 19622856 -RMD160 a8d483666ab6621b4b3fd8dd97fc4e95a9d9c56b warzone2100-2.0.7.tar.bz2 19622856 -SHA256 e6ae2b3584c6f189687cbfc77a34397e8210cbceab83711155c36594e9b0faca warzone2100-2.0.7.tar.bz2 19622856 diff --git a/games-strategy/warzone2100/files/warzone2100-2.0.6-buffer-overflow.patch b/games-strategy/warzone2100/files/warzone2100-2.0.6-buffer-overflow.patch deleted file mode 100644 index 97569117bb08..000000000000 --- a/games-strategy/warzone2100/files/warzone2100-2.0.6-buffer-overflow.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/multiplay.c -=================================================================== ---- src/multiplay.c (revision 1021) -+++ src/multiplay.c (working copy) -@@ -1340,7 +1340,7 @@ - strcpy(msg,NetPlay.players[i].name); - strcat(msg," : "); // seperator - //strcat(msg, &(pMsg->body[4])); // add message -- strncat(msg, &(pMsg->body[4]), MAX_CONSOLE_STRING_LENGTH); // add message -+ strncat(msg, &(pMsg->body[4]), MAX_CONSOLE_STRING_LENGTH-strlen(msg)-1);// add message - addConsoleMessage((char *)&msg,DEFAULT_JUSTIFY); - - //multiplayer message callback diff --git a/games-strategy/warzone2100/warzone2100-2.0.6.ebuild b/games-strategy/warzone2100/warzone2100-2.0.6.ebuild deleted file mode 100644 index e48596bf391e..000000000000 --- a/games-strategy/warzone2100/warzone2100-2.0.6.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.0.6.ebuild,v 1.1 2007/04/06 21:45:05 nyhm Exp $ - -inherit eutils versionator games - -MY_PV=$(get_version_component_range -2) -DESCRIPTION="3D real-time strategy game" -HOMEPAGE="http://wz2100.net/" -SRC_URI="http://download.gna.org/warzone/releases/${MY_PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -# upstream requested debug support -IUSE="debug mp3" - -RDEPEND="dev-games/physfs - media-libs/jpeg - media-libs/libogg - media-libs/libpng - media-libs/libsdl - media-libs/libvorbis - >=media-libs/openal-0.0.8-r1 - media-libs/sdl-net - virtual/glu - virtual/opengl - mp3? ( media-libs/libmad )" -DEPEND="${RDEPEND} - app-arch/zip" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-buffer-overflow.patch - sed -i '/^dist_doc_DATA/s:COPYING.*$:TODO:' Makefile.in || die "sed failed" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --docdir=/usr/share/doc/${PF} \ - --with-icondir=/usr/share/pixmaps \ - --with-applicationdir=/usr/share/applications \ - --with-ogg=/usr \ - --with-vorbis=/usr \ - --enable-ogg \ - $(use_enable mp3) \ - $(use_enable debug) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs - prepgamesdirs -} diff --git a/games-strategy/warzone2100/warzone2100-2.0.7.ebuild b/games-strategy/warzone2100/warzone2100-2.0.7.ebuild deleted file mode 100644 index 4f1de3220263..000000000000 --- a/games-strategy/warzone2100/warzone2100-2.0.7.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.0.7.ebuild,v 1.1 2007/06/24 23:12:15 nyhm Exp $ - -inherit eutils versionator games - -MY_PV=$(get_version_component_range -2) -DESCRIPTION="3D real-time strategy game" -HOMEPAGE="http://wz2100.net/" -SRC_URI="http://download.gna.org/warzone/releases/${MY_PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -# upstream requested debug support -IUSE="debug mp3" - -RDEPEND="dev-games/physfs - media-libs/jpeg - media-libs/libogg - media-libs/libpng - media-libs/libsdl - media-libs/libvorbis - >=media-libs/openal-0.0.8-r1 - media-libs/sdl-net - virtual/glu - virtual/opengl - mp3? ( media-libs/libmad )" -DEPEND="${RDEPEND} - app-arch/zip" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i '/^dist_doc_DATA/s:COPYING.*$:TODO:' Makefile.in || die "sed failed" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --docdir=/usr/share/doc/${PF} \ - --with-icondir=/usr/share/pixmaps \ - --with-applicationdir=/usr/share/applications \ - --with-ogg=/usr \ - --with-vorbis=/usr \ - --enable-ogg \ - $(use_enable mp3) \ - $(use_enable debug) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - prepalldocs - prepgamesdirs -} |