commit: 6dbf9e007c0841a5604a16252f380e3c7797482c
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 11:55:07 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 11:55:07 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6dbf9e00
sci-chemistry/relion: version bump 3.1.1
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/relion/{relion-3.0.8.ebuild => relion-3.1.1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/relion/relion-3.0.8.ebuild
b/sci-chemistry/relion/relion-3.1.1.ebuild
similarity index 84%
rename from sci-chemistry/relion/relion-3.0.8.ebuild
rename to sci-chemistry/relion/relion-3.1.1.ebuild
index 178b8249c..db5753988 100644
--- a/sci-chemistry/relion/relion-3.0.8.ebuild
+++ b/sci-chemistry/relion/relion-3.1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Image-processing software for cryo-electron microscopy"
-HOMEPAGE="http://www2.mrc-lmb.cam.ac.uk/relion"
+HOMEPAGE="https://www3.mrc-lmb.cam.ac.uk/relion/index.php/Main_Page"
SRC_URI="https://github.com/3dem/relion/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
@@ -40,5 +40,5 @@ src_configure() {
-DCUDA=$(usex cuda)
-DGUI=$(usex gui)
)
- cmake-utils_src_configure
+ cmake_src_configure
}