newest version of quake3-osp Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 8552 [details] quake3-osp-1.02.ebuild (update)
Comment on attachment 8552 [details] quake3-osp-1.02.ebuild (update) ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-games/quake3-osp/quake3-osp-1.02.ebuild,v 1.7 2003/02/13 07:52:51 vapier Exp $ > >IUSE="opengl" > >S=${WORKDIR}/${P} >DESCRIPTION="Quake III - OSP" >SRC_URI="http://www.orangesmoothie.org/downloads/osp-Quake3-1.02_full.zip" >HOMEPAGE="http://www.orangesmoothie.org/" >LICENSE="GPL-2" >DEPEND="app-arch/unzip" >RDEPEND="virtual/glibc > >=app-games/quake3-1.31 > app-misc/screen > opengl? ( virtual/opengl )" >SLOT="0" >KEYWORDS="x86 -ppc" > >src_unpack() { > unzip -q ${DISTDIR}/osp-Quake3-1.02_full.zip || die >} > >src_compile () { > chown -R root.games ${WORKDIR}/osp > find ${WORKDIR}/osp -type d -print0 | xargs --null chmod 755 > find ${WORKDIR}/osp -type f -print0 | xargs --null chmod 744 >} > >src_install() { > dodir /opt/quake3 > mv ${WORKDIR}/osp ${D}/opt/quake3 > insinto /opt/quake3 > doins ${FILESDIR}/startosp > fperms 754 /opt/quake3/startosp > fowners root.games /opt/quake3/startosp > if [ ! -f /opt/quake3/osp/server.cfg ]; then > insinto /opt/quake3/osp > doins ${FILESDIR}/server.cfg > fowners root.games /opt/quake3/osp/server.cfg > fi > insinto /etc/init.d > newins ${FILESDIR}/osp.rc q3ded-osp > fperms u+x /etc/init.d/q3ded-osp >} > >pkg_postinst() { > einfo "To start an osp server, run" > einfo "" > einfo "\t/etc/init.d/q3ded-osp start" > echo "" > einfo "The server is started under the q3 user account." >}
well, there's already a version 1.03a of OSP.
You will need to update the quake3-osp ebuild to the latest version 1.03a The main change is in the SRC_URI should now be "ftp://quake3files.com/pub/modifications/osp/osp-Quake3-1[1].03a_full.zip" or until someone finds a better mirror for the file (upload to ibiblio ??). Note: OSP files are now hosted on Fileshack, requiring logins etc, so you can't download direct from the OSP site.
Hmm, seem to be issues using the URL I provided. Either way, ftp.jetstreamgames.co.nz/pub/q3/osp/osp-Quake3-1.03a_full.zip has the file also, anon login etc. But it's hosted in New Zealand (arse end of the intarweb!), so would fully recommend uploading to a larger file mirror like ibiblio, and having this ready for the 1.4 final release :P
ok, i version bumped osp to 1.03a in cvs ... sorry about taking so long :/ http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-games/quake3-osp/quake3-osp-1.03a.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup it utilizes this new eclass: http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/eclass/games-q3mod.eclass?rev=1.1&content-type=text/vnd.viewcvs-markup