--- pygtk-2.12.1.ebuild.orig 2008-01-13 17:43:57.000000000 +0000 +++ pygtk-2.12.1.ebuild 2008-01-13 17:44:02.000000000 +0000 @@ -7,10 +7,6 @@ DESCRIPTION="GTK+2 bindings for Python" HOMEPAGE="http://www.pygtk.org/" -DOC_FILE="pygtk2reference-2.9.0.tar.bz2" -SRC_URI="${SRC_URI} - doc? ( mirror://gnome/sources/pygtk2reference/2.9/${DOC_FILE} )" - LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" @@ -60,12 +56,6 @@ insinto /usr/share/doc/${PF} doins -r examples fi - - if use doc; then - insinto /usr/share/gtk-doc/html/pygtk - cd "${WORKDIR}"/pygtk2reference - doins -r cursors icons images - fi } src_test() {