Hi! Please find attached fltk-1.0.11-r1.ebuild and fltk-1.1.0_beta9.ebuild. fltk is the Fast Light Tool Kit gui library. The current ebuild is located under x11-libs/fltk fltk-1.0.11-r1 is an update, as this version is still the most recent stable. The existing ebuild is quite stale. It still installs into /usr/X11R6. As the modifications were extensive I have just attached the whole ebuild instead of a diff. I have also attached fltk-1.1.0_beta9 as 1.1 looks like it will be stable soon. Both these ebuilds merged without error while running the latest sandbox. I entered this with severity="major" because the existing ebuild doesn't install into the correct path anymore. tod
Created attachment 33 [details] fltk-1.0.11-r1.ebuild
Created attachment 34 [details] fltk-1.1.0_beta9.ebuild
Hi! I made a mistake in the fltk-1.1.0_beta9.ebuild (that never happens does it :) It is a trivial fix. a patch is below for clarity. In addition, fltk-1.1.0b10 was recently released. With the mistake fixed, the _beta9 ebuild can just be renamed to fltk-1.1.0_beta10.ebuild to update. This has been tested with sandbox. Sorry about the mistake, tod ******fltk-1.1.-_beta9.patch********* --- fltk-1.1.0_beta9.ebuild Thu Jan 10 15:44:18 2002 +++ fltk-1.1.0_beta10.ebuild Thu Jan 10 14:07:03 2002 @@ -8,7 +8,7 @@ DESCRIPTION="C++ user interface toolkit for X and OpenGL." -SRC_URI="ftp://ftp.fltk.org/pub/fltk/${PV}/${PN}-${MYVER}-source.tar.bz2" +SRC_URI="ftp://ftp2.easysw.com/pub/fltk/${MYVER}/${PN}-${MYVER}-source.tar.bz2" HOMEPAGE="http://www.fltk.org"
If there are no objections, I'll take this.