diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-24 16:59:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-24 16:59:59 +0000 |
commit | 982704f397ec80be99cb0a004e7ccb29709b0f3d (patch) | |
tree | 5d78e573bd9081f603533cd60f91d792119649f1 /games-fps | |
parent | stable x86, bug 186399 (diff) | |
download | gentoo-2-982704f397ec80be99cb0a004e7ccb29709b0f3d.tar.gz gentoo-2-982704f397ec80be99cb0a004e7ccb29709b0f3d.tar.bz2 gentoo-2-982704f397ec80be99cb0a004e7ccb29709b0f3d.zip |
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/warsow/files/digest-warsow-0.3 | 9 | ||||
-rw-r--r-- | games-fps/warsow/files/digest-warsow-0.3.1 | 9 | ||||
-rw-r--r-- | games-fps/warsow/files/warsow-0.3-build.patch | 37 | ||||
-rw-r--r-- | games-fps/warsow/warsow-0.3.1.ebuild | 103 | ||||
-rw-r--r-- | games-fps/warsow/warsow-0.3.ebuild | 102 |
5 files changed, 0 insertions, 260 deletions
diff --git a/games-fps/warsow/files/digest-warsow-0.3 b/games-fps/warsow/files/digest-warsow-0.3 deleted file mode 100644 index 710e607993c3..000000000000 --- a/games-fps/warsow/files/digest-warsow-0.3 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 d5eac4a33b3543dbc40d984b84e657f8 warsow.png 1692 -RMD160 098a1505a74a20eb4bdfeda4cf2c537a9524ce23 warsow.png 1692 -SHA256 086968e72271b248ef32609ed1818ff9f5c355297b1eee3cbee9e41f4e18a954 warsow.png 1692 -MD5 dc0832250b08ae10c69d9e89994ef437 warsow_0.3_linux.tar.gz 82709062 -RMD160 001e715c0d338525b14d9f87fd205652f8491e9d warsow_0.3_linux.tar.gz 82709062 -SHA256 170ebe80dba2065bd18047146aa98ef4bc7194b3d94a4064f6f66f7c95a1b671 warsow_0.3_linux.tar.gz 82709062 -MD5 e73da99e2f61218c53c9d07cbb3ba87f warsow_0.3_sdk.zip 11273935 -RMD160 17e7f244170c0daf8f9c2797a3ceb8a168adac7c warsow_0.3_sdk.zip 11273935 -SHA256 8ee39f81894df0db00d70801f675b7ab906857bda9a58fcb3841e8f3b604347f warsow_0.3_sdk.zip 11273935 diff --git a/games-fps/warsow/files/digest-warsow-0.3.1 b/games-fps/warsow/files/digest-warsow-0.3.1 deleted file mode 100644 index da9815e2f496..000000000000 --- a/games-fps/warsow/files/digest-warsow-0.3.1 +++ /dev/null @@ -1,9 +0,0 @@ -MD5 d5eac4a33b3543dbc40d984b84e657f8 warsow.png 1692 -RMD160 098a1505a74a20eb4bdfeda4cf2c537a9524ce23 warsow.png 1692 -SHA256 086968e72271b248ef32609ed1818ff9f5c355297b1eee3cbee9e41f4e18a954 warsow.png 1692 -MD5 74fc786f3a983d82b6ea37868c76a148 warsow_0.31_linux.tar.gz 92611004 -RMD160 fa1dfab5797e25cf52821491858cf3d62e98e013 warsow_0.31_linux.tar.gz 92611004 -SHA256 69c4a6464c3132240d50f9ad39a7521ebadee0c113b5f09fc3a4ace1a048e5eb warsow_0.31_linux.tar.gz 92611004 -MD5 10b684718f7108e7eca42d5ddde3d5e3 warsow_0.31_sdk.zip 17903715 -RMD160 8187d62ca7b581ef71e0d5f27194058e58aa71ed warsow_0.31_sdk.zip 17903715 -SHA256 83df0b458cabebc742de042b8649a695d23b07a611a8215cbca907d6eae64db0 warsow_0.31_sdk.zip 17903715 diff --git a/games-fps/warsow/files/warsow-0.3-build.patch b/games-fps/warsow/files/warsow-0.3-build.patch deleted file mode 100644 index 86510a42de7a..000000000000 --- a/games-fps/warsow/files/warsow-0.3-build.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- source/Makefile -+++ source/Makefile -@@ -100,9 +100,9 @@ - LOCALBASE?=/usr/local - X11BASE?=/usr/X11R6 - --CFLAGS_COMMON=$(CFLAGS) -I. -I$(LOCALBASE)/include -I$(X11BASE)/include -Wall --CFLAGS_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops -DNDEBUG --CFLAGS_DEBUG=-O0 -ggdb -D_DEBUG -+CFLAGS_COMMON=$(CFLAGS) -I. -fno-strict-aliasing -Wall -+CFLAGS_RELEASE=-DNDEBUG -+CFLAGS_DEBUG=-D_DEBUG - ifeq ($(DEBUG_BUILD),YES) - CFLAGS_COMMON+=$(CFLAGS_DEBUG) - else -@@ -116,7 +116,7 @@ - ifeq ($(OS),FreeBSD) - LDFLAGS_COMMON=-L/usr/local/lib -lm - else --LDFLAGS_COMMON=-L/usr/local/lib -ldl -lm -+LDFLAGS_COMMON=$(LDFLAGS) -ldl -lm - endif - - ifeq ($(ARCH),x86_64) -@@ -287,10 +287,10 @@ - - all: client openal qf ded cgame game ui irc - --client: $(BUILDDIRS) message-client compile-client link-client start-script-client -+client: $(BUILDDIRS) message-client compile-client link-client - openal: $(BUILDDIRS) message-openal compile-openal link-openal - qf: $(BUILDDIRS) message-qf compile-qf link-qf --ded: $(BUILDDIRS) message-ded compile-ded link-ded start-script-ded -+ded: $(BUILDDIRS) message-ded compile-ded link-ded - cgame: $(BUILDDIRS) message-cgame compile-cgame link-cgame - game: $(BUILDDIRS) message-game compile-game link-game - ui: $(BUILDDIRS) message-ui compile-ui link-ui diff --git a/games-fps/warsow/warsow-0.3.1.ebuild b/games-fps/warsow/warsow-0.3.1.ebuild deleted file mode 100644 index 317ecfe3219d..000000000000 --- a/games-fps/warsow/warsow-0.3.1.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.3.1.ebuild,v 1.1 2007/06/29 22:33:34 nyhm Exp $ - -inherit eutils toolchain-funcs versionator games - -MY_P=${PN}_$(delete_version_separator 2) -DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)" -HOMEPAGE="http://www.warsow.net/" -SRC_URI="http://k3rmit.org/wsw/${MY_P}_linux.tar.gz - http://k3rmit.org/wsw/${MY_P}_sdk.zip - mirror://gentoo/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug dedicated irc openal opengl" - -UIRDEPEND="media-libs/jpeg - media-libs/libvorbis - media-libs/libsdl - net-misc/curl - virtual/opengl - x11-libs/libXinerama - x11-libs/libXxf86dga - x11-libs/libXxf86vm - openal? ( media-libs/openal )" -RDEPEND="opengl? ( ${UIRDEPEND} ) - !opengl? ( !dedicated? ( ${UIRDEPEND} ) )" -DEPEND="${RDEPEND} - app-arch/unzip - x11-misc/makedepend" - -S=${WORKDIR}/${MY_P}/source - -src_unpack() { - unpack ${A} - cd "${S}" - rm -f "${WORKDIR}"/${PN}/docs/gnu.txt - - sed -i \ - -e '/fs_usehomedir =/ s:0:1:' \ - -e "/fs_basepath =/ s:\.:${GAMES_DATADIR}/${PN}:" \ - qcommon/files.c \ - || die "sed files.c failed" - - epatch "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - yesno() { use ${1} && echo YES || echo NO ; } - - if use opengl || ! use dedicated ; then - local client="YES" - else - local client="NO" - fi - - emake \ - BUILD_CLIENT=${client} \ - BUILD_SERVER=$(yesno dedicated) \ - BUILD_IRC=$(yesno irc) \ - BUILD_SND_OPENAL=$(yesno openal) \ - DEBUG_BUILD=$(yesno debug) \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - || die "emake failed" -} - -src_install() { - cd release - - if use opengl || ! use dedicated ; then - newgamesbin ${PN}.* ${PN} || die "newgamesbin ${PN} failed" - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} Warsow - fi - - if use dedicated ; then - newgamesbin wsw_server.* ${PN}-ded || die "newgamesbin ${PN}-ded failed" - fi - - exeinto "$(games_get_libdir)"/${PN} - doexe */*.so || die "doexe failed" - - insinto "${GAMES_DATADIR}"/${PN} - doins -r "${WORKDIR}"/${PN}/basewsw || die "doins failed" - - local so - for so in basewsw/*.so ; do - dosym "$(games_get_libdir)"/${PN}/${so##*/} \ - "${GAMES_DATADIR}"/${PN}/${so} || die "dosym ${so} failed" - done - - dodir "${GAMES_DATADIR}"/${PN}/libs - for so in libs/*.so ; do - dosym "$(games_get_libdir)"/${PN}/${so##*/} \ - "${GAMES_DATADIR}"/${PN}/${so} || die "dosym ${so} failed" - done - - dodoc "${WORKDIR}"{/${PN},}/docs/* - prepgamesdirs -} diff --git a/games-fps/warsow/warsow-0.3.ebuild b/games-fps/warsow/warsow-0.3.ebuild deleted file mode 100644 index 8ff50fe6833d..000000000000 --- a/games-fps/warsow/warsow-0.3.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-0.3.ebuild,v 1.2 2007/05/20 23:46:31 nyhm Exp $ - -inherit eutils toolchain-funcs games - -DESCRIPTION="Multiplayer FPS based on the QFusion engine (evolved from Quake 2)" -HOMEPAGE="http://www.warsow.net/" -SRC_URI="http://codernet.org/${PN}/${P/-/_}_linux.tar.gz - http://codernet.org/${PN}/${P/-/_}_sdk.zip - mirror://gentoo/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug dedicated irc openal opengl" - -UIRDEPEND="media-libs/jpeg - media-libs/libvorbis - media-libs/libsdl - net-misc/curl - virtual/opengl - x11-libs/libXinerama - x11-libs/libXxf86dga - x11-libs/libXxf86vm - openal? ( media-libs/openal )" -RDEPEND="opengl? ( ${UIRDEPEND} ) - !opengl? ( !dedicated? ( ${UIRDEPEND} ) )" -DEPEND="${RDEPEND} - app-arch/unzip - x11-misc/makedepend" - -S=${WORKDIR}/source - -src_unpack() { - unpack ${A} - cd "${S}" - rm -f "${WORKDIR}"/${PN}/docs/gnu.txt - - sed -i \ - -e '/fs_usehomedir =/ s:0:1:' \ - -e "/fs_basepath =/ s:\.:${GAMES_DATADIR}/${PN}:" \ - qcommon/files.c \ - || die "sed files.c failed" - - epatch "${FILESDIR}"/${P}-build.patch -} - -src_compile() { - yesno() { use ${1} && echo YES || echo NO ; } - - if use opengl || ! use dedicated ; then - local client="YES" - else - local client="NO" - fi - - emake \ - BUILD_CLIENT=${client} \ - BUILD_SERVER=$(yesno dedicated) \ - BUILD_IRC=$(yesno irc) \ - BUILD_SND_OPENAL=$(yesno openal) \ - DEBUG_BUILD=$(yesno debug) \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - || die "emake failed" -} - -src_install() { - cd release - - if use opengl || ! use dedicated ; then - newgamesbin ${PN}.* ${PN} || die "newgamesbin ${PN} failed" - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} Warsow - fi - - if use dedicated ; then - newgamesbin wsw_server.* ${PN}-ded || die "newgamesbin ${PN}-ded failed" - fi - - exeinto "$(games_get_libdir)"/${PN} - doexe */*.so || die "doexe failed" - - insinto "${GAMES_DATADIR}"/${PN} - doins -r "${WORKDIR}"/${PN}/basewsw || die "doins failed" - - local so - for so in basewsw/*.so ; do - dosym "$(games_get_libdir)"/${PN}/${so##*/} \ - "${GAMES_DATADIR}"/${PN}/${so} || die "dosym ${so} failed" - done - - dodir "${GAMES_DATADIR}"/${PN}/libs - for so in libs/*.so ; do - dosym "$(games_get_libdir)"/${PN}/${so##*/} \ - "${GAMES_DATADIR}"/${PN}/${so} || die "dosym ${so} failed" - done - - dodoc "${WORKDIR}"{/${PN},}/docs/* - prepgamesdirs -} |