Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Created an attachment (id=11373) [details] quake3-ra3-1.6.ebuild This is an ebuild for Rocket Arena 3 (version 1.6), a popular mod for Quake 3. The ebuild requires that end users manually fetch the file from FilePlanet, as there are no good sources of it other than that and it's too large to justify inclusion in Gentoo's mirrors (102MB). It should be ready to add to portage with no modifications as app-games/quake3-ra3.
Created an attachment (id=11374) [details] ChangeLog
Created an attachment (id=11375) [details] files/digest-quake3-ra3-1.6
Created an attachment (id=11579) [details] quake3-ra3-1.6.ebuild Updated to include a q3ded server init script, taking advantage of my updated Quake3 ebuild attached to bug 20461.
Created an attachment (id=11580) [details] quake3-ra3-1.6.ebuild Oops, previous updated had an ugly typesetting error.
Created an attachment (id=11581) [details] files/q3ded-ra3.confd
Created an attachment (id=11582) [details] files/q3ded-ra3.rc
ok, ive added your work to cvs, thanks so much :) http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-games/quake3-ra3/quake3-ra3-1.65.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
well 1.65 version is not working? => `/usr/portage/distfiles/index.html' Resolving ra3165cl.zip... failed: Host not found. !!! Couldn't download ra3165cl.zip. Aborting. So this is not working pkg_nofetch() { einfo "Download the following files from FilePlanet and put them in" einfo "${DISTDIR}" einfo for f in ${A} ; do einfo "http://www.fileplanet.com/dl.aspx?servers/arena/${f}" done if you need place where to download: atleast this works ftp://ftp2.extreme-players.de/q3/mod/ra3/ra3165cl.zip
It's RESTRICT="fetch", not RESTRICT="nofetch".
sob i always do that ... we really should standardize the portage FEATURES/RESTRICT ... some are 'no<blah>' while others are just '<blah>' :/ fixed in cvs, thx