summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-03-20 23:20:33 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-03-20 23:20:33 +0000
commit7dd295651f1f2c84c3ec910cdce22a150cc6b396 (patch)
tree200100700bef2cfbac6482639e937867b221e0b5 /dev-python/pygtk/pygtk-2.12.1.ebuild
parentUnstable version bump (diff)
downloadgentoo-2-7dd295651f1f2c84c3ec910cdce22a150cc6b396.tar.gz
gentoo-2-7dd295651f1f2c84c3ec910cdce22a150cc6b396.tar.bz2
gentoo-2-7dd295651f1f2c84c3ec910cdce22a150cc6b396.zip
remove useless doc installation, fix bug #205676 again
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/pygtk/pygtk-2.12.1.ebuild')
-rw-r--r--dev-python/pygtk/pygtk-2.12.1.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/dev-python/pygtk/pygtk-2.12.1.ebuild b/dev-python/pygtk/pygtk-2.12.1.ebuild
index 36bcd3cd5aef..00acb95e3185 100644
--- a/dev-python/pygtk/pygtk-2.12.1.ebuild
+++ b/dev-python/pygtk/pygtk-2.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.12.1.ebuild,v 1.2 2008/03/09 22:17:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.12.1.ebuild,v 1.3 2008/03/20 23:20:33 eva Exp $
inherit gnome.org python flag-o-matic eutils virtualx
@@ -51,12 +51,6 @@ src_install() {
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() {