commit:     b075bdf0e9a40fff1332c5014a6f84cbf450bd1c
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 04:55:20 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 04:55:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b075bdf0

sci-visualization/mricrogl: drop 1.2.20200331

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 .../mricrogl/mricrogl-1.2.20200331.ebuild          | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/sci-visualization/mricrogl/mricrogl-1.2.20200331.ebuild 
b/sci-visualization/mricrogl/mricrogl-1.2.20200331.ebuild
deleted file mode 100644
index 3f54f30d6..000000000
--- a/sci-visualization/mricrogl/mricrogl-1.2.20200331.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-DEMOS_HASH="d07815f31093f28b47731f87f3f5ba5543f12d11"
-PY4LAZ_HASH="8dc41685b547f0982755b90115d9a43a2d2b358c"
-
-DESCRIPTION="A simple medical imaging visualization tool"
-HOMEPAGE="https://github.com/neurolabusc/MRIcroGL";
-SRC_URI="
-       https://github.com/rordenlab/MRIcroGL12/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-       https://github.com/neurolabusc/Metal-Demos/archive/${DEMOS_HASH}.tar.gz 
-> Metal-Demos-${DEMOS_HASH}.tar.gz
-       python? ( 
https://github.com/Alexey-T/Python-for-Lazarus/archive/${PY4LAZ_HASH}.tar.gz -> 
Python-for-Lazarus-${P4LAZ_HASH}.tar.gz )
-       "
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dicom python"
-
-RDEPEND="dicom? ( sci-biology/dcm2niix )"
-DEPEND="dev-lang/fpc
-       >=dev-lang/lazarus-1.6.2"
-
-S="${WORKDIR}/MRIcroGL-${PV}"
-
-src_compile() {
-       sed -i -e "s:Metal-Demos/common:Metal-Demos-${DEMOS_HASH}/common:g" 
MRIcroGL_NoPython.lpi || die
-       if use python; then
-               lazbuild -build-ide= --add-package lazopenglcontext 
./Python-for-Lazarus-${PY4LAZ}/python4lazarus/python4lazarus_package.lpk || die
-       else
-               lazbuild --verbose-pkgsearch lazopenglcontext
-       fi
-       lazbuild -B --lazarusdir="/usr/share/lazarus/" 
--pcp="system-lazarus-config" MRIcroGL_NoPython.lpi || die
-}
-
-src_install() {
-       dobin MRIcroGL
-
-       pushd Resources > /dev/null
-               insinto /usr/share/MRIcroGL
-               doins -r lut matcap Roboto.* script shader
-               doicon -s scalable mricrogl.svg
-               make_desktop_entry MRIcroGL MRIcroGL 
/usr/share/icons/hicolor/scalable/apps/mricrogl.svg
-       popd
-}

Reply via email to