* [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/
@ 2019-07-07 16:45 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2019-07-07 16:45 UTC (permalink / raw
To: gentoo-commits
commit: c545bdffd29bcfb7a4d1f89f5ac08737f622b594
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Jul 7 16:45:26 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jul 7 16:45:26 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c545bdff
sci-biology/drlfom_bidsdata: new data package
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/drlfom_bidsdata/ChangeLog | 7 +++++
.../drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild | 33 ++++++++++++++++++++++
sci-biology/drlfom_bidsdata/metadata.xml | 18 ++++++++++++
3 files changed, 58 insertions(+)
diff --git a/sci-biology/drlfom_bidsdata/ChangeLog b/sci-biology/drlfom_bidsdata/ChangeLog
new file mode 100644
index 000000000..39141519e
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/ChangeLog
@@ -0,0 +1,7 @@
+ 28 Jun 2019; <chymera@gentoo.org> drlfom_bidsdata-1.0.ebuild:
+ sci-biology/drlfom_bidsdata: alternative download link
+
+*drlfom_bidsdata-1.0 (28 Jun 2019)
+
+ 28 Jun 2019; <chymera@gentoo.org> +drlfom_bidsdata-1.0.ebuild, +metadata.xml:
+ sci-biology/drlfom_bidsdata: new package ahead of Gentoo Science
diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
new file mode 100644
index 000000000..d997dd151
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="BIDS data files released with the DRLFOM publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="
+ https://zenodo.org/record/3260745/files/${P}.tar.xz
+ http://chymera.eu/distfiles/${P}.tar.xz
+ "
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+ CHECKREQS_DISK_BUILD="21G"
+ check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins -r *
+}
diff --git a/sci-biology/drlfom_bidsdata/metadata.xml b/sci-biology/drlfom_bidsdata/metadata.xml
new file mode 100644
index 000000000..0df40cb4a
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chr@chymera.eu</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ BIDS-formatted MRI data recorded at the ETH/UZH Animal Imaging Center
+ and first associated with the DRLFOM publication. The data represents
+ optp-fMRI mouse brain scans with CBV contrast, tracking serotonergic
+ stimulation over the course of a fluoxetine drinking water treatment.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/
@ 2020-01-08 18:12 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2020-01-08 18:12 UTC (permalink / raw
To: gentoo-commits
commit: f18c18c90ca94192ca170f656b62586ee44f068c
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Jan 8 18:12:07 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Jan 8 18:12:07 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f18c18c9
sci-biology/drlfom_bidsdata: version bump 1.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
new file mode 100644
index 000000000..6385db093
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="BIDS data files released with the DRLFOM publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="
+ https://zenodo.org/record/3598424/files/${P}.tar.xz
+ http://chymera.eu/distfiles/${P}.tar.xz
+"
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+ CHECKREQS_DISK_BUILD="21G"
+ check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins -r *
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/
@ 2020-05-13 2:44 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2020-05-13 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 224071dacf1158981cc5bb11f3ea489e0e028419
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 13 02:44:38 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 13 02:44:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=224071da
sci-biology/drlfom_bidsdata: removed version deprecated upstream
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
deleted file mode 100644
index d997dd151..000000000
--- a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit check-reqs
-
-DESCRIPTION="BIDS data files released with the DRLFOM publication"
-HOMEPAGE="http://www.aic-fmi.ethz.ch/"
-SRC_URI="
- https://zenodo.org/record/3260745/files/${P}.tar.xz
- http://chymera.eu/distfiles/${P}.tar.xz
- "
-
-LICENSE="CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=""
-DEPEND=""
-
-pkg_pretend() {
- CHECKREQS_DISK_BUILD="21G"
- check-reqs_pkg_pretend
-}
-
-# We disable this phase to not check requirements twice.
-pkg_setup() { :; }
-
-src_install() {
- insinto "/usr/share/${PN}"
- doins -r *
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/
@ 2022-04-15 8:55 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2022-04-15 8:55 UTC (permalink / raw
To: gentoo-commits
commit: 24abe5d05db0ac0e1cc111795a230821f087172e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Apr 15 08:55:06 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Apr 15 08:55:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24abe5d0
sci-biology/drlfom_bidsdata: source mirror unavailable
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
index 6385db093..227aafd54 100644
--- a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
+++ b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,6 @@ DESCRIPTION="BIDS data files released with the DRLFOM publication"
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
SRC_URI="
https://zenodo.org/record/3598424/files/${P}.tar.xz
- http://chymera.eu/distfiles/${P}.tar.xz
"
LICENSE="CC-BY-SA-4.0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/
@ 2023-02-16 7:27 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2023-02-16 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 05efdbbf5413dac41b6ed1cba305475b37e75d21
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 16 07:25:55 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 16 07:26:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=05efdbbf
sci-biology/drlfom_bidsdata: update EAPI 7 -> 8 and HOMEPAGE
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
index 227aafd54..86304f4f3 100644
--- a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
+++ b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit check-reqs
DESCRIPTION="BIDS data files released with the DRLFOM publication"
-HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+HOMEPAGE="http://chymera.eu/docs/focus/open-science/"
SRC_URI="
https://zenodo.org/record/3598424/files/${P}.tar.xz
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/
@ 2023-12-11 17:43 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2023-12-11 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 5e6043531bdc49420c549d87bfec386e3e95e214
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 17:24:25 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 17:24:25 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e604353
sci-biology/drlfom_bidsdata: update HOMEPAGE
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
index 86304f4f3..8ddd4007e 100644
--- a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
+++ b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit check-reqs
DESCRIPTION="BIDS data files released with the DRLFOM publication"
-HOMEPAGE="http://chymera.eu/docs/focus/open-science/"
+HOMEPAGE="https://chymera.eu/docs/focus/open-science/"
SRC_URI="
https://zenodo.org/record/3598424/files/${P}.tar.xz
"
@@ -15,9 +15,6 @@ LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-RDEPEND=""
-DEPEND=""
-
pkg_pretend() {
CHECKREQS_DISK_BUILD="21G"
check-reqs_pkg_pretend
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-11 17:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-07 16:45 [gentoo-commits] proj/sci:master commit in: sci-biology/drlfom_bidsdata/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2020-01-08 18:12 Horea Christian
2020-05-13 2:44 Horea Christian
2022-04-15 8:55 Horea Christian
2023-02-16 7:27 Horea Christian
2023-12-11 17:43 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox