--- pygtk-2.10.3.ebuild.orig 2006-11-20 18:11:40.000000000 +0000 +++ pygtk-2.10.3.ebuild 2006-11-20 18:15:36.000000000 +0000 @@ -6,8 +6,6 @@ DESCRIPTION="GTK+2 bindings for Python" HOMEPAGE="http://www.pygtk.org/" -SRC_URI="${SRC_URI} - doc? ( http://www.pygtk.org/dist/pygtk2reference.tbz2 )" LICENSE="LGPL-2.1" SLOT="2" @@ -34,9 +32,6 @@ src_unpack() { unpack ${A} - if use doc; then - unpack pygtk2reference.tbz2 - fi # disable pyc compiling mv "${S}"/py-compile "${S}"/py-compile.orig @@ -55,12 +50,6 @@ dodoc AUTHORS ChangeLog INSTALL MAPPING NEWS README THREADS TODO rm examples/Makefile* cp -r examples ${D}/usr/share/doc/${PF}/ - - if use doc; then - cd "${S}"/../ - dodir /usr/share/gtk-doc/html - cp -pPR pygtk2reference ${D}/usr/share/gtk-doc/html/ - fi } src_test() {