commit:     b417a68322195dc355aaf90763d5485b45cefe6e
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 20:14:57 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 04:19:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b417a683

media-gfx/meshlab: drop old

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/19884
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 media-gfx/meshlab/meshlab-2020.12.ebuild | 63 --------------------------------
 1 file changed, 63 deletions(-)

diff --git a/media-gfx/meshlab/meshlab-2020.12.ebuild 
b/media-gfx/meshlab/meshlab-2020.12.ebuild
deleted file mode 100644
index 03fbb0d1f0e..00000000000
--- a/media-gfx/meshlab/meshlab-2020.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="A system for processing and editing unstructured 3D triangular 
meshes"
-HOMEPAGE="http://www.meshlab.net";
-VCG_VERSION="2020.12"
-SRC_URI="https://github.com/cnr-isti-vclab/meshlab/archive/Meshlab-${PV}.tar.gz
 -> ${P}.tar.gz
-       https://github.com/cnr-isti-vclab/vcglib/archive/${VCG_VERSION}.tar.gz 
-> vcglib-${VCG_VERSION}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="double-precision -minimal"
-
-DEPEND="
-       dev-cpp/eigen:3
-       dev-cpp/muParser
-       dev-libs/gmp:=
-       >=dev-qt/qtcore-5.12:5
-       >=dev-qt/qtopengl-5.12:5
-       >=dev-qt/qtscript-5.12:5
-       >=dev-qt/qtxml-5.12:5
-       >=dev-qt/qtxmlpatterns-5.12:5
-       media-libs/glew:0=
-       =media-libs/lib3ds-1*
-       media-libs/openctm:=
-       media-libs/qhull:=
-       sci-libs/levmar
-       sci-libs/mpir:="
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/meshlab-Meshlab-${PV}/src"
-
-PATCHES=(
-       "${FILESDIR}/${P}-disable-updates.patch"
-       "${FILESDIR}/${P}-find-plugins.patch"
-)
-
-src_unpack() {
-       unpack ${P}.tar.gz
-       cd "${S}"
-       unpack vcglib-2020.12.tar.gz
-       mv vcglib-2020.12/* vcglib
-}
-
-src_configure() {
-       CMAKE_BUILD_TYPE=Release
-
-       local mycmakeargs=(
-               -DBUILD_MINI=$(usex minimal)
-               -DBUILD_WITH_DOUBLE_SCALAR=$(usex double-precision)
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}

Reply via email to