commit: 6fa93869a8d0611b0db18a7307114ec3897083c7 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Fri Sep 25 19:41:42 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Fri Sep 25 19:41:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6fa93869
sci-biology/ants: removed old version Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/ants/ants-2.3.1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/sci-biology/ants/ants-2.3.1.ebuild b/sci-biology/ants/ants-2.3.1.ebuild deleted file mode 100644 index e48e7892a..000000000 --- a/sci-biology/ants/ants-2.3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils multilib - -DESCRIPTION="Advanced Normalitazion Tools for neuroimaging" -HOMEPAGE="http://stnava.github.io/ANTs/" -SRC_URI="https://github.com/ANTsX/ANTs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=dev-util/cmake-3.10.3" -RDEPEND="" - -S="${WORKDIR}/ANTs-${PV}" - -src_install() { - cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found" - default - cd "${S}/Scripts" || die "scripts dir not found" - dobin *.sh - dodir /usr/$(get_libdir)/ants - install -t "${D}"usr/$(get_libdir)/ants * - doenvd "${FILESDIR}"/99ants -}
