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 8B9951382C5 for ; Wed, 3 Mar 2021 15:02:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF6DDE0875; Wed, 3 Mar 2021 15:02:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A2CE2E0875 for ; Wed, 3 Mar 2021 15:02:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B6EF335D47 for ; Wed, 3 Mar 2021 15:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FB614F1 for ; Wed, 3 Mar 2021 15:02:22 +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: <1614783602.8207b946392c182db4c6dd796c21284352e69932.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild sci-visualization/surf-ice/surf-ice-9999.ebuild X-VCS-Directories: sci-visualization/surf-ice/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8207b946392c182db4c6dd796c21284352e69932 X-VCS-Branch: master Date: Wed, 3 Mar 2021 15:02:22 +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: b6913faf-6a1b-4ef9-a9a7-6382b6004524 X-Archives-Hash: 88b2655565dcb1f2eaf2cb4c26ec221a commit: 8207b946392c182db4c6dd796c21284352e69932 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 3 15:00:02 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 3 15:00:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8207b946 sci-visualization/surf-ice: version bump 20201102 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> ...ce-9999.ebuild => surf-ice-1.0.20201102.ebuild} | 28 ++++++++-------------- sci-visualization/surf-ice/surf-ice-9999.ebuild | 23 ++++++------------ 2 files changed, 17 insertions(+), 34 deletions(-) diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild similarity index 59% copy from sci-visualization/surf-ice/surf-ice-9999.ebuild copy to sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild index 6858805e5..845e43e48 100644 --- a/sci-visualization/surf-ice/surf-ice-9999.ebuild +++ b/sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 gnome2-utils +inherit desktop xdg -DESCRIPTION="A surface rendering tool supporting neuroimaging data" +DESCRIPTION="A simple medical imaging visualization tool" HOMEPAGE="https://github.com/neurolabusc/surf-ice" -SRC_URI="" -EGIT_REPO_URI="https://github.com/neurolabusc/surf-ice.git" +SRC_URI="https://github.com/neurolabusc/surf-ice/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" +DEPEND="${RDEPEND} + dev-lang/fpc + >=dev-lang/lazarus-1.6.2[python(-)] +" src_compile() { # Python support will only be vaialable for the default implementation: @@ -27,16 +29,6 @@ src_compile() { src_install() { dobin surfice - insinto /usr/share/surfice - doins -r lut script shaders shadersOld - doicon -s scalable Surfice.jpg make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg } - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild index 6858805e5..b44d7ba62 100644 --- a/sci-visualization/surf-ice/surf-ice-9999.ebuild +++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 gnome2-utils +inherit git-r3 desktop xdg DESCRIPTION="A surface rendering tool supporting neuroimaging data" HOMEPAGE="https://github.com/neurolabusc/surf-ice" -SRC_URI="" EGIT_REPO_URI="https://github.com/neurolabusc/surf-ice.git" LICENSE="BSD" SLOT="0" RDEPEND="" -DEPEND="dev-lang/fpc - >=dev-lang/lazarus-1.6.2" +DEPEND="${RDEPEND} + dev-lang/fpc + >=dev-lang/lazarus-1.6.2[python(-)] +" src_compile() { # Python support will only be vaialable for the default implementation: @@ -27,16 +28,6 @@ src_compile() { src_install() { dobin surfice - insinto /usr/share/surfice - doins -r lut script shaders shadersOld - doicon -s scalable Surfice.jpg make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg } - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -}