diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:14:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:14:06 +0000 |
commit | dc0b98a70454c1164a282d02f8c20fcbd65e20c3 (patch) | |
tree | 767f70cec24e911df57f3aca6ce29ad3180adb52 /dev-python/pycurl/pycurl-7.10.4.ebuild | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-dc0b98a70454c1164a282d02f8c20fcbd65e20c3.tar.gz historical-dc0b98a70454c1164a282d02f8c20fcbd65e20c3.tar.bz2 historical-dc0b98a70454c1164a282d02f8c20fcbd65e20c3.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-python/pycurl/pycurl-7.10.4.ebuild')
-rw-r--r-- | dev-python/pycurl/pycurl-7.10.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycurl/pycurl-7.10.4.ebuild b/dev-python/pycurl/pycurl-7.10.4.ebuild index d92b3d5394ec..6e016bbdcc32 100644 --- a/dev-python/pycurl/pycurl-7.10.4.ebuild +++ b/dev-python/pycurl/pycurl-7.10.4.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/pycurl/pycurl-7.10.4.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.10.4.ebuild,v 1.5 2003/09/11 01:14:04 msterret Exp $ inherit distutils @@ -23,5 +23,5 @@ src_install(){ mv ${D}/usr/share/doc/pycurl/examples ${D}/usr/share/doc/${P} mv ${D}/usr/share/doc/pycurl/html ${D}/usr/share/doc/${P} mv ${D}/usr/share/doc/pycurl/tests ${D}/usr/share/doc/${P} - rm -fr ${D}/usr/share/doc/pycurl + rm -fr ${D}/usr/share/doc/pycurl } |