aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-18 12:55:07 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-18 12:55:07 +0100
commit6dbf9e007c0841a5604a16252f380e3c7797482c (patch)
tree95303e933a7189dd3651f40e208ea3fb49a62525 /sci-chemistry
parentprofiles/package.mask: unmask sci-chemistry/talosn, fixed (diff)
downloadsci-6dbf9e007c0841a5604a16252f380e3c7797482c.tar.gz
sci-6dbf9e007c0841a5604a16252f380e3c7797482c.tar.bz2
sci-6dbf9e007c0841a5604a16252f380e3c7797482c.zip
sci-chemistry/relion: version bump 3.1.1
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/relion/Manifest2
-rw-r--r--sci-chemistry/relion/relion-3.1.1.ebuild (renamed from sci-chemistry/relion/relion-3.0.8.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/relion/Manifest b/sci-chemistry/relion/Manifest
index d433f0547..6aa383614 100644
--- a/sci-chemistry/relion/Manifest
+++ b/sci-chemistry/relion/Manifest
@@ -1 +1 @@
-DIST relion-3.0.8.tar.gz 2149738 BLAKE2B dfe322a974a3960612168a84078580ac4adb844b5b044dbd88022fc5afdc87717b3d122224b9b210266d6a7018d03888401618b23bb8022354060b8bd4669f63 SHA512 d72e527801fb6fd7632272350e3b21750df2758d067a4e0da13f9323cdf1ae5da86e0c5fc28c23bce5a15ac90c8c23dfe1c02180970c17ac89a658efee6584a1
+DIST relion-3.1.1.tar.gz 2340685 BLAKE2B 0e98db3af7ceb312111260d8af51225d9a6b82314f1f066fe52464b533e59f44f5487ba66110708d661506074be4d52eeb7e04d88344a939bbd33139a33f6dec SHA512 fddf6f8a3d63e4f73aa1f529e4fa8fa7da98d9226b6539530c83496b94793ceef27d013a2d902a794993ab994f8d6467569ea4b681b4dd948654acf482529b22
diff --git a/sci-chemistry/relion/relion-3.0.8.ebuild b/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
}