X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-4.3.ebuild;h=22e58151b1ed61cc1e8e1deaab5318e69c4db4d6;hp=1b250c7e5e293a7ec4a4db2a86a2b1aa6a25d950;hb=108488b6699b5015c08c056c2a5d0e3489782a59;hpb=830b5e8fa7083f883a88cd6c20440431759142a4 diff --git a/media-gfx/cgal-ipelets/cgal-ipelets-4.3.ebuild b/media-gfx/cgal-ipelets/cgal-ipelets-4.3.ebuild index 1b250c7..22e5815 100644 --- a/media-gfx/cgal-ipelets/cgal-ipelets-4.3.ebuild +++ b/media-gfx/cgal-ipelets/cgal-ipelets-4.3.ebuild @@ -7,13 +7,13 @@ CMAKE_BUILD_TYPE=Release inherit base multilib cmake-utils -CGAL_P=CGAL-${PV} -PID=31639 -DPID=31647 +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}/${CGAL_P}.tar.xz" +SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${MY_P}.tar.xz" + LICENSE="LGPL-3 GPL-3 Boost-1.0" SLOT="0" @@ -21,10 +21,15 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=" - media-gfx/ipe - sci-mathematics/cgal + <=media-gfx/ipe-7.1 + =sci-mathematics/cgal-4.3* " RDEPEND="${DEPEND}" -S="${WORKDIR}/${CGAL_P}/demo/CGAL_ipelets" +S="${WORKDIR}/${MY_P}/demo/CGAL_ipelets" + +src_prepare() { + cmake-utils_src_prepare + epatch ${FILESDIR}/c++11.patch +}