Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274621 - git-cola ebuild
Summary: git-cola ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Tiziano Müller (RETIRED)
URL: http://cola.tuxfamily.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 15:52 UTC by peyser.alex
Modified: 2009-06-19 19:31 UTC (History)
0 users

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


Attachments
ebuild for git-cola using the git repository (git-cola-9999.ebuild,914 bytes, text/plain)
2009-06-18 15:53 UTC, peyser.alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peyser.alex 2009-06-18 15:52:25 UTC
There's no git-cola ebuild available. Here's at least a start -- it builds and works, but lacks pythonization with distutils -- I couldn't get the proper install locations without going through the Makefile.

Reproducible: Always

Steps to Reproduce:
1.emerge -s git-cola
2.
3.

Actual Results:  
No git-cola!

Expected Results:  
Magically created an ebuild from thin air!

I've forwarded the ebuild to the developer -- but maybe here someone with more expertise in python ebuilds will someday fix it up.
Comment 1 peyser.alex 2009-06-18 15:53:34 UTC
Created attachment 195093 [details]
ebuild for git-cola using the git repository
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2009-06-19 07:51:33 UTC
In the tree as dev-util/cola (moved over from my overlay).
Comment 3 peyser.alex 2009-06-19 16:14:38 UTC
(In reply to comment #2)
> In the tree as dev-util/cola (moved over from my overlay).
> 

One bug I notice -- pyinotify needs to be >= 0.7.1. The 0.7.0 version fails (reported to the developer for documentation purposes).
Comment 4 peyser.alex 2009-06-19 16:49:07 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > In the tree as dev-util/cola (moved over from my overlay).
> > 
> 
> One bug I notice -- pyinotify needs to be >= 0.7.1. The 0.7.0 version fails
> (reported to the developer for documentation purposes).
> 

And jsonpickle needs to be moved as well. (By the way, update-eix-remote doesn't appear to pick up your repository).
Comment 5 Tiziano Müller (RETIRED) gentoo-dev 2009-06-19 19:31:00 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > In the tree as dev-util/cola (moved over from my overlay).
> > 
> 
> One bug I notice -- pyinotify needs to be >= 0.7.1. The 0.7.0 version fails
> (reported to the developer for documentation purposes).
> 

Done, thanks for the note.