media-gfx/cgal-ipelets: Update
[shuber-gentoo-overlay.git] / media-gfx / cgal-ipelets / cgal-ipelets-4.3.ebuild
diff --git a/media-gfx/cgal-ipelets/cgal-ipelets-4.3.ebuild b/media-gfx/cgal-ipelets/cgal-ipelets-4.3.ebuild
deleted file mode 100644 (file)
index 22e5815..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-CMAKE_BUILD_TYPE=Release
-
-inherit base multilib cmake-utils
-
-MY_P=CGAL-${PV}
-PID=32995
-
-DESCRIPTION="Ipe addons shipped with the CGAL library"
-HOMEPAGE="http://www.cgal.org/ https://gforge.inria.fr/projects/cgal/"
-SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${MY_P}.tar.xz"
-
-
-LICENSE="LGPL-3 GPL-3 Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="
-       <=media-gfx/ipe-7.1
-       =sci-mathematics/cgal-4.3*
-       "
-RDEPEND="${DEPEND}"
-
-
-S="${WORKDIR}/${MY_P}/demo/CGAL_ipelets"
-
-src_prepare() {
-       cmake-utils_src_prepare
-       epatch ${FILESDIR}/c++11.patch
-}