Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419351 - dev-python/visual-5.74 version bump request
Summary: dev-python/visual-5.74 version bump request
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 13:49 UTC by Ian Delaney (RETIRED)
Modified: 2012-06-29 08:28 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-06-02 13:49:56 UTC
archtester visual # USE=doc ebuild visual-5.74.ebuild clean install merge

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * ./python/arrayprim.cpp:12:41: warning: passing NULL to non-pointer argument 1 of 'boost::python::numeric::array::array(const T0&) [with T0 = long int]'
 * ./python/arrayprim.cpp:12:41: warning: passing NULL to non-pointer argument 1 of 'boost::python::numeric::array::array(const T0&) [with T0 = long int]'
 * ./python/arrayprim.cpp:12:41: warning: passing NULL to non-pointer argument 1 of 'boost::python::numeric::array::array(const T0&) [with T0 = long int]'
 * ./python/arrayprim.cpp:12:41: warning: passing NULL to non-pointer argument 1 of 'boost::python::numeric::array::array(const T0&) [with T0 = long int]'

 * Please do not file a Gentoo bug and instead report the above QA
 * issues directly to the upstream developers of this software.

>>> Original instance of package unmerged safely.
 * Compilation and optimization of Python modules for CPython 2.7    [ ok ]
>>> dev-python/visual-5.74 merged.

4 lines don't really warrant a patch.  It has pre prepared html docs in docs 
No tests.

diff -ur ../visual.orig/visual-5.74.ebuild ../visual/visual-5.74.ebuild
--- ../visual.orig/visual-5.74.ebuild	2012-06-02 18:23:44.121862532 +0800
+++ ../visual/visual-5.74.ebuild	2012-06-02 21:33:52.296553156 +0800
@@ -78,6 +78,10 @@
 	python_clean_installation_image
 
 	dodoc authors.txt HACKING.txt NEWS.txt
+	if use doc; then
+		dohtml -r docs/
+		mv "${ED}"usr/share/doc/${P}/html/visual/VPython_Intro.pdf "${ED}"usr/share/doc/${P}/ || die
+	fi
 
 	# Don't install useless vpython script.
 	rm -fr "${ED}usr/bin"

easy
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-06-29 08:28:18 UTC
bumped by the bumper in 18 Jun 2012