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
Description:   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.

------- Comment #1 From Chris Mayo 2008-01-13 18:11:51 0000 -------
Created an attachment (id=140886) [details]
remove pygtk2reference-2.9.0.tar.bz2

------- Comment #2 From Gilles Dartiguelongue 2008-03-09 22:18:21 0000 -------
fixed in CVS

------- Comment #3 From Chris Mayo 2008-03-10 20:05:52 0000 -------
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

------- Comment #4 From Gilles Dartiguelongue 2008-03-20 23:22:16 0000 -------
fixed for good this time. thanks for reporting.