From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/
Date: Wed, 3 Mar 2021 15:02:22 +0000 (UTC) [thread overview]
Message-ID: <1614783629.e83e7462ad6dc5c454c98b6b7c7cf413d4b680f5.andrewammerlaan@gentoo> (raw)
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
-}
next reply other threads:[~2021-03-03 15:02 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-03 15:02 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-23 13:13 [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/ Andrew Ammerlaan
2022-01-15 14:50 Andrew Ammerlaan
2021-03-03 15:02 Andrew Ammerlaan
2021-01-19 17: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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1614783629.e83e7462ad6dc5c454c98b6b7c7cf413d4b680f5.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox