diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 18:09:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 18:09:38 +0000 |
commit | 0669978d030dd6f91e346626cb9ed5e2e9841c9a (patch) | |
tree | 28e7bafbc934e32499262ceb348002125246d2ff /games-strategy/warzone2100 | |
parent | old (diff) | |
download | gentoo-2-0669978d030dd6f91e346626cb9ed5e2e9841c9a.tar.gz gentoo-2-0669978d030dd6f91e346626cb9ed5e2e9841c9a.tar.bz2 gentoo-2-0669978d030dd6f91e346626cb9ed5e2e9841c9a.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy/warzone2100')
3 files changed, 0 insertions, 139 deletions
diff --git a/games-strategy/warzone2100/files/warzone2100-2.0.7-hotfix1.patch b/games-strategy/warzone2100/files/warzone2100-2.0.7-hotfix1.patch deleted file mode 100644 index a5e8057b0bc7..000000000000 --- a/games-strategy/warzone2100/files/warzone2100-2.0.7-hotfix1.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: data/wrf/cam2/cam2change.wrf -=================================================================== ---- data/wrf/cam2/cam2change.wrf (revision 1629) -+++ data/wrf/cam2/cam2change.wrf (revision 1630) -@@ -9,7 +9,6 @@ - directory "texpages" - file TEXPAGE "page-6-features-urban area.png" - file TEXPAGE "page-8-player buildings-bases urban.png" --file TEXPAGE "page-9-player-soft buildings-bases-urban.png" //need altering to urban**DONE** - file TEXPAGE "page-9-player-hard buildings-bases-urban.png" - file TEXPAGE "page-7-barbarians-urban.png" - file HWTERTILES "tertilesc2hw.png" -Index: data/wrf/cam3/cam3change.wrf -=================================================================== ---- data/wrf/cam3/cam3change.wrf (revision 1629) -+++ data/wrf/cam3/cam3change.wrf (revision 1630) -@@ -10,7 +10,6 @@ - file TEXPAGE "page-6-features-rockies.png" - file TEXPAGE "page-7-barbarians-kevlar.png" - file TEXPAGE "page-8-player buildings-bases-rockies.png" --file TEXPAGE "page-9-player-soft buildings-bases-rockies.png" //needs changing**DONE** - file TEXPAGE "page-9-player-hard buildings-bases-rockies.png" - file HWTERTILES "tertilesc3hw.png" - diff --git a/games-strategy/warzone2100/warzone2100-2.0.7-r1.ebuild b/games-strategy/warzone2100/warzone2100-2.0.7-r1.ebuild deleted file mode 100644 index c12084857abb..000000000000 --- a/games-strategy/warzone2100/warzone2100-2.0.7-r1.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.7-r1.ebuild,v 1.1 2007/07/01 18:09:17 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" - epatch "${FILESDIR}"/${P}-hotfix1.patch -} - -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.9.ebuild b/games-strategy/warzone2100/warzone2100-2.0.9.ebuild deleted file mode 100644 index 5a3cc15b9238..000000000000 --- a/games-strategy/warzone2100/warzone2100-2.0.9.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.9.ebuild,v 1.1 2007/12/04 19:07:11 nyhm Exp $ - -inherit 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 -} |