Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16103 - quake3-osp-1.02.ebuild (update)
Summary: quake3-osp-1.02.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-20 17:09 UTC by Fabian Haupt
Modified: 2003-07-02 06:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
quake3-osp-1.02.ebuild (update) (quake3-osp-1.02.ebuild,1.42 KB, text/plain)
2003-02-20 17:12 UTC, Fabian Haupt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Haupt 2003-02-20 17:09:50 UTC
newest version of quake3-osp

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fabian Haupt 2003-02-20 17:12:00 UTC
Created attachment 8552 [details]
quake3-osp-1.02.ebuild (update)
Comment 2 Fabian Haupt 2003-02-20 19:30:24 UTC
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."
>}
Comment 3 José Costa 2003-03-10 09:35:39 UTC
well, there's already a version 1.03a of OSP.
Comment 4 Dagan McGregor 2003-05-10 10:47:21 UTC
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.
Comment 5 Dagan McGregor 2003-05-10 11:09:41 UTC
 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