X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-4.8.ebuild;fp=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-4.8.ebuild;h=315b484ba0d853134aa6b0aa1a81e880a0a487a5;hp=0000000000000000000000000000000000000000;hb=7cf9ba542548c681b02d2337f2d2720a1d60255f;hpb=f603024ca1acd636b71026c164d99d58e149f658 diff --git a/media-gfx/cgal-ipelets/cgal-ipelets-4.8.ebuild b/media-gfx/cgal-ipelets/cgal-ipelets-4.8.ebuild new file mode 100644 index 0000000..315b484 --- /dev/null +++ b/media-gfx/cgal-ipelets/cgal-ipelets-4.8.ebuild @@ -0,0 +1,33 @@ +# 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} + +DESCRIPTION="Ipe addons shipped with the CGAL library" +HOMEPAGE="http://www.cgal.org/ https://gforge.inria.fr/projects/cgal/" +SRC_URI=" + https://github.com/CGAL/cgal/releases/download/releases%2F${MY_P}/${MY_P}.tar.xz -> cgal-${PV}.tar.xz" + +LICENSE="LGPL-3 GPL-3 Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND=" + media-gfx/ipe + =sci-mathematics/cgal-4.8* + " +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}/demo/CGAL_ipelets" + +src_prepare() { + cmake-utils_src_prepare + epatch ${FILESDIR}/c++11.patch +}