summaryrefslogtreecommitdiff
path: root/media-libs/opengtl/opengtl-0.9.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/opengtl/opengtl-0.9.9.ebuild')
-rw-r--r--media-libs/opengtl/opengtl-0.9.9.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/opengtl/opengtl-0.9.9.ebuild b/media-libs/opengtl/opengtl-0.9.9.ebuild
deleted file mode 100644
index 0ffffacd31e..00000000000
--- a/media-libs/opengtl/opengtl-0.9.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Set of libraries for using and integrating transformation algorithms"
-HOMEPAGE="http://opengtl.org/"
-SRC_URI="${HOMEPAGE}download/OpenGTL-${PV}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libpng
- media-libs/libopenraw
- =sys-devel/llvm-2.5
-"
-# =sys-devel/llvm-2.5 is on bug #186279
-
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.6"
-
-src_install() {
- cmake-utils_src_install
- newdoc OpenShiva/doc/specifications/region.pdf OpenShiva.pdf
-}