Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 287799

Summary: Gimp svn is dead, 9999 ebuild no longer valid, uses git now
Product: Gentoo Linux Reporter: Jesús Guerrero Botella (RETIRED) <i92guboj>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: RESOLVED FIXED    
Severity: normal CC: gpopac, non7top
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugzilla.gnome.org/show_bug.cgi?id=597444
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 259851    
Attachments: Convert ebuild from subversion to git
A very poor ebuild to build gimp from git.

Description Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-10-05 17:45:41 UTC
As illustrated in the link, I received confirmation that the svn repo is dead and should no longer be used. Gimp uses now git, so if anything the ebuild should be converted to git. Either that, or simply erased from the tree. 



Reproducible: Always

Actual Results:  
The ebuild uses subversion.

Expected Results:  
The ebuild should use git. The svn repo is still up but no development take place there any longer.
Comment 1 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-10-05 21:25:48 UTC
Created attachment 206186 [details, diff]
Convert ebuild from subversion to git

This patch sets up the ebuild so it uses the new git repository instead of the abandoned subversion one. There's where all the development is taking place right now.

The patch is trivial and so far, it seems to work without a problem here.
Comment 2 Chris Beswick 2009-11-05 14:34:05 UTC
Created attachment 209340 [details]
A very poor ebuild to build gimp from git.

Very simple / poor ebuild to simply pull the current gnome. Simply runs automake.sh --disable-gtk-doc and make / make install 's.
Comment 3 Benjamin Schulz 2009-11-16 21:16:34 UTC
well, could this patch then be included in the three?

It is not convenient, to apply it every time  a portage sync was done before one wants to emerge gimp-9999
Comment 4 Jesús Guerrero Botella (RETIRED) gentoo-dev 2009-11-16 22:03:30 UTC
(In reply to comment #3)
> well, could this patch then be included in the three?
> 
> It is not convenient, to apply it every time  a portage sync was done before
> one wants to emerge gimp-9999
> 

That's why you should put the patched ebuild in an overlay.

However, I agree that this needs to be fixed, the ebuild on its current status is just useless.
Comment 5 Vladimir Berezhnoy 2009-12-08 18:42:18 UTC
as of now ebuild from portage uses git repo. bug can be closed probably
Comment 6 Matteo 'The Peach' Pescarin 2009-12-09 13:36:44 UTC
(In reply to comment #5)
> as of now ebuild from portage uses git repo. bug can be closed probably
> 

and open another one, because the one who put it live didn't tested it with -doc use flag :-\
Comment 7 Vladimir Berezhnoy 2009-12-09 15:48:18 UTC
I've already filed the corresponding bug #296242
Comment 8 Tomáš Chvátal (RETIRED) gentoo-dev 2009-12-19 15:57:05 UTC
Gimp live ebuild was migrated to git. so this bug is fixed.