From b05b93d54a1b7e54132343265adf2eb09ab635a3 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 5 Sep 2003 02:10:38 +0000 Subject: whitespace cleanup --- sys-devel/spython/Manifest | 6 +++--- sys-devel/spython/spython-2.0-r7.ebuild | 14 +++++++------- sys-devel/spython/spython-2.0-r8.ebuild | 14 +++++++------- sys-devel/spython/spython-2.0-r9.ebuild | 14 +++++++------- 4 files changed, 24 insertions(+), 24 deletions(-) (limited to 'sys-devel/spython') diff --git a/sys-devel/spython/Manifest b/sys-devel/spython/Manifest index a0abdedd4165..00d053f978d7 100644 --- a/sys-devel/spython/Manifest +++ b/sys-devel/spython/Manifest @@ -1,7 +1,7 @@ MD5 e020e5482925484d72ccb8c465177940 ChangeLog 751 -MD5 12bcb9ee108a78e23db679763ac74c2a spython-2.0-r7.ebuild 2946 -MD5 a6110d24e48f941982036b297565b5c2 spython-2.0-r8.ebuild 3152 -MD5 12331156878fcfff90c9147f8c16b31d spython-2.0-r9.ebuild 3146 +MD5 ccd98fd045c727f51f18f637ea24d479 spython-2.0-r7.ebuild 2941 +MD5 5f8b091eb2ad3d144f3ec351ef96a184 spython-2.0-r8.ebuild 3147 +MD5 016114384bb88d08e2b83d5e09f5e53f spython-2.0-r9.ebuild 3141 MD5 2833c4b58acb6e670b65c9f0540e9e4f files/pfconfig.h 526 MD5 f5e20634de5ea001dec3b6af71f2cd86 files/Setup 15581 MD5 7f97ad6b01f1003e8970b2fada30fedc files/digest-spython-2.0-r7 140 diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild index 5102a76ff25c..77cdc31a386b 100644 --- a/sys-devel/spython/spython-2.0-r7.ebuild +++ b/sys-devel/spython/spython-2.0-r7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.17 2003/02/10 07:22:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.18 2003/09/05 02:08:20 msterret Exp $ IUSE="readline build" S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 DESCRIPTION="A really great language -- minimalist python environment" -SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 +SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz" HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" @@ -32,7 +32,7 @@ src_unpack() { cd ${S}/Modules cp -a ${FILESDIR}/pfconfig.h . - unpack python-fchksum-1.1.tar.gz + unpack python-fchksum-1.1.tar.gz echo '*static*' >> Setup.local @@ -75,15 +75,15 @@ src_compile() { src_install() { dodir /usr/share/man make install prefix=${D}/usr MANDIR=${D}/usr/share/man || die - dosym spython /usr/bin/python + dosym spython /usr/bin/python rm -rf ${D}/usr/include rm -rf ${D}/usr/lib/${PN}${PV}/config - + dodir /usr/lib/python${PV}/site-packages rm -rf ${D}/usr/lib/spython${PV}/site-packages dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages - + if [ "`use build`" ] then rm -rf ${D}/usr/share/man @@ -91,7 +91,7 @@ src_install() { cd ${D}/usr/lib/spython2.0 #remove test and lib-tk directory; we can do much more cleaning too. rm -rf test lib-tk - #clean out byte-compiled stuff. They aren't required, and doing so saves space + #clean out byte-compiled stuff. They aren't required, and doing so saves space #cd to root so "find" works properly. cd ${D} local x diff --git a/sys-devel/spython/spython-2.0-r8.ebuild b/sys-devel/spython/spython-2.0-r8.ebuild index 1ca7e38b0c4b..936aa6430c65 100644 --- a/sys-devel/spython/spython-2.0-r8.ebuild +++ b/sys-devel/spython/spython-2.0-r8.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/sys-devel/spython/spython-2.0-r8.ebuild,v 1.11 2003/02/10 07:22:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.12 2003/09/05 02:08:20 msterret Exp $ inherit eutils @@ -9,7 +9,7 @@ IUSE="readline build" S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 DESCRIPTION="A really great language -- minimalist python environment" -SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 +SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz" HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" @@ -35,9 +35,9 @@ src_unpack() { autoconf || die cd ${S}/Modules - + cp -a ${FILESDIR}/pfconfig.h . - unpack python-fchksum-1.1.tar.gz + unpack python-fchksum-1.1.tar.gz echo '*static*' >> Setup.local @@ -84,11 +84,11 @@ src_install() { rm -rf ${D}/usr/include rm -rf ${D}/usr/lib/${PN}${PV}/config - + dodir /usr/lib/python${PV}/site-packages rm -rf ${D}/usr/lib/spython${PV}/site-packages dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages - + if [ "`use build`" ] then rm -rf ${D}/usr/share/man @@ -96,7 +96,7 @@ src_install() { cd ${D}/usr/lib/spython2.0 #remove test and lib-tk directory; we can do much more cleaning too. rm -rf test lib-tk - #clean out byte-compiled stuff. They aren't required, and doing so saves space + #clean out byte-compiled stuff. They aren't required, and doing so saves space #cd to root so "find" works properly. cd ${D} local x diff --git a/sys-devel/spython/spython-2.0-r9.ebuild b/sys-devel/spython/spython-2.0-r9.ebuild index 0945c9035e22..03a2de60cb2d 100644 --- a/sys-devel/spython/spython-2.0-r9.ebuild +++ b/sys-devel/spython/spython-2.0-r9.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/sys-devel/spython/spython-2.0-r9.ebuild,v 1.11 2003/02/10 07:22:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.12 2003/09/05 02:08:20 msterret Exp $ inherit eutils @@ -9,7 +9,7 @@ IUSE="readline build" S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 DESCRIPTION="A really great language -- minimalist python environment" -SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 +SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz" HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" @@ -36,9 +36,9 @@ src_unpack() { autoconf cd ${S}/Modules - + cp -a ${FILESDIR}/pfconfig.h . - unpack python-fchksum-1.1.tar.gz + unpack python-fchksum-1.1.tar.gz echo '*static*' >> Setup.local @@ -85,11 +85,11 @@ src_install() { rm -rf ${D}/usr/include rm -rf ${D}/usr/lib/${PN}${PV}/config - + dodir /usr/lib/python${PV}/site-packages rm -rf ${D}/usr/lib/spython${PV}/site-packages dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages - + if [ "`use build`" ] then rm -rf ${D}/usr/share/man @@ -97,7 +97,7 @@ src_install() { cd ${D}/usr/lib/spython2.0 #remove test and lib-tk directory; we can do much more cleaning too. rm -rf test lib-tk - #clean out byte-compiled stuff. They aren't required, and doing so saves space + #clean out byte-compiled stuff. They aren't required, and doing so saves space #cd to root so "find" works properly. cd ${D} local x -- cgit v1.2.3-65-gdbad