diff options
Diffstat (limited to 'media-gfx/aoi/aoi-1.4.ebuild')
-rw-r--r-- | media-gfx/aoi/aoi-1.4.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/media-gfx/aoi/aoi-1.4.ebuild b/media-gfx/aoi/aoi-1.4.ebuild deleted file mode 100644 index 38657156e935..000000000000 --- a/media-gfx/aoi/aoi-1.4.ebuild +++ /dev/null @@ -1,44 +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/aoi/aoi-1.4.ebuild,v 1.12 2007/04/30 21:00:36 genone Exp $ - -inherit java-pkg - -At="artofillusion14.zip" -S="${WORKDIR}/ArtOfIllusion1.4" -DESCRIPTION="A free, open-source 3D modelling and rendering studio." -SRC_URI="mirror://sourceforge/${PN}/${At} - doc? ( http://aoi.sourceforge.net/docs/downloads/manual.zip )" -HOMEPAGE="http://aoi.sourceforge.net/index" -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" -DEPEND="app-arch/unzip" -RDEPEND=">=virtual/jdk-1.2 - quicktime? ( dev-java/jmf-bin )" -IUSE="doc quicktime" - -src_unpack() { - cd ${WORKDIR} - unpack ${At} - use doc && unpack manual.zip -} -src_compile() { - elog " This ebuild is binary-only (for now)." - elog " If you get this to compile from source, please file a bug" - elog " and let us know. http://bugs.gentoo.org/" -} - -src_install() { - use quicktime && DEP_APPEND="jmf" - dobin ${FILESDIR}/aoi - dodoc HISTORY LICENSE README - if use doc ; then - mv ${WORKDIR}/AoI\ Manual/ ${WORKDIR}/aoi_manual/ - dohtml -r ${WORKDIR}/aoi_manual/ - fi - java-pkg_dojar ArtOfIllusion.jar - JARDESTTREE="lib/Plugins" - java-pkg_dojar Plugins/*.jar -} - |