diff options
author | 2003-09-10 22:29:48 +0000 | |
---|---|---|
committer | 2003-09-10 22:29:48 +0000 | |
commit | 5f59527c686a83c3ee620888e55c320ef80c337b (patch) | |
tree | 9387f37124439902c029de1969be0642344ccb40 /dev-python/wxpython-demo | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-5f59527c686a83c3ee620888e55c320ef80c337b.tar.gz historical-5f59527c686a83c3ee620888e55c320ef80c337b.tar.bz2 historical-5f59527c686a83c3ee620888e55c320ef80c337b.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-python/wxpython-demo')
-rw-r--r-- | dev-python/wxpython-demo/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/wxpython-demo/Manifest b/dev-python/wxpython-demo/Manifest index df60a8b0313b..a32c187a08f1 100644 --- a/dev-python/wxpython-demo/Manifest +++ b/dev-python/wxpython-demo/Manifest @@ -1,4 +1,4 @@ -MD5 80792597efc3c91f6065d472c4bffe8b wxpython-demo-2.4.0.7.ebuild 894 -MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 MD5 711c1ef9ee74735d5d86829a23f031a0 ChangeLog 431 +MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 +MD5 1b02331e17521f53d049704480bcfd6f wxpython-demo-2.4.0.7.ebuild 880 MD5 51ae26b9189b625fdacd93232e7a524a files/digest-wxpython-demo-2.4.0.7 72 diff --git a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild index a102c2bb279e..2edc27693b6d 100644 --- a/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild +++ b/dev-python/wxpython-demo/wxpython-demo-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-demo/wxpython-demo-2.4.0.7.ebuild,v 1.1 2003/07/08 00:49:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild,v 1.2 2003/09/10 22:26:05 msterret Exp $ MY_P=${P/wxpython-demo/wxPythonDemo} @@ -20,9 +20,9 @@ S="${WORKDIR}/${MY_P}" DOCDIR="wxPython-${PVR}" src_install() { - dodir /usr/share/doc/${DOCDIR} - dodir /usr/share/doc/${DOCDIR}/demo - dodir /usr/share/doc/${DOCDIR}/samples - cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/ - cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/ + dodir /usr/share/doc/${DOCDIR} + dodir /usr/share/doc/${DOCDIR}/demo + dodir /usr/share/doc/${DOCDIR}/samples + cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/ + cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/ } |