Summary: | media-sound/codecgraph: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Tony Vroon (RETIRED) <chainsaw> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | idella4, sound |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 | ||
Attachments: |
ebuild patch
ebuild patch revised revised ebuild patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2010-04-08 19:41:25 UTC
Created attachment 292299 [details, diff]
ebuild patch
good for ABI {2.6 2.7 3.1 3.2}
Tested, all AOK. Only adjusted most recent, adjustments undoubtedly can apply to others. version bumped to EAPI 4, special treatment for Chainsaw.
(In reply to comment #1) Portage itself requires Python >=2.6 and it has no relation to Python version required by other packages. If you install sys-apps/portage with USE="python3", then you will be able to set active version of Python 2 to 2.4 or 2.5 and still use Portage (Portage will use active version of Python 3 regardless of active version of Python 2). Such pkg_setup() is not needed. Shebang in codecgraph.py should be fixed. Created attachment 292497 [details, diff]
ebuild patch revised
done
(In reply to comment #3) Use PYTHON_DEPEND="2". Created attachment 292607 [details, diff]
revised ebuild patch
this is known practice!!.. see how Chainsaw like it now.
+*codecgraph-20120114 (20 Apr 2012) + + 20 Apr 2012; Tony Vroon <chainsaw@gentoo.org> + +files/20120114-makefile-prefix.diff, -codecgraph-20080422.ebuild, + -codecgraph-20080507.ebuild, +codecgraph-20120114.ebuild: + Version bump, incorporating ebuild improvements by Ian "idella4" Delaney that + have been reviewed by Arfrever Frehtes Taifersar Arahesis in bug #313939. |