First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 16103
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Fabian Haupt <danbala@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
quake3-osp-1.02.ebuild quake3-osp-1.02.ebuild (update) text/plain Fabian Haupt 2003-02-20 17:12 0000 1.42 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 16103 depends on: Show dependency tree
Bug 16103 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-02-20 17:09 0000
newest version of quake3-osp

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Fabian Haupt 2003-02-20 17:12:00 0000 -------
Created an attachment (id=8552) [details]
quake3-osp-1.02.ebuild (update)

------- Comment #2 From Fabian Haupt 2003-02-20 19:30:24 0000 -------
(From update of attachment 8552 [details])
># 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 From José Costa 2003-03-10 09:35:39 0000 -------
well, there's already a version 1.03a of OSP.

------- Comment #4 From Dagan McGregor 2003-05-10 10:47:21 0000 -------
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 From Dagan McGregor 2003-05-10 11:09:41 0000 -------
 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

------- Comment #6 From SpanKY 2003-07-02 06:34:05 0000 -------
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

First Last Prev Next    No search results available      Search page      Enter new bug