From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E11F1382C5 for ; Sat, 20 Mar 2021 10:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAAAE0864; Sat, 20 Mar 2021 10:44:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25952E0864 for ; Sat, 20 Mar 2021 10:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5A8B34092D for ; Sat, 20 Mar 2021 10:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 469555CE for ; Sat, 20 Mar 2021 10:44:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616237070.0fe89dfd2da63b5fc55d12153e0d1e4cb04a181b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mricrogl/mricrogl-1.0.20180402.ebuild sci-visualization/mricrogl/mricrogl-1.0.20180623.ebuild X-VCS-Directories: sci-visualization/mricrogl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0fe89dfd2da63b5fc55d12153e0d1e4cb04a181b X-VCS-Branch: master Date: Sat, 20 Mar 2021 10:44:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31e7afc2-8e7a-4e28-bb99-b81f7e921e1a X-Archives-Hash: 2462aa52f2106b972977f778fd3c8445 commit: 0fe89dfd2da63b5fc55d12153e0d1e4cb04a181b Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 20 10:44:30 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 20 10:44:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fe89dfd sci-visualization/mricrogl: drop old Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../mricrogl/mricrogl-1.0.20180402.ebuild | 41 -------------------- .../mricrogl/mricrogl-1.0.20180623.ebuild | 44 ---------------------- 2 files changed, 85 deletions(-) diff --git a/sci-visualization/mricrogl/mricrogl-1.0.20180402.ebuild b/sci-visualization/mricrogl/mricrogl-1.0.20180402.ebuild deleted file mode 100644 index ab87019a2..000000000 --- a/sci-visualization/mricrogl/mricrogl-1.0.20180402.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils - -DESCRIPTION="A simple medical imaging visualization tool" -HOMEPAGE="https://github.com/neurolabusc/MRIcroGL" -SRC_URI="https://github.com/neurolabusc/MRIcroGL/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="dev-lang/fpc - >=dev-lang/lazarus-1.6.2" - -S="${WORKDIR}/MRIcroGL-${PV}" - -src_compile() { - lazbuild -B --lazarusdir="${EPREFIX}/usr/share/lazarus/" simplelaz.lpi || die -} - -src_install() { - dobin MRIcroGL - - insinto /usr/share/mricrogl - doins -r lut script shaders - - doicon -s scalable mricrogl.svg - make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg -} - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/sci-visualization/mricrogl/mricrogl-1.0.20180623.ebuild b/sci-visualization/mricrogl/mricrogl-1.0.20180623.ebuild deleted file mode 100644 index fe93caa39..000000000 --- a/sci-visualization/mricrogl/mricrogl-1.0.20180623.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils - -DESCRIPTION="A simple medical imaging visualization tool" -HOMEPAGE="https://github.com/neurolabusc/MRIcroGL" -SRC_URI="https://github.com/neurolabusc/MRIcroGL/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="dev-lang/fpc - >=dev-lang/lazarus-1.6.2[python(-)]" - -S="${WORKDIR}/MRIcroGL-${PV}" - -src_compile() { - # Python support will only be vaialable for the default implementation: - # https://github.com/neurolabusc/MRIcroGL/issues/30#issuecomment-423216197 - cp -rf /etc/lazarus system-lazarus-config - lazbuild -B --lazarusdir="/usr/share/lazarus/" --pcp="system-lazarus-config" simplelaz.lpi || die -} - -src_install() { - dobin MRIcroGL - - insinto /usr/share/mricrogl - doins -r lut script shaders - - doicon -s scalable mricrogl.svg - make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg -} - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -}