diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-26 08:49:37 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-26 08:49:37 +0000 |
commit | f76ba42a118c190ce95de01b6e0d6b1ddc180380 (patch) | |
tree | a870840abe5797302450e4028567465395fce155 /media-gfx | |
parent | SLOT and LICENSE updates (diff) | |
download | gentoo-2-f76ba42a118c190ce95de01b6e0d6b1ddc180380.tar.gz gentoo-2-f76ba42a118c190ce95de01b6e0d6b1ddc180380.tar.bz2 gentoo-2-f76ba42a118c190ce95de01b6e0d6b1ddc180380.zip |
removing versions without LICENSE
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/povray/files/digest-povray-3.1g-r1 | 2 | ||||
-rw-r--r-- | media-gfx/povray/files/digest-povray-3.1g-r2 | 2 | ||||
-rw-r--r-- | media-gfx/povray/files/digest-povray-3.1g-r3 | 2 | ||||
-rw-r--r-- | media-gfx/povray/files/digest-povray-3.1g-r4 | 2 | ||||
-rw-r--r-- | media-gfx/povray/povray-3.1g-r1.ebuild | 43 | ||||
-rw-r--r-- | media-gfx/povray/povray-3.1g-r2.ebuild | 48 | ||||
-rw-r--r-- | media-gfx/povray/povray-3.1g-r3.ebuild | 47 | ||||
-rw-r--r-- | media-gfx/povray/povray-3.1g-r4.ebuild | 113 |
8 files changed, 0 insertions, 259 deletions
diff --git a/media-gfx/povray/files/digest-povray-3.1g-r1 b/media-gfx/povray/files/digest-povray-3.1g-r1 deleted file mode 100644 index 65dea6b01dc9..000000000000 --- a/media-gfx/povray/files/digest-povray-3.1g-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6da91fb1d3d48cd44f46b831760d233f povuni_s.tgz 946513 -MD5 dff3b8f3bc2a6dd131a9d008d0f46295 povuni_d.tgz 913748 diff --git a/media-gfx/povray/files/digest-povray-3.1g-r2 b/media-gfx/povray/files/digest-povray-3.1g-r2 deleted file mode 100644 index 65dea6b01dc9..000000000000 --- a/media-gfx/povray/files/digest-povray-3.1g-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6da91fb1d3d48cd44f46b831760d233f povuni_s.tgz 946513 -MD5 dff3b8f3bc2a6dd131a9d008d0f46295 povuni_d.tgz 913748 diff --git a/media-gfx/povray/files/digest-povray-3.1g-r3 b/media-gfx/povray/files/digest-povray-3.1g-r3 deleted file mode 100644 index 65dea6b01dc9..000000000000 --- a/media-gfx/povray/files/digest-povray-3.1g-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6da91fb1d3d48cd44f46b831760d233f povuni_s.tgz 946513 -MD5 dff3b8f3bc2a6dd131a9d008d0f46295 povuni_d.tgz 913748 diff --git a/media-gfx/povray/files/digest-povray-3.1g-r4 b/media-gfx/povray/files/digest-povray-3.1g-r4 deleted file mode 100644 index 65dea6b01dc9..000000000000 --- a/media-gfx/povray/files/digest-povray-3.1g-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6da91fb1d3d48cd44f46b831760d233f povuni_s.tgz 946513 -MD5 dff3b8f3bc2a6dd131a9d008d0f46295 povuni_d.tgz 913748 diff --git a/media-gfx/povray/povray-3.1g-r1.ebuild b/media-gfx/povray/povray-3.1g-r1.ebuild deleted file mode 100644 index cddeb0f8e269..000000000000 --- a/media-gfx/povray/povray-3.1g-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r1.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ - -S=${WORKDIR}/povray31 -DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" -SRC_URI="ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_s.tgz - ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_d.tgz" -HOMEPAGE="http://www.povray.org/" - -RDEPEND="virtual/glibc - svga? ( media-libs/svgalib ) - X? ( virtual/x11 ) - media-libs/libpng - sys-libs/zlib" - -src_compile() { - pwd - patch -p1 < ${FILESDIR}/gentoo.patch - cd source/unix - emake newunix || die - - if [ "`use X`" ] ; then - emake newxwin || die - fi - if [ "`use svga`" ] ; then - make newsvga ||die - fi -} - -src_install() { - pwd - cd source/unix - dodir usr/bin - dodir usr/lib - dodir usr/share/man/man1 - make DESTDIR=${D} install || die - cd ${S} - rm -rf source - cd .. - mv povray31 ${D}/usr/lib -} diff --git a/media-gfx/povray/povray-3.1g-r2.ebuild b/media-gfx/povray/povray-3.1g-r2.ebuild deleted file mode 100644 index b53af2a2c90a..000000000000 --- a/media-gfx/povray/povray-3.1g-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r2.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ - -S=${WORKDIR}/povray31 -DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" -SRC_URI="ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_s.tgz - ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_d.tgz" -HOMEPAGE="http://www.povray.org/" - -RDEPEND="virtual/glibc - svga? ( media-libs/svgalib ) - X? ( virtual/x11 ) - media-libs/libpng - sys-libs/zlib" - -src_compile() { - pwd - patch -p1 < ${FILESDIR}/gentoo.patch - - # fix system default povray.ini to point to install directory - cp povray.ini povray.ini.orig - sed -e "s:\(/usr/\)local/\(lib\):\1\2:" povray.ini.orig > povray.ini - - cd source/unix - emake newunix || die - - if [ "`use X`" ] ; then - emake newxwin || die - fi - if [ "`use svga`" ] ; then - make newsvga ||die - fi -} - -src_install() { - pwd - cd source/unix - dodir usr/bin - dodir usr/lib - dodir usr/share/man/man1 - make DESTDIR=${D} install || die - cd ${S} - rm -rf source - cd .. - mv povray31 ${D}/usr/lib -} diff --git a/media-gfx/povray/povray-3.1g-r3.ebuild b/media-gfx/povray/povray-3.1g-r3.ebuild deleted file mode 100644 index 9977a674dba2..000000000000 --- a/media-gfx/povray/povray-3.1g-r3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r3.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp $ - -S=${WORKDIR}/povray31 -DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" -SRC_URI="ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_s.tgz - ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_d.tgz" -HOMEPAGE="http://www.povray.org/" - -RDEPEND="media-libs/libpng - svga? ( media-libs/svgalib ) - X? ( virtual/x11 ) - sys-libs/zlib" - -src_compile() { - pwd - patch -p1 < ${FILESDIR}/gentoo.patch - - # fix system default povray.ini to point to install directory - cp povray.ini povray.ini.orig - sed -e "s:\(/usr/\)local/\(lib\):\1\2:" povray.ini.orig > povray.ini - - cd source/unix - emake newunix || die - - if [ "`use X`" ] ; then - emake newxwin || die - fi - if [ "`use svga`" ] ; then - make newsvga ||die - fi -} - -src_install() { - pwd - cd source/unix - dodir usr/bin - dodir usr/lib - dodir usr/share/man/man1 - make DESTDIR=${D} install || die - cd ${S} - rm -rf source - cd .. - mv povray31 ${D}/usr/lib -} diff --git a/media-gfx/povray/povray-3.1g-r4.ebuild b/media-gfx/povray/povray-3.1g-r4.ebuild deleted file mode 100644 index d6913b2560f1..000000000000 --- a/media-gfx/povray/povray-3.1g-r4.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Achim Gottinger <achim@gentoo.org>, William McArthur <sandymac@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.1g-r4.ebuild,v 1.3 2002/05/14 17:33:22 sandymac Exp $ - -S=${WORKDIR}/povray31 -DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" -SRC_URI="ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_s.tgz - ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_d.tgz" -HOMEPAGE="http://www.povray.org/" - -DEPEND="media-libs/libpng - svga? ( media-libs/svgalib ) - X? ( virtual/x11 ) - icc? ( dev-lang/icc ) - sys-libs/zlib" - -src_compile() { - patch -p1 < ${FILESDIR}/gentoo.patch - - # fix system default povray.ini to point to install directory - cp povray.ini povray.ini.orig - sed -e "s:\(/usr/\)local/\(lib\):\1\2:" povray.ini.orig > povray.ini - - cd source - # Use the system libpng and zlib, not the version w/ the package - rm -rf libpng/ zlib/ - - # 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 - - DCPU=`echo ${CFLAGS} | sed -e "s/.*i\(.86\).*/\\1/"` - echo "s/^CFLAGS.*-DCPU=686/CFLAGS = -DCPU=${DCPU}/" > makefile.sed - - ## Stuff common to both compilers - # Use system libpng - echo "s:^PNGDIR.*:PNGDIR = /usr/include:" >> makefile.sed - echo "s:^LIBPNGINC.*:LIBPNGINC =:" >> makefile.sed - echo "s:^LIBPNGLIB.*:LIBPNGLIB = -lpng:" >> makefile.sed - - # Use system zlib - echo "s:^ZLIBDIR.*:ZLIBDIR =:" >> makefile.sed - echo "s:^ZLIBINC.*:ZLIBINC =:" >> makefile.sed - echo "s:^ZLIBLIB.*:ZLIBLIB = -lz:" >> makefile.sed - - echo "s/^CFLAGS =/CFLAGS = -ansi -c/" >> makefile.sed - - if [ "`use icc`" ]; then - # ICC CFLAGS - echo "s/gcc/icc/" >> makefile.sed - - # Should pull from /etc/make.conf - # If you have a P4 add -tpp7 after the -O3 - # If you want lean/mean replace -axiMKW with -x? (see icc docs for -x) - # Note: -ipo breaks povray - # Note: -ip breaks povray on a P3 - echo "s/^CFLAGS =/CFLAGS = -O3 -axiMKW /" >> makefile.sed - # This is optimized for my Pentium 2: - #echo "s/^CFLAGS =/CFLAGS = -O3 -xM -ip /" >> makefile.sed - # This is optimized for Pentium 3 (semi-untested, I don't own one): - #echo "s/^CFLAGS =/CFLAGS = -O3 -xK /" >> makefile.sed - # This is optimized for Pentium 4 (untested, I don't own one): - #echo "s/^CFLAGS =/CFLAGS = -O3 -xW -ip -tpp7 /" >> makefile.sed - - if [ "`use icc-pgo`" ]; then - IPD=${BUILDDIR}/icc-pgo - echo "s:^CFLAGS =:CFLAGS = -prof_dir ${IPD} :" >> makefile.sed - if [ ! -d "${IPD}" ]; then - 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. - echo "s/^CFLAGS =/CFLAGS = -prof_use /" >> makefile.sed - fi - fi - else - # GCC CFLAGS - echo "s/^CFLAGS =/CFLAGS = -finline-functions -ffast-math /" >> makefile.sed - echo "s/^CFLAGS =/CFLAGS = ${CFLAGS} /" >> makefile.sed - fi - - sed -f makefile.sed makefile.orig > makefile - - einfo Building povray - emake newunix || die - - if [ "`use X`" ] ; then - einfo Building x-povray - emake newxwin || die - fi - if [ "`use svga`" ] ; then - einfo Building s-povray - make newsvga || die - fi -} - -src_install() { - pwd - cd source/unix - dodir usr/bin - dodir usr/lib - dodir usr/share/man/man1 - make DESTDIR=${D} install || die - cd ${S} - rm -rf source - cd .. - mv povray31 ${D}/usr/lib -} |