commit: 4f0dc74b37fd027e08f1834dc1d1604bf09716d0 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu Dec 31 04:41:11 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu Dec 31 04:41:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f0dc74b
sci-chemistry/MotionCor2: drop old version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-chemistry/MotionCor2/MotionCor2-1.2.6.ebuild | 49 ------------------------ sci-chemistry/MotionCor2/metadata.xml | 1 - 2 files changed, 50 deletions(-) diff --git a/sci-chemistry/MotionCor2/MotionCor2-1.2.6.ebuild b/sci-chemistry/MotionCor2/MotionCor2-1.2.6.ebuild deleted file mode 100644 index 006c06b64..000000000 --- a/sci-chemistry/MotionCor2/MotionCor2-1.2.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Correction of electron beam-induced sample motion" -HOMEPAGE="https://emcore.ucsf.edu/ucsf-motioncor2" -SRC_URI="${PN}_${PV}.zip" - -LICENSE="UCSF-Motioncor2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cuda92 +cuda101" - -DEPEND=" - cuda92? ( =dev-util/nvidia-cuda-toolkit-9.2* ) - cuda101? ( =dev-util/nvidia-cuda-toolkit-10.1* ) - media-libs/tiff - app-arch/xz-utils - || ( media-libs/jpeg:62 media-libs/libjpeg-turbo ) -" -RDEPEND="${DEPEND}" -BDEPEND="" - -REQUIRED_USE="^^ ( cuda92 cuda101 )" - -RESTRICT="fetch" -VERSION="MotionCor2 v1.2.6 (05-22.2019, Linux) now Cuda v8.0,9.2,10.1" - -S="${WORKDIR}" - -pkg_nofetch() { - echo - elog "Please download ${PN}_${PV}.zip from" - elog "${HOMEPAGE}." - elog "Be sure to select the version ${VERSION} tarball!!" - elog "Then move the tarball to" - elog "${DISTDIR}/${PN}_${PV}.zip" - echo -} - -src_install() { - dodoc MotionCor2-UserManual-09-13-2018.pdf - if use cuda92; then - newbin MotionCor2_1.2.6-Cuda92 ${PN} - elif use cuda101; then - newbin MotionCor2_1.2.6-Cuda101 ${PN} - fi -} diff --git a/sci-chemistry/MotionCor2/metadata.xml b/sci-chemistry/MotionCor2/metadata.xml index 0cc6baff1..5035d4d85 100644 --- a/sci-chemistry/MotionCor2/metadata.xml +++ b/sci-chemistry/MotionCor2/metadata.xml @@ -11,7 +11,6 @@ </maintainer> <use> <flag name="cuda92">Install cuda-9.2 version</flag> - <flag name="cuda101">Install cuda-10.1 version</flag> <flag name="cuda102">Install cuda-10.2 version</flag> </use> </pkgmetadata>
