Hi, A new version of Sauerbraten was released. I tested it locally in my overlay by renaming 2007.8.29 to 2007.12.24, like so: --- /usr/portage/games-fps/sauerbraten/sauerbraten-2007.08.29.ebuild 2007-12-25 16:06:09.000000000 -0700 +++ /usr/local/portage/games-fps/sauerbraten/sauerbraten-2007.12.24.ebuild 2007-12-31 22:23:27.000000000 -0700 @@ -6,7 +6,7 @@ DESCRIPTION="free multiplayer/singleplayer first person shooter (major redesign of the Cube FPS)" HOMEPAGE="http://sauerbraten.org/" -SRC_URI="mirror://sourceforge/sauerbraten/sauerbraten_${PV//./_}_summer_edition_linux.tar.bz2" +SRC_URI="mirror://sourceforge/sauerbraten/sauerbraten_${PV//./_}_assassin_edition_linux.tar.bz2" LICENSE="ZLIB" SLOT="0" and it worked fine. However, there is a patch on Sauerbraten's Sourceforge page with an extension tar.gz, and I couldn't get it to work (something with {A} and SRC_URI and ebuild trying to download tar.bz2 instead of tar.gz). I read in the devmanual that it required rezipping to tar.bz2 ( the patch is too big for files/ ) and doing something to upload, but I don't think I can do that as a non-developer. If someone could get the patch to work, that would be great. :) Andree
(In reply to comment #0) I believe you mean 2007.12.22 ;-) --uriah
Interesting; you're right that it's a 12.22 release but the sauerbraten people named it 12.24 on the tar instead. :-/ I'm using 12.24 and not having any problems :-) Also, is there a way for dohtml to keep directory structures? README.html references the docs folder as a subdirectory; meaning this would be optimum for stylesheets and linking: /html/README.html /html/docs/editing.html /html/docs/dev/blah.html etc. NOT /html/README.html /html/editing.html /html/dev/blah.html The recursive option seems to keep the child directory structures, but ignores docs/. The current line, for reference's sake, is: dohtml -r README.html docs/* How can this be done? Andree (In reply to comment #0) > Hi, > > A new version of Sauerbraten was released. I tested it locally in my overlay > by renaming 2007.8.29 to 2007.12.24, like so: > > --- /usr/portage/games-fps/sauerbraten/sauerbraten-2007.08.29.ebuild > 2007-12-25 16:06:09.000000000 -0700 > +++ /usr/local/portage/games-fps/sauerbraten/sauerbraten-2007.12.24.ebuild > 2007-12-31 22:23:27.000000000 -0700 > @@ -6,7 +6,7 @@ > > DESCRIPTION="free multiplayer/singleplayer first person shooter (major > redesign of the Cube FPS)" > HOMEPAGE="http://sauerbraten.org/" > -SRC_URI="mirror://sourceforge/sauerbraten/sauerbraten_${PV//./_}_summer_edition_linux.tar.bz2" > +SRC_URI="mirror://sourceforge/sauerbraten/sauerbraten_${PV//./_}_assassin_edition_linux.tar.bz2" > > LICENSE="ZLIB" > SLOT="0" > > and it worked fine. However, there is a patch on Sauerbraten's Sourceforge > page with an extension tar.gz, and I couldn't get it to work (something with > {A} and SRC_URI and ebuild trying to download tar.bz2 instead of tar.gz). I > read in the devmanual that it required rezipping to tar.bz2 ( the patch is too > big for files/ ) and doing something to upload, but I don't think I can do that > as a non-developer. If someone could get the patch to work, that would be > great. :) > > Andree >
*sauerbraten-2007.12.27 (07 Jan 2008) 07 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> +sauerbraten-2007.12.27.ebuild: version bump