* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2019-01-06 16:42 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2019-01-06 16:42 UTC (permalink / raw
To: gentoo-commits
commit: 6d8c49f94895c2ec1cc33579c4360de18ecbbdfd
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Jan 6 16:40:11 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 6 16:42:26 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d8c49f9
sci-biology/irsabi_bidsdata: new package
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
sci-biology/irsabi_bidsdata/ChangeLog | 5 ++++
.../irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild | 30 ++++++++++++++++++++++
sci-biology/irsabi_bidsdata/metadata.xml | 19 ++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/sci-biology/irsabi_bidsdata/ChangeLog b/sci-biology/irsabi_bidsdata/ChangeLog
new file mode 100644
index 000000000..b50647328
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/ChangeLog
@@ -0,0 +1,5 @@
+*irsabi_bidsdata-1.0 (06 Jan 2019)
+
+ 06 Jan 2019; Horea Christian <h.chr@mail.ru> +irsabi_bidsdata-1.0.ebuild,
+ +metadata.xml:
+ sci-biology/irsabi_bidsdata: new package ahead of Gentoo Science
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
new file mode 100644
index 000000000..3bc8b48f7
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="Raw data files released with the IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="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="10G"
+ 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/irsabi_bidsdata/metadata.xml b/sci-biology/irsabi_bidsdata/metadata.xml
new file mode 100644
index 000000000..9c6323c0a
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/metadata.xml
@@ -0,0 +1,19 @@
+<?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">
+ BIDS-formatted MRI data recorded at the ETH/UZH Animal Imaging Center
+ and first associated with the IRSABI publication. The data represents
+ f/MRI mouse brain scans with both BOLD and CBV contrasts, and acquired
+ during optogenetic stimulation over multiple sessions including acute
+ (i.v.) and chronic (s.c.) fluoxetine administration sessions.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2019-01-06 16:44 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2019-01-06 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 4feb4e0c48fa30c6eab375f592a557dbbc4e6e7d
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Jan 6 16:43:51 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 6 16:44:38 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4feb4e0c
sci-biology/irsabi_bidsdata: Description correct.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
index 3bc8b48f7..7cf730e8e 100644
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit check-reqs
-DESCRIPTION="Raw data files released with the IRSABI publication"
+DESCRIPTION="BIDS data files released with the IRSABI publication"
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2019-05-01 15:40 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2019-05-01 15:40 UTC (permalink / raw
To: gentoo-commits
commit: e36c5dc083790fbd20aa7e67716e25651bead22d
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Wed May 1 15:40:23 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 1 15:40:23 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e36c5dc0
sci-biology/irsabi_bidsdata: alternative mirrors
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
index 7cf730e8e..7eb867e21 100644
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
@@ -7,7 +7,10 @@ inherit check-reqs
DESCRIPTION="BIDS data files released with the IRSABI publication"
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
-SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
+SRC_URI="
+ http://chymera.eu/distfiles/${P}.tar.xz
+ https://zenodo.org/record/2651640/files/${P}.tar.xz
+ "
LICENSE="CC-BY-SA-4.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2019-05-03 0:05 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2019-05-03 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 321b5ff18121930e28232e3d2a51ed6064a7dac7
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Fri May 3 00:04:46 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri May 3 00:04:46 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=321b5ff1
sci-biology/irsabi_bidsdata: version bump 1.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
.../irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
new file mode 100644
index 000000000..cd47dcfa3
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
@@ -0,0 +1,35 @@
+# 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 IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="
+ https://zenodo.org/record/2658627/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="10G"
+ check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins -r *
+}
+
+S="${WORKDIR}/${MY_PN}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2019-05-05 18:46 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2019-05-05 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 2654a9821c7adb7def3662fe885e75fba0096efb
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun May 5 18:43:59 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun May 5 18:43:59 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2654a982
sci-biology/irsabi_bidsdata: version bump 1.2
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
.../irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
new file mode 100644
index 000000000..9c7dba40b
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.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 IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="
+ https://zenodo.org/record/2667635/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="10G"
+ 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] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2019-05-05 18:47 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2019-05-05 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 27bfbde7b4aa6e033369799b578d342d14fbcbe7
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun May 5 18:47:34 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun May 5 18:47:34 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27bfbde7
sci-biology/irsabi_bidsdata: deprecated release
due to upstream bugs
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
.../irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
deleted file mode 100644
index cd47dcfa3..000000000
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
+++ /dev/null
@@ -1,35 +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 IRSABI publication"
-HOMEPAGE="http://www.aic-fmi.ethz.ch/"
-SRC_URI="
- https://zenodo.org/record/2658627/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="10G"
- check-reqs_pkg_pretend
-}
-
-# We disable this phase to not check requirements twice.
-pkg_setup() { :; }
-
-src_install() {
- insinto "/usr/share/${PN}"
- doins -r *
-}
-
-S="${WORKDIR}/${MY_PN}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2020-01-08 20:45 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2020-01-08 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 94b4bbd913306a325d619686593e96870770d0d1
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Jan 8 20:45:19 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Jan 8 20:45:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=94b4bbd9
sci-biology/irsabi_bidsdata: version bump 1.4
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild
new file mode 100644
index 000000000..b8cc73c5a
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.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 IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="
+ http://chymera.eu/distfiles/${P}.tar.xz
+ https://zenodo.org/record/3601531/files/${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="10G"
+ 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] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2020-05-13 4:05 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2020-05-13 4:05 UTC (permalink / raw
To: gentoo-commits
commit: 20b8089ca6ca21aca040dacdb4ecf5cde54b908e
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 13 04:05:02 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 13 04:05:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=20b8089c
sci-biology/irsabi_bidsdata: removed versions deprecated upsream
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild | 33 ----------------------
.../irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild | 33 ----------------------
2 files changed, 66 deletions(-)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
deleted file mode 100644
index 7eb867e21..000000000
--- a/sci-biology/irsabi_bidsdata/irsabi_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 IRSABI publication"
-HOMEPAGE="http://www.aic-fmi.ethz.ch/"
-SRC_URI="
- http://chymera.eu/distfiles/${P}.tar.xz
- https://zenodo.org/record/2651640/files/${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="10G"
- 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/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
deleted file mode 100644
index 9c7dba40b..000000000
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.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 IRSABI publication"
-HOMEPAGE="http://www.aic-fmi.ethz.ch/"
-SRC_URI="
- https://zenodo.org/record/2667635/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="10G"
- 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] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2022-04-15 8:53 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2022-04-15 8:53 UTC (permalink / raw
To: gentoo-commits
commit: 5b06610ef67d1d4e4bbda37db96ec42a473c4403
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Apr 15 08:52:59 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Apr 15 08:52:59 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b06610e
sci-biology/irsabi_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/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild
index b8cc73c5a..d50ebf927 100644
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.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
@@ -8,7 +8,6 @@ inherit check-reqs
DESCRIPTION="BIDS data files released with the IRSABI publication"
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
SRC_URI="
- http://chymera.eu/distfiles/${P}.tar.xz
https://zenodo.org/record/3601531/files/${P}.tar.xz
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
@ 2023-12-11 17:43 Horea Christian
0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2023-12-11 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 920b0529abb5ad61abc3fd799c3f99c34aeabd33
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 17:24:57 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 17:24:57 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=920b0529
sci-biology/irsabi_bidsdata: update HOMEPAGE
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild
index 3faf27a11..021929bad 100644
--- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.4.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit check-reqs
DESCRIPTION="BIDS data files released with the IRSABI publication"
-HOMEPAGE="http://chymera.eu/docs/focus/open-science/"
+HOMEPAGE="https://chymera.eu/docs/focus/open-science/"
SRC_URI="
https://zenodo.org/record/3601531/files/${P}.tar.xz
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-12-11 17:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-01 15:40 [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2023-12-11 17:43 Horea Christian
2022-04-15 8:53 Horea Christian
2020-05-13 4:05 Horea Christian
2020-01-08 20:45 Horea Christian
2019-05-05 18:47 Horea Christian
2019-05-05 18:46 Horea Christian
2019-05-03 0:05 Horea Christian
2019-01-06 16:44 Horea Christian
2019-01-06 16:42 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox