summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pixie/pixie-1.6.3.ebuild')
-rw-r--r--media-gfx/pixie/pixie-1.6.3.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/media-gfx/pixie/pixie-1.6.3.ebuild b/media-gfx/pixie/pixie-1.6.3.ebuild
deleted file mode 100644
index 6177a6bcedc3..000000000000
--- a/media-gfx/pixie/pixie-1.6.3.ebuild
+++ /dev/null
@@ -1,52 +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/pixie/pixie-1.6.3.ebuild,v 1.2 2007/01/04 15:07:44 flameeyes Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit eutils autotools
-
-IUSE="X openexr"
-
-MY_PN="Pixie"
-S="${WORKDIR}/${MY_PN}"
-
-DESCRIPTION="RenderMan like photorealistic renderer."
-HOMEPAGE="http://pixie.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-src-${PV}.tgz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="-amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="media-libs/jpeg
- sys-libs/zlib
- media-libs/tiff
- openexr? ( media-libs/openexr )
- X? ( || ( x11-libs/libXext virtual/x11 ) )"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
-
- # Don't install a lib with a name like 'libcommon'. Renaming it to libpixiecommon
- epatch ${FILESDIR}/${PN}-1.6.3-libcommon.patch
-
- eautoreconf
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- keepdir /usr/$(get_libdir)/Pixie/procedurals
- keepdir /usr/share/Pixie/models
-
- insinto /usr/share/Pixie/textures
- doins ${S}/textures/checkers.tif
-
- edos2unix ${D}/usr/share/Pixie/shaders/*
- mv ${D}/usr/share/doc/Pixie ${D}/usr/share/doc/${PF}
-}