diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:59:55 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:59:55 +0000 |
commit | f9c3248315f53107578d56c02f11d42c3afbbe97 (patch) | |
tree | 3c98e357597e3f41cab2af7136f59ef4da770c3b /media-gfx/povray | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.gz gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.bz2 gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-gfx/povray')
-rw-r--r-- | media-gfx/povray/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/povray/povray-3.1g-r5.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/povray/povray-3.50c.ebuild | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/media-gfx/povray/Manifest b/media-gfx/povray/Manifest index 467753db8c40..31fb749908a5 100644 --- a/media-gfx/povray/Manifest +++ b/media-gfx/povray/Manifest @@ -1,9 +1,9 @@ MD5 368950157c09cb06c681b45fb8216202 ChangeLog 4671 -MD5 a36bf8fa2ec4b48589609de95b1debbf povray-3.1g-r5.ebuild 3533 -MD5 a6618fdde1a80f4fd3f7645cded7b540 povray-3.50c.ebuild 3679 +MD5 830516cfea755785a5df6e438ed6912f povray-3.1g-r5.ebuild 3532 +MD5 650ffe867ed0f6920e9f2b8be2950203 povray-3.50c.ebuild 3676 MD5 ba3f731e3c5027c2fb00332ae552e1dd files/README.ICC-PGO 1819 MD5 56a3132643c427eee562370d53961f67 files/digest-povray-3.1g-r5 122 +MD5 21a61dd7740c2a3bec0cc8b27327fae2 files/digest-povray-3.50c 58 MD5 05e59113d8c2485e9c60b679e834dff2 files/gentoo-3.50c.patch 247 MD5 d8e13273e95d019333221aa531a33b9a files/gentoo.patch 1829 MD5 dc1e966ff1abdf0e308be6630c50b4d5 files/prob-opt.sh 2582 -MD5 21a61dd7740c2a3bec0cc8b27327fae2 files/digest-povray-3.50c 58 diff --git a/media-gfx/povray/povray-3.1g-r5.ebuild b/media-gfx/povray/povray-3.1g-r5.ebuild index d3c8afb9885b..dbe2ec711547 100644 --- a/media-gfx/povray/povray-3.1g-r5.ebuild +++ b/media-gfx/povray/povray-3.1g-r5.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/media-gfx/povray/povray-3.1g-r5.ebuild,v 1.13 2003/07/29 18:44:34 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r5.ebuild,v 1.14 2003/09/06 23:56:39 msterret Exp $ S=${WORKDIR}/povray31 DESCRIPTION="The Persistance Of Vision Ray Tracer" @@ -33,7 +33,7 @@ src_compile() { # Change the header file with the banner when you start povray cp optout.h optout.h.orig sed -e "s/DISTRIBUTION_MESSAGE_2.*$/DISTRIBUTION_MESSAGE_2 \"Gentoo Linux - `uname -n` - ${USER}\"/" optout.h.orig > optout.h - + cd unix cp makefile makefile.orig @@ -77,8 +77,8 @@ src_compile() { mkdir -m 777 -p ${IPD} echo "s/^CFLAGS =/CFLAGS = -prof_gen /" >> makefile.sed einfo Building PGO prof_gen version. - else - einfo Building PGO prof_use version. + else + einfo Building PGO prof_use version. echo "s/^CFLAGS =/CFLAGS = -prof_use /" >> makefile.sed fi fi diff --git a/media-gfx/povray/povray-3.50c.ebuild b/media-gfx/povray/povray-3.50c.ebuild index e7eb5f33fc76..c9f1c9351cc7 100644 --- a/media-gfx/povray/povray-3.50c.ebuild +++ b/media-gfx/povray/povray-3.50c.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/media-gfx/povray/povray-3.50c.ebuild,v 1.8 2003/08/31 19:32:44 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.50c.ebuild,v 1.9 2003/09/06 23:56:39 msterret Exp $ inherit gcc eutils @@ -30,7 +30,7 @@ pkg_setup() { src_compile() { local myconf - + use X && myconf="${myconf} --with-x" \ || myconf="${myconf} --without-x" @@ -46,7 +46,7 @@ src_compile() { DCPU=`echo ${CPPFLAGS} | sed -e "s/.*i\(.86\).*/\\1/"` echo "s/^CPPFLAGS.*-DCPU=686/CPPFLAGS = -DCPU=${DCPU}/" > makefile.sed - + # Change the header file with the banner when you start povray cp optout.h optout.h.orig sed -e "s/DISTRIBUTION_MESSAGE_2.*$/DISTRIBUTION_MESSAGE_2 \"Gentoo Linux - `uname -n` - ${USER}\"/" optout.h.orig > optout.h @@ -90,13 +90,13 @@ src_compile() { # strip the x86 specific options if on non x86 - if [ ${ARCH} != "x86" ]; then + if [ ${ARCH} != "x86" ]; then echo "s/-minline-all-stringops//" >> makefile.sed echo "s/-malign-double//" >> makefile.sed echo "s/-mcpu=i586//" >> makefile.sed echo "s/-march=i586//" >> makefile.sed fi - + cp Makefile Makefile.orig sed -f makefile.sed Makefile.orig > Makefile |