Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287799 - Gimp svn is dead, 9999 ebuild no longer valid, uses git now
Summary: Gimp svn is dead, 9999 ebuild no longer valid, uses git now
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks: 259851
  Show dependency tree
 
Reported: 2009-10-05 17:45 UTC by Jesús Guerrero Botella (RETIRED)
Modified: 2009-12-19 15:57 UTC (History)
2 users (show)

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


Attachments
Convert ebuild from subversion to git (gimp-9999-svn_to_git.diff,492 bytes, patch)
2009-10-05 21:25 UTC, Jesús Guerrero Botella (RETIRED)
Details | Diff
A very poor ebuild to build gimp from git. (gimp-9999.ebuild,499 bytes, text/plain)
2009-11-05 14:34 UTC, Chris Beswick
Details

Note You need to log in before you can comment on or make changes to this bug.
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.