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

Bug 232594

Summary: dev-python/bicyclerepair-0.9-r1 - ebuild enhancements
Product: Gentoo Linux Reporter: René 'Necoro' Neumann <gentoo>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 232575    
Attachments: bicyclerepair-0.9-r1.ebuild.diff
bicyclerepair-fix-idle.patch
bicyclerepair-fix-invalid-syntax.patch

Description René 'Necoro' Neumann 2008-07-21 20:27:09 UTC
The bicyclerepair-0.9-r1 ebuild has several issues:

- does not honor get_libdir
- uses it's own call to get the python version
- does not call python_mod_{optimize,cleanup}
- bugs in the application itself

Though I only wanted to fix the first one, I tried to fix the others too. (For the latter one: I only made it compile - did not test it)
Comment 1 René 'Necoro' Neumann 2008-07-21 20:28:46 UTC
Created attachment 161030 [details, diff]
bicyclerepair-0.9-r1.ebuild.diff

The patch for the ebuild. I haven't worked on other ebuilds than the last one...
Comment 2 René 'Necoro' Neumann 2008-07-21 20:29:26 UTC
Created attachment 161032 [details, diff]
bicyclerepair-fix-idle.patch

Needed patch #1
Comment 3 René 'Necoro' Neumann 2008-07-21 20:29:46 UTC
Created attachment 161033 [details, diff]
bicyclerepair-fix-invalid-syntax.patch

Needed patch #2
Comment 4 René 'Necoro' Neumann 2008-07-21 20:31:01 UTC
And btw ... this should block bug 232575. But I don't have the necessairy rights to do so =|
Comment 5 Ali Polatel (RETIRED) gentoo-dev 2008-08-19 13:19:40 UTC
Fixed, thanks for the patches :-]