summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-12-20 22:02:34 +0000
committerIan Leitch <port001@gentoo.org>2004-12-20 22:02:34 +0000
commit079cc43b5351a5f8c85f55748eeb1dc21c38ef29 (patch)
tree8c777d3ad586f8fbfc9773ee325e39c00789ef18 /dev-python
parentInitial commit (Manifest recommit) (diff)
downloadgentoo-2-079cc43b5351a5f8c85f55748eeb1dc21c38ef29.tar.gz
gentoo-2-079cc43b5351a5f8c85f55748eeb1dc21c38ef29.tar.bz2
gentoo-2-079cc43b5351a5f8c85f55748eeb1dc21c38ef29.zip
Minor fixes
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jonpy/ChangeLog5
-rw-r--r--dev-python/jonpy/jonpy-0.06.ebuild8
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/jonpy/ChangeLog b/dev-python/jonpy/ChangeLog
index 3db7993cfd81..ad3defc7be23 100644
--- a/dev-python/jonpy/ChangeLog
+++ b/dev-python/jonpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/jonpy
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/ChangeLog,v 1.1 2004/12/20 21:52:00 port001 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/ChangeLog,v 1.2 2004/12/20 22:02:34 port001 Exp $
+
+ 19 Dec 2004; Ian Leitch <port001@gentoo.org> jonpy-0.06.ebuild:
+ Minor fixes
*jonpy-0.06 (19 Dec 2004)
diff --git a/dev-python/jonpy/jonpy-0.06.ebuild b/dev-python/jonpy/jonpy-0.06.ebuild
index 216f37a36a46..a215ad189b59 100644
--- a/dev-python/jonpy/jonpy-0.06.ebuild
+++ b/dev-python/jonpy/jonpy-0.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.06.ebuild,v 1.1 2004/12/20 21:52:00 port001 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.06.ebuild,v 1.2 2004/12/20 22:02:34 port001 Exp $
inherit distutils
@@ -20,17 +20,13 @@ RDEPEND="${DEPEND}"
src_install() {
distutils_src_install
- dodir /usr/share/${P}/wt-examples
insinto /usr/share/${P}/wt-examples
doins ${S}/example/printenv.html ${S}/example/wt/printenv.html.py
- dodir /usr/share/${P}/wt-examples/cgi-bin
insinto /usr/share/${P}/wt-examples/cgi-bin
doins ${S}/example/cgi-bin/wt.py
- dodir /usr/share/doc/${P}/html/
- insinto /usr/share/doc/${P}/html
for file in `ls ${S}/doc/`; do
- doins ${S}/doc/${file}
+ dohtml ${S}/doc/${file}
done
dodoc LICENCE README