aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-05-12 22:44:38 -0400
committerHorea Christian <chr@chymera.eu>2020-05-12 22:44:38 -0400
commit224071dacf1158981cc5bb11f3ea489e0e028419 (patch)
tree51b47603c445ef0a4cc88533adf7382f3d05bed3
parentsci-biology/opfvta_bidsdata: removed versions deprecated upstream (diff)
downloadsci-224071dacf1158981cc5bb11f3ea489e0e028419.tar.gz
sci-224071dacf1158981cc5bb11f3ea489e0e028419.tar.bz2
sci-224071dacf1158981cc5bb11f3ea489e0e028419.zip
sci-biology/drlfom_bidsdata: removed version deprecated upstream
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--sci-biology/drlfom_bidsdata/Manifest1
-rw-r--r--sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/sci-biology/drlfom_bidsdata/Manifest b/sci-biology/drlfom_bidsdata/Manifest
index 0e033e2a4..0f214447d 100644
--- a/sci-biology/drlfom_bidsdata/Manifest
+++ b/sci-biology/drlfom_bidsdata/Manifest
@@ -1,2 +1 @@
-DIST drlfom_bidsdata-1.0.tar.xz 22144796464 BLAKE2B 05cad3f6e286cccd79c2babe248138459a36acf58e19fce3487cd58650bad5358ddd41d89b5c1469a47d42cc1659898bac12a032c3ab66d95b565bf8f1d6d37a SHA512 69a04c7209e29a5b19c60fbf667090da4bd43e10d679b9daf4845fbe3c657c1cfad2ed33ecc52aed5ebeccaa0a6038eb4d3f8bb7d1d30c02e17efb58b9b81ae6
DIST drlfom_bidsdata-1.1.tar.xz 22144796704 BLAKE2B e170247374eb2dc320591675606d49ed5d25547735600f312b3b23bbb6229af8a4e6feceafd2b2eb2a49e7e023e22a549ffa9712d927c7d9fd0d087380c78b8e SHA512 84e574cb6714060292d07cacb6ae84aed051100f966713db6b6ac0dd08d3c01e84da8afde66980eb9b0625e8de2f100444ab84d933d7a280af5a39b4b6eab531
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 *
-}