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/ants/
Date: Fri, 25 Sep 2020 19:41:52
Message-Id: 1601062902.6fa93869a8d0611b0db18a7307114ec3897083c7.chymera@gentoo
1 commit: 6fa93869a8d0611b0db18a7307114ec3897083c7
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri Sep 25 19:41:42 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 25 19:41:42 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6fa93869
7
8 sci-biology/ants: removed old version
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/ants/ants-2.3.1.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/sci-biology/ants/ants-2.3.1.ebuild b/sci-biology/ants/ants-2.3.1.ebuild
17 deleted file mode 100644
18 index e48e7892a..000000000
19 --- a/sci-biology/ants/ants-2.3.1.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils multilib
28 -
29 -DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
30 -HOMEPAGE="http://stnava.github.io/ANTs/"
31 -SRC_URI="https://github.com/ANTsX/ANTs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -SLOT="0"
34 -LICENSE="BSD"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -DEPEND=">=dev-util/cmake-3.10.3"
38 -RDEPEND=""
39 -
40 -S="${WORKDIR}/ANTs-${PV}"
41 -
42 -src_install() {
43 - cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found"
44 - default
45 - cd "${S}/Scripts" || die "scripts dir not found"
46 - dobin *.sh
47 - dodir /usr/$(get_libdir)/ants
48 - install -t "${D}"usr/$(get_libdir)/ants *
49 - doenvd "${FILESDIR}"/99ants
50 -}