diff options
author | Simon Haegler <simon.haegler@mistafunk.ch> | 2011-10-18 11:03:17 +0200 |
---|---|---|
committer | Simon Haegler <simon.haegler@mistafunk.ch> | 2011-10-18 11:03:17 +0200 |
commit | 7956e0d2c9d48b29755e4ed091aeb3730f9f3590 (patch) | |
tree | 5fa52b37c14b666df94ab368c8a64e2348535c97 | |
parent | adding blender 2.59 with collada support (via opencollada) (diff) | |
download | mistafunk-7956e0d2c9d48b29755e4ed091aeb3730f9f3590.tar.gz mistafunk-7956e0d2c9d48b29755e4ed091aeb3730f9f3590.tar.bz2 mistafunk-7956e0d2c9d48b29755e4ed091aeb3730f9f3590.zip |
remove old collada-dom ebuild
-rw-r--r-- | media-libs/collada-dom/collada-dom-2.2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/collada-dom/collada-dom-2.2.ebuild b/media-libs/collada-dom/collada-dom-2.2.ebuild deleted file mode 100644 index 440176f..0000000 --- a/media-libs/collada-dom/collada-dom-2.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document." -HOMEPAGE="http://sourceforge.net/projects/collada-dom/" - -SRC_URI="mirror://sourceforge/collada-dom/files/Collada%20DOM/Collada%20DOM%202.2/collada-dom-2.2.zip" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" - -IUSE="" -DEPEND="virtual/opengl - virtual/glut - media-gfx/nvidia-cg-toolkit -" -RDEPEND="${DEPEND}" - -EPATCH_OPTS="" -PATCHES=() - -S="${WORKDIR}/collada-dom" - -#src_configure() { -#} - -src_compile() { - emake -f Makefile.linux || die "emake failed" -} - -#src_install() { -#} |