Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
Date: Sun, 05 May 2019 18:47:49
Message-Id: 1557082054.27bfbde7b4aa6e033369799b578d342d14fbcbe7.chymera@gentoo
1 commit: 27bfbde7b4aa6e033369799b578d342d14fbcbe7
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sun May 5 18:47:34 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun May 5 18:47:34 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27bfbde7
7
8 sci-biology/irsabi_bidsdata: deprecated release
9
10 due to upstream bugs
11
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
14
15 .../irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild | 35 ----------------------
16 1 file changed, 35 deletions(-)
17
18 diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
19 deleted file mode 100644
20 index cd47dcfa3..000000000
21 --- a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.1.ebuild
22 +++ /dev/null
23 @@ -1,35 +0,0 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -inherit check-reqs
30 -
31 -DESCRIPTION="BIDS data files released with the IRSABI publication"
32 -HOMEPAGE="http://www.aic-fmi.ethz.ch/"
33 -SRC_URI="
34 - https://zenodo.org/record/2658627/files/${P}.tar.xz
35 - http://chymera.eu/distfiles/${P}.tar.xz
36 - "
37 -
38 -LICENSE="CC-BY-SA-4.0"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
41 -
42 -RDEPEND=""
43 -DEPEND=""
44 -
45 -pkg_pretend() {
46 - CHECKREQS_DISK_BUILD="10G"
47 - check-reqs_pkg_pretend
48 -}
49 -
50 -# We disable this phase to not check requirements twice.
51 -pkg_setup() { :; }
52 -
53 -src_install() {
54 - insinto "/usr/share/${PN}"
55 - doins -r *
56 -}
57 -
58 -S="${WORKDIR}/${MY_PN}"