Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425678 - dev-python/imdbpy-4.9 version bump request
Summary: dev-python/imdbpy-4.9 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: MythTV Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 14:38 UTC by Ian Delaney (RETIRED)
Modified: 2012-11-03 16:35 UTC (History)
2 users (show)

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


Attachments
ebuild patch (imdbpy.patch,1.39 KB, patch)
2012-07-10 14:38 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-07-10 14:38:41 UTC
Created attachment 317802 [details, diff]
ebuild patch

archtester imdbpy # USE_PYTHON="2.5 2.7 2.6 2.7-pypy-1.8 2.7-pypy-1.9" ebuild imdbpy-4.9.ebuild clean merge

>>> /usr/share/doc/imdbpy-4.9/TODO.txt.bz2
 * Compilation and optimization of Python modules for CPython 2.5    [ ok ]
 * Compilation and optimization of Python modules for CPython 2.7    [ ok ]
 * Compilation and optimization of Python modules for CPython 2.6    [ ok ]
 * Compilation and optimization of Python modules for PyPy 1.8 (Python 2.7)[ ok ]
 * Compilation and optimization of Python modules for PyPy 1.9 (Python 2.7)[ ok ]
>>> dev-python/imdbpy-4.9 merged.
Comment 1 Patrick Lauer gentoo-dev 2012-08-17 07:31:08 UTC
Patch doesn't apply, what the bleep is that set_global_options function?
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-10-08 07:55:37 UTC
Ian, can you take another look at this?
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2012-10-08 11:47:27 UTC
yes; I used the elder statesman version imdbpy-4.7.ebuild ebuild as the template version.  The set_global_options() function is found in that version and was dropped in the 4.7-r1.  Presumably I selected the 4.7 in haste of something, however the patch applied to that matching version will yield the displayed healthy outcome
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2012-10-08 12:18:09 UTC
either straight copy from imdbpy-4.8.2.ebuild
or
diff -ur imdbpy.orig/imdbpy-4.9.ebuild imdbpy/imdbpy-4.9.ebuild
--- imdbpy.orig/imdbpy-4.9.ebuild	2012-10-08 19:55:39.596653855 +0800
+++ imdbpy/imdbpy-4.9.ebuild	2012-10-08 20:06:30.437649854 +0800
@@ -27,7 +27,7 @@
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 DISTUTILS_GLOBAL_OPTIONS=("*-jython --without-cutils")
-DOCS="docs/AUTHOR.txt docs/FAQS.txt docs/imdbpy48.dtd docs/imdbpy.cfg docs/README*"
+DOCS="docs/FAQS.txt docs/README.* docs/TODO.txt"
 PYTHON_MODNAME="imdb"
 
 src_prepare() {
Comment 5 Ian Delaney (RETIRED) gentoo-dev 2012-11-03 16:35:34 UTC
  04 Nov 2012; Ian Delaney <idella4@gentoo.org> +imdbpy-4.9.ebuild,
  -imdbpy-4.7-r1.ebuild, -imdbpy-4.7.ebuild:
  bumped to imdbpy-4.9, dropped imdbpy-4.7