public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2017-01-12 17:54 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2017-01-12 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6f0488d558af648d64c5fe8e1f36b15370b940d6
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Jan  9 13:53:31 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 13:53:31 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f0488d5

Surf ice (#719)

* sci-visualization/surf-ice: new ebuild

Package-Manager: Portage-2.3.3, Repoman-2.3.1

* sci-visualization/surf-ice: updated metadata

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-visualization/surf-ice/metadata.xml         | 23 +++++++++++++
 sci-visualization/surf-ice/surf-ice-9999.ebuild | 43 +++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/sci-visualization/surf-ice/metadata.xml b/sci-visualization/surf-ice/metadata.xml
new file mode 100644
index 0000000..434c6e7
--- /dev/null
+++ b/sci-visualization/surf-ice/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<longdescription lang="en">
+		Surf Ice is an open source surface render. It supports 
+		mesh formats including 3DS, CTM, DXF, FreeSurfer, GII 
+		(GIfTI), GTS, LWO2, MS3D, MZ3, NV (BrainNetViewer), OBJ,
+		OFF, PLY, STL, VTK. It also supports tractography formats 
+		including BFloat, PDB, TCK, TRK, and VTK. Further, the 
+		software supports the NIfTI voxelwise format
+  	</longdescription>
+	<upstream>
+		<remote-id type="github">neurolabusc/surf-ice</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
new file mode 100644
index 0000000..e65eb5c
--- /dev/null
+++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3 gnome2-utils
+
+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"
+
+src_compile() {
+	lazbuild -B --lazarusdir="/usr/share/lazarus/" surfice.lpi || die
+}
+
+src_install() {
+	dobin surfice
+
+	insinto /usr/bin/shaders
+	doins shaders/*.txt
+
+	insinto /usr/bin/shadersOld
+	doins shadersOld/*.txt
+
+	doicon -s scalable Surfice.jpg
+	make_desktop_entry surf-ice surf-ice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2017-03-16 19:35 Justin Lecher
  0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2017-03-16 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     06da54748ac03cd9916e4a2cccd25a44e6f56f1a
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Mar 11 16:10:00 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 16:10:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=06da5474

sci-visualization/surf-ice: added stable version (#737)

* sci-visualization/surf-ice: added stable version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

* sci-visualization/surf-ice: removed CVS tag

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../surf-ice/surf-ice-1.0.20170202.ebuild          | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
new file mode 100644
index 000000000..75be4debe
--- /dev/null
+++ b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A simple medical imaging visualization tool"
+HOMEPAGE="https://github.com/neurolabusc/surf-ice"
+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"
+
+#S="${WORKDIR}/surf-ice-${PV}"
+
+src_compile() {
+	lazbuild -B --lazarusdir="/usr/share/lazarus/" surfice.lpi || die
+}
+
+src_install() {
+	dobin surfice
+
+	insinto /usr/bin/shaders
+	doins shaders/*.txt
+
+	insinto /usr/bin/shadersOld
+	doins shadersOld/*.txt
+
+	doicon -s scalable Surfice.jpg
+	make_desktop_entry surf-ice surf-ice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2017-04-03 14:55 Marius Brehler
  0 siblings, 0 replies; 11+ messages in thread
From: Marius Brehler @ 2017-04-03 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c2cced1664df52281d06f5f7ae3652d9e5212ff3
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Fri Mar 31 07:49:04 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Mar 31 07:49:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2cced16

sci-visualization/surf-ice: added proper app data install paths (#766)

* sci-visualization/surf-ice: added proper lib install paths

Package-Manager: Portage-2.3.4, Repoman-2.3.2

* sci-visualization/surf-ice: corrected executable name for GNOME launcer

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild | 2 +-
 sci-visualization/surf-ice/surf-ice-9999.ebuild         | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
index 75be4debe..bd983444a 100644
--- a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
@@ -33,7 +33,7 @@ src_install() {
 	doins shadersOld/*.txt
 
 	doicon -s scalable Surfice.jpg
-	make_desktop_entry surf-ice surf-ice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
+	make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
 }
 
 pkg_postinst() {

diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
index e193212e9..f90ef305f 100644
--- a/sci-visualization/surf-ice/surf-ice-9999.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
@@ -24,14 +24,11 @@ src_compile() {
 src_install() {
 	dobin surfice
 
-	insinto /usr/bin/shaders
-	doins shaders/*.txt
-
-	insinto /usr/bin/shadersOld
-	doins shadersOld/*.txt
+	insinto /usr/share/surfice
+	doins lut/* script/* shaders/* shadersOld/*
 
 	doicon -s scalable Surfice.jpg
-	make_desktop_entry surf-ice surf-ice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
+	make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2017-04-03 14:55 Marius Brehler
  0 siblings, 0 replies; 11+ messages in thread
From: Marius Brehler @ 2017-04-03 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9d55f70915241b7bd616ae54c060e11e40c93e31
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Apr  1 11:15:18 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Apr  1 11:15:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d55f709

sci-visualization/surf-ice: corrected library installation (#767)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-visualization/surf-ice/surf-ice-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
index f90ef305f..e83201866 100644
--- a/sci-visualization/surf-ice/surf-ice-9999.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
@@ -25,7 +25,7 @@ src_install() {
 	dobin surfice
 
 	insinto /usr/share/surfice
-	doins lut/* script/* shaders/* shadersOld/*
+	doins -r lut script shaders shadersOld
 
 	doicon -s scalable Surfice.jpg
 	make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2018-09-24  0:14 Horea Christian
  0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2018-09-24  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2246e624fbf5ba29cacdf6200fb8ca28d0d1988f
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Sep 24 00:14:16 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 24 00:14:16 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2246e624

sci-visualization/surf-ice: version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../surf-ice/surf-ice-1.0.20180622.ebuild          | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
new file mode 100644
index 000000000..477d3a0c8
--- /dev/null
+++ b/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A simple medical imaging visualization tool"
+HOMEPAGE="https://github.com/neurolabusc/surf-ice"
+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[python]"
+
+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" surfice.lpi || die
+}
+
+src_install() {
+	dobin surfice
+
+	insinto /usr/bin/shaders
+	doins shaders/*.txt
+
+	insinto /usr/bin/shadersOld
+	doins shadersOld/*.txt
+
+	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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2018-09-24  0:16 Horea Christian
  0 siblings, 0 replies; 11+ messages in thread
From: Horea Christian @ 2018-09-24  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5200d2f0c0938406906f934612b12a044b0a5fd2
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Sep 24 00:16:01 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Sep 24 00:16:01 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5200d2f0

sci-visualization/surf-ice: updated live ebuild

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-visualization/surf-ice/surf-ice-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
index e83201866..6858805e5 100644
--- a/sci-visualization/surf-ice/surf-ice-9999.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,10 @@ DEPEND="dev-lang/fpc
 	>=dev-lang/lazarus-1.6.2"
 
 src_compile() {
-	lazbuild -B --lazarusdir="/usr/share/lazarus/" surfice.lpi || die
+	# 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" surfice.lpi || die
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2021-01-19 17:02 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3f21eebad14454b2527f6fb3769afee4c5896bb0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 17:00:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 17:00:41 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f21eeba

sci-visualization/surf-ice: add use default

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
index 477d3a0c8..98bdb6eeb 100644
--- a/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND=""
 DEPEND="dev-lang/fpc
-	>=dev-lang/lazarus-1.6.2[python]"
+	>=dev-lang/lazarus-1.6.2[python(-)]"
 
 src_compile() {
 	# Python support will only be vaialable for the default implementation:


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2021-03-03 15:02 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e83e7462ad6dc5c454c98b6b7c7cf413d4b680f5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 15:00:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 15:00:29 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e83e7462

sci-visualization/surf-ice: cleanup old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../surf-ice/surf-ice-1.0.20170202.ebuild          | 44 ---------------------
 .../surf-ice/surf-ice-1.0.20180622.ebuild          | 45 ----------------------
 2 files changed, 89 deletions(-)

diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
deleted file mode 100644
index bd983444a..000000000
--- a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A simple medical imaging visualization tool"
-HOMEPAGE="https://github.com/neurolabusc/surf-ice"
-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"
-
-#S="${WORKDIR}/surf-ice-${PV}"
-
-src_compile() {
-	lazbuild -B --lazarusdir="/usr/share/lazarus/" surfice.lpi || die
-}
-
-src_install() {
-	dobin surfice
-
-	insinto /usr/bin/shaders
-	doins shaders/*.txt
-
-	insinto /usr/bin/shadersOld
-	doins shadersOld/*.txt
-
-	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-1.0.20180622.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
deleted file mode 100644
index 98bdb6eeb..000000000
--- a/sci-visualization/surf-ice/surf-ice-1.0.20180622.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A simple medical imaging visualization tool"
-HOMEPAGE="https://github.com/neurolabusc/surf-ice"
-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[python(-)]"
-
-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" surfice.lpi || die
-}
-
-src_install() {
-	dobin surfice
-
-	insinto /usr/bin/shaders
-	doins shaders/*.txt
-
-	insinto /usr/bin/shadersOld
-	doins shadersOld/*.txt
-
-	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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2021-03-03 15:02 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8207b946392c182db4c6dd796c21284352e69932
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 15:00:02 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2022-01-15 14:50 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2022-01-15 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fa06d984aee1f284ff32d87484503a227c1be938
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:50:23 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:50:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa06d984

sci-visualization/surf-ice: drop unavailable flag

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild
index 845e43e48..e2e0ae462 100644
--- a/sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-1.0.20201102.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND=""
 DEPEND="${RDEPEND}
 	dev-lang/fpc
-	>=dev-lang/lazarus-1.6.2[python(-)]
+	>=dev-lang/lazarus-1.6.2
 "
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
@ 2022-01-23 13:13 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2022-01-23 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c1046bcd344eca0668f358b3c7d8db27ff704e12
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 13:13:22 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 13:13:22 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1046bcd

sci-visualization/surf-ice: sync 9999 with release ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-visualization/surf-ice/surf-ice-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild
index b44d7ba62..1419f17be 100644
--- a/sci-visualization/surf-ice/surf-ice-9999.ebuild
+++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SLOT="0"
 RDEPEND=""
 DEPEND="${RDEPEND}
 	dev-lang/fpc
-	>=dev-lang/lazarus-1.6.2[python(-)]
+	>=dev-lang/lazarus-1.6.2
 "
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-01-23 13:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 17:02 [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-01-23 13:13 Andrew Ammerlaan
2022-01-15 14:50 Andrew Ammerlaan
2021-03-03 15:02 Andrew Ammerlaan
2021-03-03 15:02 Andrew Ammerlaan
2018-09-24  0:16 Horea Christian
2018-09-24  0:14 Horea Christian
2017-04-03 14:55 Marius Brehler
2017-04-03 14:55 Marius Brehler
2017-03-16 19:35 Justin Lecher
2017-01-12 17:54 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox