From 18d6fe1587ef5b7fbc0cee0e0c2b9488649d296b Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sat, 21 Sep 2019 17:19:27 +0200 Subject: [PATCH] sci-biology/ants: version bump 2.3.1_p20190704 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Horea Christian --- sci-biology/ants/ChangeLog | 6 ++++ sci-biology/ants/Manifest | 3 +- sci-biology/ants/ants-2.3.1.ebuild | 31 ------------------- ...-r1.ebuild => ants-2.3.1_p20190704.ebuild} | 22 +++++++++---- sci-biology/ants/ants-9999.ebuild | 6 ++-- 5 files changed, 26 insertions(+), 42 deletions(-) delete mode 100644 sci-biology/ants/ants-2.3.1.ebuild rename sci-biology/ants/{ants-2.3.1-r1.ebuild => ants-2.3.1_p20190704.ebuild} (60%) diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog index 9fd035e..d52812f 100644 --- a/sci-biology/ants/ChangeLog +++ b/sci-biology/ants/ChangeLog @@ -1,3 +1,9 @@ +*ants-2.3.1_p20190704 (21 Sep 2019) + + 21 Sep 2019; +ants-2.3.1_p20190704.ebuild, + -ants-2.3.1-r1.ebuild, -ants-2.3.1.ebuild, ants-9999.ebuild: + sci-biology/ants: version bump 2.3.1_p20190704 + *ants-2.3.1 (18 May 2019) 18 May 2019; +ants-2.3.1.ebuild: diff --git a/sci-biology/ants/Manifest b/sci-biology/ants/Manifest index 1b35e2b..6a40a07 100644 --- a/sci-biology/ants/Manifest +++ b/sci-biology/ants/Manifest @@ -1,2 +1 @@ -DIST ants-2.3.1.tar.gz 2437950 SHA256 c0680feab0ebb85c8cd6685043126666929b35e1cf387a5cc1d3a2d7169bddd3 SHA512 c22af10b7aed1dc5c6b06d6b7d3b2c33ced382926ab5972dd55e4766ff0269330bf01e6975712d991e96c5d9d23f78c8081a3ff475ea92d539c695105b5cfe9a WHIRLPOOL 54c0f411bbd305530c9a8fcdfc66e42f76991c209330375e11d65522ad7a2d58066fc349aae68d003aaab413b59bdabf2f9f5cdfd5626269caa9968909785964 -DIST rest?method=midas.bitstream.download&checksum=84cf0e06646142e0aa4c3d3324a62701 46161 SHA256 6c40c155a97d383438bc8a66eeb96df51517502bab0b1e8670711c141e71f689 SHA512 20942c444831f9dd71d41809acf0eac6fb351bda9a6e2d6826a645121b09d781a7feacdcd5edf4b7e9708f9e5de380bdfdfcb9f7c4b25fa1a03d506d817c3e1d WHIRLPOOL 5c772213fe6ad3c7a032a61024188a1eaeed93137967e2996cd3ceaf39538e9a522b5e8cdf8826816ba2727191bed510b7616056ab32e95d13bcdef0ef12ced9 +DIST 84cf0e06646142e0aa4c3d3324a62701 46161 SHA256 6c40c155a97d383438bc8a66eeb96df51517502bab0b1e8670711c141e71f689 SHA512 20942c444831f9dd71d41809acf0eac6fb351bda9a6e2d6826a645121b09d781a7feacdcd5edf4b7e9708f9e5de380bdfdfcb9f7c4b25fa1a03d506d817c3e1d WHIRLPOOL 5c772213fe6ad3c7a032a61024188a1eaeed93137967e2996cd3ceaf39538e9a522b5e8cdf8826816ba2727191bed510b7616056ab32e95d13bcdef0ef12ced9 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 656d0d4..0000000 --- a/sci-biology/ants/ants-2.3.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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}" - -RESTRICT="network-sandbox" - -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 -} diff --git a/sci-biology/ants/ants-2.3.1-r1.ebuild b/sci-biology/ants/ants-2.3.1_p20190704.ebuild similarity index 60% rename from sci-biology/ants/ants-2.3.1-r1.ebuild rename to sci-biology/ants/ants-2.3.1_p20190704.ebuild index 37f6d35..fe94b22 100644 --- a/sci-biology/ants/ants-2.3.1-r1.ebuild +++ b/sci-biology/ants/ants-2.3.1_p20190704.ebuild @@ -1,13 +1,17 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils multilib +inherit cmake-utils git-r3 multilib + +MY_HASH="84cf0e06646142e0aa4c3d3324a62701" 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" +SRC_URI="http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=${MY_HASH} -> ${MY_HASH}" +EGIT_REPO_URI="https://github.com/stnava/ANTs.git" +EGIT_COMMIT="1d2e5bf497cd71667d6f7d79ff858387c08bb93e" SLOT="0" LICENSE="BSD" @@ -20,7 +24,13 @@ RDEPEND=" >=sci-libs/itk-5.0_rc1 " -S="${WORKDIR}/ANTs-${PV}" +#S="${WORKDIR}/ANTs-${PV}" + +#src_prepare() { +# pwd +# ln -s +# die +#} src_configure() { local mycmakeargs=( @@ -35,7 +45,7 @@ src_configure() { src_install() { cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found" default - cd "${S}/Scripts" || die "scripts dir not found" + cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found" dobin *.sh dodir /usr/$(get_libdir)/ants install -t "${D}"usr/$(get_libdir)/ants * diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild index 615d252..1acda3f 100644 --- a/sci-biology/ants/ants-9999.ebuild +++ b/sci-biology/ants/ants-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,9 +9,9 @@ MY_HASH="84cf0e06646142e0aa4c3d3324a62701" DESCRIPTION="Advanced Normalitazion Tools for neuroimaging" HOMEPAGE="http://stnava.github.io/ANTs/" -SRC_URI="http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=${MY_HASH} > ${MY_HASH}" +SRC_URI="http://slicer.kitware.com/midas3/api/rest?method=midas.bitstream.download&checksum=${MY_HASH} -> ${MY_HASH}" EGIT_REPO_URI="https://github.com/stnava/ANTs.git" -EGIT_COMMIT="1d2e5bf497cd71667d6f7d79ff858387c08bb93e" +#EGIT_COMMIT="1d2e5bf497cd71667d6f7d79ff858387c08bb93e" SLOT="0" LICENSE="BSD"