From e4b8569efd4b2be145e5fbd216847780142afd33 Mon Sep 17 00:00:00 2001 From: Joe Peterson Date: Sat, 10 May 2008 17:22:29 +0000 Subject: Remove old Package-Manager: portage-2.1.4.4 --- media-gfx/povray/povray-3.6.1-r1.ebuild | 56 --------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 media-gfx/povray/povray-3.6.1-r1.ebuild (limited to 'media-gfx/povray/povray-3.6.1-r1.ebuild') diff --git a/media-gfx/povray/povray-3.6.1-r1.ebuild b/media-gfx/povray/povray-3.6.1-r1.ebuild deleted file mode 100644 index 534f01a9a2cd..000000000000 --- a/media-gfx/povray/povray-3.6.1-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r1.ebuild,v 1.21 2007/07/22 09:50:57 dberkholz Exp $ - -inherit flag-o-matic eutils autotools - -DESCRIPTION="The Persistence Of Vision Ray Tracer" -SRC_URI="ftp://ftp.povray.org/pub/povray/Official/Unix/${P}.tar.bz2" -HOMEPAGE="http://www.povray.org/" - -SLOT="0" -LICENSE="povlegal-3.6" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="X svga" - -DEPEND="media-libs/libpng - >=media-libs/tiff-3.6.1 - media-libs/jpeg - sys-libs/zlib - X? ( x11-libs/libXaw ) - svga? ( media-libs/svgalib )" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-configure.patch - eautoconf -} - -src_compile() { - local myconf - - # closes bug 71255 - if get-flag march == k6-2 ; then - filter-flags -fomit-frame-pointer - fi - - use X && myconf="${myconf} --with-x" \ - || myconf="${myconf} --without-x"\ - CFLAGS="${CFLAGS} -DX_DISPLAY_MISSING" - use svga || myconf="${myconf} --without-svga" - - econf COMPILED_BY="${USER} (on `uname -n`)" ${myconf} || die - - # Copy the user configuration into /etc/skel - cp Makefile Makefile.orig - sed -e "s:^povconfuser = .*:povconfuser = ${D}etc/skel/.povray/3.6/:" Makefile.orig >Makefile - - einfo Building povray - emake || die "build failed" -} - -src_install() { - emake DESTDIR=${D} install || die -} -- cgit v1.2.3-65-gdbad