Bug 42342 - galeon 1.3.13a out
Bug#: 42342 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: simon@swat.me.uk
Component: Ebuilds
URL: 
Summary: galeon 1.3.13a out
Keywords:  
Status Whiteboard: 
Opened: 2004-02-21 02:14 0000
Description:   Opened: 2004-02-21 02:14 0000
galeon 1.3.13a released - requires some work on the ebuild due to decompressing
to galoen-1.3.13a folder. I haven't been able to come up with a clean solution
for this.

------- Comment #1 From Yi Quang (RETIRED) 2004-02-21 12:21:59 0000 -------
Yeah, I really dislike how they name their releases.  Here's a fixed ebuild for
galeon-1.3.13a, please test.  

------- Comment #2 From Yi Quang (RETIRED) 2004-02-21 12:22:39 0000 -------
Created an attachment (id=26058) [details]
galeon-1.3.13a ebuild 

------- Comment #3 From ronmon 2004-02-22 20:07:17 0000 -------
To fix the source directory naming problem, I did this:

S="${WORKDIR}/${PN}-${PV/a}"

I also had to comment out the 'intltoolize --force' line. It wouldn't build for me with it in there.

------- Comment #4 From ronmon 2004-02-23 05:56:07 0000 -------
I decided to try it again with the 'intltool' line and it worked, can't say
why. It's been about five days and several 'emerge -uUDv world's since I built
it last (1.3.13a came out on 17 Feb) so maybe an update had something to do
with it.

Anyway, the old ebuild seems to work by simply redefining ${S}.

------- Comment #5 From ronmon 2004-02-26 07:15:41 0000 -------
I'm confused.

This ebuild requires the addition of one line to bump it to galeon-1.3.13a, which was released on 17 February. Yet it languishes, seemingly with no interest. But I know that there are still quite a few of us galeon users around.

Meanwhile, mozilla-1.7_alpha, released two days later, showed up with my last rsync. So an ALPHA release with a 612 line ebuild can be written and tested before one that needs a single value to be redefined? That's what I don't get.

I'm not suffering, since I can take care of myself, but there must be plenty of others that could benefit.

------- Comment #6 From Alastair Tse (RETIRED) 2004-02-28 01:30:46 0000 -------
sorry this took so long, galeon 1.3.13a has been bumped in portage.

------- Comment #7 From ronmon 2004-02-28 09:27:02 0000 -------
Thank you.

And I see your better way of handling ${S}. Another lesson learned.