Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232594 - dev-python/bicyclerepair-0.9-r1 - ebuild enhancements
Summary: dev-python/bicyclerepair-0.9-r1 - ebuild enhancements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 232575
  Show dependency tree
 
Reported: 2008-07-21 20:27 UTC by René 'Necoro' Neumann
Modified: 2008-08-19 13:19 UTC (History)
0 users

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


Attachments
bicyclerepair-0.9-r1.ebuild.diff (bicyclerepair-0.9-r1.ebuild.diff,2.09 KB, patch)
2008-07-21 20:28 UTC, René 'Necoro' Neumann
Details | Diff
bicyclerepair-fix-idle.patch (bicyclerepair-fix-idle.patch,1.49 KB, patch)
2008-07-21 20:29 UTC, René 'Necoro' Neumann
Details | Diff
bicyclerepair-fix-invalid-syntax.patch (bicyclerepair-fix-invalid-syntax.patch,340 bytes, patch)
2008-07-21 20:29 UTC, René 'Necoro' Neumann
Details | Diff

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