X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-4.11.3.ebuild;h=dfabd43a3b74d9d1e02348985a31d4a3aaf3cef2;hb=HEAD;hp=656918dbde895044d0b784ff90a748e608163c15;hpb=1ee3cfd5ba6fc6501a1878a32dde832d9d931ae8;p=shuber-gentoo-overlay.git diff --git a/media-gfx/cgal-ipelets/cgal-ipelets-4.11.3.ebuild b/media-gfx/cgal-ipelets/cgal-ipelets-4.11.3.ebuild deleted file mode 100644 index 656918d..0000000 --- a/media-gfx/cgal-ipelets/cgal-ipelets-4.11.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=7 - -CMAKE_BUILD_TYPE=Release - -inherit 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-${PV} - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}/demo/CGAL_ipelets"