X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-libs%2Fassimp%2Fassimp-1.1.ebuild;fp=media-libs%2Fassimp%2Fassimp-1.1.ebuild;h=0000000000000000000000000000000000000000;hp=95785b646c1a0916e1443064a77f6fb10aadc37b;hb=3925c6ca4d9a6a11513d44b1e4159770e1b4e80d;hpb=48cd36aa3925a1da5bdb0911eacf5bcd8597d8d7 diff --git a/media-libs/assimp/assimp-1.1.ebuild b/media-libs/assimp/assimp-1.1.ebuild deleted file mode 100644 index 95785b6..0000000 --- a/media-libs/assimp/assimp-1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit cmake-utils - -DESCRIPTION="A library to import various well-known 3D model formats in an uniform manner" -HOMEPAGE="http://assimp.sourceforge.net/index.html" -SRC_URI="http://sourceforge.net/projects/assimp/files/${P}/assimp--1.1.700-sdk.zip/download - -> ${P}.zip" - -LICENSE="" -SLOT="0" -KEYWORDS="~x86 ~amd64" -RESTRICT="mirror" -IUSE="doc" - -DEPEND=" - dev-libs/boost - " -RDEPEND="${DEPEND}" -S="${WORKDIR}" - -src_configure() { - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install -} -