diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2004-05-06 18:32:41 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2004-05-06 18:32:41 +0000 |
commit | 122f92675ac34aeb11e833e8f2205653a3745b95 (patch) | |
tree | 4d5bcd4f31c5b8cef9b2d111028f00cd42c866fc /dev-python | |
parent | initial import (diff) | |
download | historical-122f92675ac34aeb11e833e8f2205653a3745b95.tar.gz historical-122f92675ac34aeb11e833e8f2205653a3745b95.tar.bz2 historical-122f92675ac34aeb11e833e8f2205653a3745b95.zip |
fixed whitespace warnings
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nevow/Manifest | 2 | ||||
-rw-r--r-- | dev-python/nevow/nevow-0.1.ebuild | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest index 2e99b8b987b1..facfd9bd2670 100644 --- a/dev-python/nevow/Manifest +++ b/dev-python/nevow/Manifest @@ -1,4 +1,4 @@ -MD5 c1c647ba73cba78fcaf5c43f7fcfbed7 nevow-0.1.ebuild 933 +MD5 e245097673b4e7a626c9142a25486e28 nevow-0.1.ebuild 900 MD5 fb8eaa43daa3482728385e6ecc7e7abc ChangeLog 350 MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 MD5 8a2fdcf3b007798083d424c0a4bf9c67 files/digest-nevow-0.1 61 diff --git a/dev-python/nevow/nevow-0.1.ebuild b/dev-python/nevow/nevow-0.1.ebuild index 3ed6c24a41e6..33b366dd332d 100644 --- a/dev-python/nevow/nevow-0.1.ebuild +++ b/dev-python/nevow/nevow-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.1.ebuild,v 1.1 2004/05/06 18:29:02 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.1.ebuild,v 1.2 2004/05/06 18:32:41 lordvan Exp $ inherit distutils @@ -20,14 +20,14 @@ DEPEND=">=dev-python/twisted-1.2.0" S=${WORKDIR}/${P} src_install() { - distutils_src_install - - dodoc README - - # other docs are in subdirs so i use cp -r instead of insinto - cp -r ${S}/doc ${D}/usr/share/doc/${PF}/ - cp -r ${S}/examples ${D}/usr/share/doc/${PF}/ - - # FIXME: - # should i install tutorial,pdfs,.. when USE="doc"? + distutils_src_install + + dodoc README + + # other docs are in subdirs so i use cp -r instead of insinto + cp -r ${S}/doc ${D}/usr/share/doc/${PF}/ + cp -r ${S}/examples ${D}/usr/share/doc/${PF}/ + + # FIXME: + # should i install tutorial,pdfs,.. when USE="doc"? }
\ No newline at end of file |