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
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')
-rw-r--r--dev-python/pygtk/ChangeLog5
-rw-r--r--dev-python/pygtk/pygtk-2.12.1.ebuild8
2 files changed, 5 insertions, 8 deletions
diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog
index 159e06ba7525..5d8849a75bc7 100644
--- a/dev-python/pygtk/ChangeLog
+++ b/dev-python/pygtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pygtk
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.176 2008/03/09 22:17:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.177 2008/03/20 23:20:33 eva Exp $
+
+ 20 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> pygtk-2.12.1.ebuild:
+ remove useless doc installation, fix bug #205676 again
09 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> -pygtk-2.8.6.ebuild,
pygtk-2.12.1.ebuild:
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() {