public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/
@ 2015-12-04  7:01 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-12-04  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8a2bf1e98a4bb1beafc2f5fc63c0b9bf80220a02
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Fri Dec  4 00:35:27 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 00:35:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a2bf1e9

sci-biology/mricron: new ebuild

Package-Manager: portage-2.2.24

 sci-biology/mricron/ChangeLog           |  9 +++++++++
 sci-biology/mricron/metadata.xml        | 12 ++++++++++++
 sci-biology/mricron/mricron-9999.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/sci-biology/mricron/ChangeLog b/sci-biology/mricron/ChangeLog
new file mode 100644
index 0000000..a2f358b
--- /dev/null
+++ b/sci-biology/mricron/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/mricron
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*mricron-9999 (04 Dec 2015)
+
+  04 Dec 2015; Horea Christian <h.chr@mail.ru> +metadata.xml,
+  +mricron-9999.ebuild:
+  sci-biology/mricron: new ebuild

diff --git a/sci-biology/mricron/metadata.xml b/sci-biology/mricron/metadata.xml
new file mode 100644
index 0000000..40a4874
--- /dev/null
+++ b/sci-biology/mricron/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <longdescription lang="en">
+    MRIcron is a simple medical imaging visualization tool written in Lazarus.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">neurolabusc/MRIcron</remote-id>
+  </upstream>
+</pkgmetadata>
+

diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild
new file mode 100644
index 0000000..7812e2d
--- /dev/null
+++ b/sci-biology/mricron/mricron-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit git-r3
+
+DESCRIPTION="A simle medical imaging visualization tool"
+HOMEPAGE="https://github.com/neurolabusc/MRIcron"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/neurolabusc/MRIcron.git"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="dev-lang/fpc
+	dev-lang/lazarus"
+
+src_compile() {
+	lazbuild -B --lazarusdir="/usr/share/lazarus/" mricron.lpr || die
+}
+
+src_install() {
+	dobin mricron
+	dobin dcm2nii
+	dobin dcm2niigui
+	dobin pigz_mricron
+}
+


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/
@ 2015-12-04  7:01 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-12-04  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7c367315764069d9f74faaed76e0c8fa0ac21d7c
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Fri Dec  4 00:43:49 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 00:43:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c367315

sci-biology/mricron: corrected binary paths

Package-Manager: portage-2.2.24

 sci-biology/mricron/ChangeLog           | 3 +++
 sci-biology/mricron/mricron-9999.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sci-biology/mricron/ChangeLog b/sci-biology/mricron/ChangeLog
index a2f358b..a51ef01 100644
--- a/sci-biology/mricron/ChangeLog
+++ b/sci-biology/mricron/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  04 Dec 2015; Horea Christian <h.chr@mail.ru> mricron-9999.ebuild:
+  sci-biology/mricron: corrected binary paths
+
 *mricron-9999 (04 Dec 2015)
 
   04 Dec 2015; Horea Christian <h.chr@mail.ru> +metadata.xml,

diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild
index 7812e2d..94cab62 100644
--- a/sci-biology/mricron/mricron-9999.ebuild
+++ b/sci-biology/mricron/mricron-9999.ebuild
@@ -24,8 +24,7 @@ src_compile() {
 
 src_install() {
 	dobin mricron
-	dobin dcm2nii
-	dobin dcm2niigui
-	dobin pigz_mricron
+	dobin dcm2nii/dcm2nii
+	dobin dcm2nii/dcm2niigui
 }
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/
@ 2015-12-07  8:07 Marius Brehler
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Brehler @ 2015-12-07  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c1a2b9ba48b95359e3e9c9c6e43d9f5b02e5072e
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sun Dec  6 21:50:52 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sun Dec  6 21:50:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1a2b9ba

sci-biology/mricron: added icon and gnome desktop entry

Package-Manager: portage-2.2.26

 sci-biology/mricron/ChangeLog           | 3 +++
 sci-biology/mricron/mricron-9999.ebuild | 9 +++++++++
 2 files changed, 12 insertions(+)

diff --git a/sci-biology/mricron/ChangeLog b/sci-biology/mricron/ChangeLog
index a51ef01..9e59729 100644
--- a/sci-biology/mricron/ChangeLog
+++ b/sci-biology/mricron/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  06 Dec 2015; Horea Christian <h.chr@mail.ru> mricron-9999.ebuild:
+  sci-biology/mricron: added icon and gnome desktop entry
+
   04 Dec 2015; Horea Christian <h.chr@mail.ru> mricron-9999.ebuild:
   sci-biology/mricron: corrected binary paths
 

diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild
index 94cab62..b8099b6 100644
--- a/sci-biology/mricron/mricron-9999.ebuild
+++ b/sci-biology/mricron/mricron-9999.ebuild
@@ -26,5 +26,14 @@ src_install() {
 	dobin mricron
 	dobin dcm2nii/dcm2nii
 	dobin dcm2nii/dcm2niigui
+	doicon icons/mricron.png
+	make_desktop_entry mricron MRIcron mricron
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+pkg_postrm() {
+	gnome2_icon_cache_update
 }
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/
@ 2015-12-25 21:00 Marius Brehler
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Brehler @ 2015-12-25 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c1221dc21314eadbf3a2bf7c9272e3dd13cc78dc
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Dec 25 20:49:16 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Dec 25 20:49:16 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1221dc2

sci-biology/mricron: Fix minorsyn

Package-Manager: portage-2.2.24

 sci-biology/mricron/ChangeLog           | 3 +++
 sci-biology/mricron/mricron-9999.ebuild | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-biology/mricron/ChangeLog b/sci-biology/mricron/ChangeLog
index 9e59729..b7ec073 100644
--- a/sci-biology/mricron/ChangeLog
+++ b/sci-biology/mricron/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  25 Dec 2015; Marius Brehler <marbre@linux.sungazer.de> mricron-9999.ebuild:
+  sci-biology/mricron: Fix minorsyn
+
   06 Dec 2015; Horea Christian <h.chr@mail.ru> mricron-9999.ebuild:
   sci-biology/mricron: added icon and gnome desktop entry
 

diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild
index b8099b6..6015c74 100644
--- a/sci-biology/mricron/mricron-9999.ebuild
+++ b/sci-biology/mricron/mricron-9999.ebuild
@@ -36,4 +36,3 @@ pkg_postinst() {
 pkg_postrm() {
 	gnome2_icon_cache_update
 }
-


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/
@ 2016-02-24 16:49 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-02-24 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c4071899cd40b601cb95adbe1bdd11574299cda8
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Wed Feb 24 16:21:35 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:21:35 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4071899

sci-biology/mricron: added required eclass, updated copyright and EAPI

Package-Manager: portage-2.2.27

 sci-biology/mricron/mricron-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild
index 6015c74..571eeb5 100644
--- a/sci-biology/mricron/mricron-9999.ebuild
+++ b/sci-biology/mricron/mricron-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
-inherit git-r3
+inherit git-r3 gnome2-utils
 
 DESCRIPTION="A simle medical imaging visualization tool"
 HOMEPAGE="https://github.com/neurolabusc/MRIcron"


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

end of thread, other threads:[~2016-02-24 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07  8:07 [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/ Marius Brehler
  -- strict thread matches above, loose matches on Subject: below --
2016-02-24 16:49 Justin Lecher
2015-12-25 21:00 Marius Brehler
2015-12-04  7:01 Justin Lecher
2015-12-04  7:01 Justin Lecher

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