Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99 - fltk-1.0.11-r1.ebuild (update) and fltk-1.1.0_beta9.ebuild
Summary: fltk-1.0.11-r1.ebuild (update) and fltk-1.1.0_beta9.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tod M. Neidt (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-01-09 12:40 UTC by Tod M. Neidt
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
fltk-1.0.11-r1.ebuild (fltk-1.0.11-r1.ebuild,1.15 KB, text/plain)
2002-01-09 12:41 UTC, Tod M. Neidt
Details
fltk-1.1.0_beta9.ebuild (fltk-1.1.0_beta9.ebuild,1.19 KB, text/plain)
2002-01-09 12:42 UTC, Tod M. Neidt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tod M. Neidt 2002-01-09 12:40:49 UTC
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
Comment 1 Tod M. Neidt 2002-01-09 12:41:31 UTC
Created attachment 33 [details]
fltk-1.0.11-r1.ebuild
Comment 2 Tod M. Neidt 2002-01-09 12:42:09 UTC
Created attachment 34 [details]
fltk-1.1.0_beta9.ebuild
Comment 3 Tod M. Neidt 2002-01-10 15:51:00 UTC
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"
 
Comment 4 Tod M. Neidt (RETIRED) gentoo-dev 2002-01-24 11:34:57 UTC
If there are no objections, I'll take this.