summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-10 22:25:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-10 22:25:43 +0000
commitde86cb6f8ebdb16c78049a8f2031dccaf10f1726 (patch)
treebf4a027d75c5be20d2353fe2280e873516d13196 /dev-python/wxpython-docs
parentrepoman: fix leading whitespace (diff)
downloadgentoo-2-de86cb6f8ebdb16c78049a8f2031dccaf10f1726.tar.gz
gentoo-2-de86cb6f8ebdb16c78049a8f2031dccaf10f1726.tar.bz2
gentoo-2-de86cb6f8ebdb16c78049a8f2031dccaf10f1726.zip
repoman: fix leading whitespace
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/Manifest4
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest
index 5ee3730ad82f..ce57d877cef2 100644
--- a/dev-python/wxpython-docs/Manifest
+++ b/dev-python/wxpython-docs/Manifest
@@ -1,4 +1,4 @@
-MD5 7dd73f43fd6f5f9995485ede8a7dd502 wxpython-docs-2.4.0.7.ebuild 770
-MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
MD5 b6b029122e407697eb182db1048d1455 ChangeLog 431
+MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
+MD5 8ea18fe7b80294f5bbc7db5c221fd6e2 wxpython-docs-2.4.0.7.ebuild 762
MD5 52f0f1eee85a5d6f1988758ac11c7a71 files/digest-wxpython-docs-2.4.0.7 73
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
index 32253ee8445f..ef03991c1f6e 100644
--- a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
+++ b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.2 2003/07/08 00:55:01 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.3 2003/09/10 22:24:19 msterret Exp $
MY_P="${P/wxpython-docs/wxPythonDocs}"
DESCRIPTION="wxPython documentation"
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
DOCDIR="wxPython-${PVR}"
src_install() {
- dodir /usr/share/doc/${DOCDIR}
- dodir /usr/share/doc/${DOCDIR}/docs
- cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/
+ dodir /usr/share/doc/${DOCDIR}
+ dodir /usr/share/doc/${DOCDIR}/docs
+ cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/
}