summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2007-02-07 22:25:09 +0000
committerRob Cakebread <pythonhead@gentoo.org>2007-02-07 22:25:09 +0000
commit7889d9e63c981785ab4a5be796276df46dfcb4a9 (patch)
tree613f38095fa5c81a9eaba59b1c964ca8a5b1398d /dev-python
parentremove UTF-8 warning, bug 165812 (diff)
downloadgentoo-2-7889d9e63c981785ab4a5be796276df46dfcb4a9.tar.gz
gentoo-2-7889d9e63c981785ab4a5be796276df46dfcb4a9.tar.bz2
gentoo-2-7889d9e63c981785ab4a5be796276df46dfcb4a9.zip
Move docs to proper directory. Thanks Chris Mayo <mayo@clara.co.uk> bug# 165143
(Portage version: 2.1.2-r8)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/kiwi/ChangeLog5
-rw-r--r--dev-python/kiwi/kiwi-1.9.11.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-python/kiwi/ChangeLog b/dev-python/kiwi/ChangeLog
index 0b245b4de23e..275f7ce873a6 100644
--- a/dev-python/kiwi/ChangeLog
+++ b/dev-python/kiwi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/kiwi
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.2 2007/02/03 04:01:31 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/ChangeLog,v 1.3 2007/02/07 22:25:09 pythonhead Exp $
+
+ 07 Feb 2007; Rob Cakebread <pythonhead@gentoo.org> kiwi-1.9.11.ebuild:
+ Move docs to proper directory. Thanks Chris Mayo <mayo@clara.co.uk> bug# 165143
03 Feb 2007; Steve Dibb <beandog@gentoo.org> kiwi-1.9.11.ebuild:
add ~amd64, bug 162948
diff --git a/dev-python/kiwi/kiwi-1.9.11.ebuild b/dev-python/kiwi/kiwi-1.9.11.ebuild
index 683625e3c89a..80287039ee14 100644
--- a/dev-python/kiwi/kiwi-1.9.11.ebuild
+++ b/dev-python/kiwi/kiwi-1.9.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.11.ebuild,v 1.2 2007/02/03 04:01:31 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kiwi/kiwi-1.9.11.ebuild,v 1.3 2007/02/07 22:25:09 pythonhead Exp $
inherit distutils versionator
@@ -15,3 +15,8 @@ IUSE=""
DEPEND=">=dev-lang/python-2.3.5
>=dev-python/pygtk-2.8"
+
+src_unpack() {
+ unpack ${A}
+ sed -i "s:share/doc/kiwi:share/doc/${PF}:g" ${S}/setup.py || die
+}