Bug 205676 - dev-python/pygtk-2.12.1 no need for images from pygtk2reference-2.9.0.tar.bz2
|
Bug#:
205676
|
Product: Gentoo Linux
|
Version: 2007.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: python@gentoo.org
|
Reported By: aklhfex@googlemail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: dev-python/pygtk-2.12.1 no need for images from pygtk2reference-2.9.0.tar.bz2
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-01-13 18:10 0000
|
pygtk-2.12.1.tar.bz2 includes all the images needed for its html docs, so no
longer any need to download pygtk2reference-2.9.0.tar.bz2 as well.
Should get rid of the if use doc as well as per the patch:
if use doc; then
insinto /usr/share/gtk-doc/html/pygtk
cd "${WORKDIR}"/pygtk2reference
doins -r cursors icons images
fi
causes the errors:
/var/tmp/portage/dev-python/pygtk-2.12.1/temp/environment: line 2641: cd:
/var/tmp/portage/dev-python/pygtk-2.12.1/work/pygtk2reference: No such file or
directory
install: cannot stat `cursors': No such file or directory
install: cannot stat `icons': No such file or directory
install: cannot stat `images': No such file or directory
fixed for good this time. thanks for reporting.