* [gentoo-commits] proj/sci:master commit in: sci-biology/rat-brain-templates/
@ 2021-02-02 22:49 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2021-02-02 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 6dafecdb7b6f5a498a11d2b67b98d93fb4059f49
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Feb 2 22:48:54 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Feb 2 22:48:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6dafecdb
sci-biology/rat-brain-templates: new package
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/rat-brain-templates/metadata.xml | 17 +++++++++++++++
.../rat-brain-templates-0.2.ebuild | 25 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/sci-biology/rat-brain-templates/metadata.xml b/sci-biology/rat-brain-templates/metadata.xml
new file mode 100644
index 000000000..ac271f806
--- /dev/null
+++ b/sci-biology/rat-brain-templates/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>horea.christ@gmail.com</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Digital rat brain template collection containing data files in NIfTI
+ format oriented in the standard RAS space, with origin at bregma for
+ use in magnetic resonance rat brain imaging.
+ </longdescription>
+</pkgmetadata>
diff --git a/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild b/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild
new file mode 100644
index 000000000..faecd8848
--- /dev/null
+++ b/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A collection of rat brain templates in NIfTI format"
+HOMEPAGE="https://gitlab.com/FOS-FMI/rat-brain-templates_generator"
+SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
+
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+pkg_pretend() {
+ CHECKREQS_DISK_BUILD="16G"
+ check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins *
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/rat-brain-templates/
@ 2023-02-17 3:47 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2023-02-17 3:47 UTC (permalink / raw
To: gentoo-commits
commit: e0754ab7c07aba06dfc6ad7cb3f6b02ac063e114
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 03:46:43 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 03:46:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0754ab7
sci-biology/rat-brain-templates: fixed SRC_URI HTTPS redirect
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild b/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild
index d41c14a11..cab3dec4f 100644
--- a/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild
+++ b/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild
@@ -7,7 +7,7 @@ inherit check-reqs
DESCRIPTION="A collection of rat brain templates in NIfTI format"
HOMEPAGE="https://gitlab.com/FOS-FMI/rat-brain-templates_generator"
-SRC_URI="http://resources.chymera.eu/distfiles/${P}.tar.xz"
+SRC_URI="https://resources.chymera.eu/distfiles/${P}.tar.xz"
LICENSE="fairuse"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/rat-brain-templates/
@ 2023-02-17 3:47 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2023-02-17 3:47 UTC (permalink / raw
To: gentoo-commits
commit: 28f9ac9b213ec63c35301927a375d57328919aa8
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 03:47:37 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 03:47:37 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28f9ac9b
sci-biology/rat-brain-templates: add gitlab upstream metadata
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/rat-brain-templates/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-biology/rat-brain-templates/metadata.xml b/sci-biology/rat-brain-templates/metadata.xml
index ac271f806..5dacf4476 100644
--- a/sci-biology/rat-brain-templates/metadata.xml
+++ b/sci-biology/rat-brain-templates/metadata.xml
@@ -14,4 +14,7 @@
format oriented in the standard RAS space, with origin at bregma for
use in magnetic resonance rat brain imaging.
</longdescription>
+ <upstream>
+ <remote-id type="gitlab">FOS-FMI/rat-brain-templates_generator</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-17 3:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-17 3:47 [gentoo-commits] proj/sci:master commit in: sci-biology/rat-brain-templates/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2023-02-17 3:47 Horea Christian
2021-02-02 22:49 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox