Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ctffind/
Date: Thu, 31 Dec 2020 16:34:27
Message-Id: 1609432459.1a49d3e495ce8252229c5978e6d49ca4a0bb139e.epsilon-0@gentoo
1 commit: 1a49d3e495ce8252229c5978e6d49ca4a0bb139e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Dec 31 16:25:06 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Dec 31 16:34:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a49d3e4
7
8 sci-chemistry/ctffind: version bump, fix SRC_URI, fix dep
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 .../ctffind/{ctffind-4.1.13.ebuild => ctffind-4.1.14.ebuild} | 9 ++++-----
15 1 file changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-chemistry/ctffind/ctffind-4.1.13.ebuild b/sci-chemistry/ctffind/ctffind-4.1.14.ebuild
18 similarity index 68%
19 rename from sci-chemistry/ctffind/ctffind-4.1.13.ebuild
20 rename to sci-chemistry/ctffind/ctffind-4.1.14.ebuild
21 index 50b098264..d48db4012 100644
22 --- a/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
23 +++ b/sci-chemistry/ctffind/ctffind-4.1.14.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 2019 Gentoo Authors
26 +# Copyright 2019-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -6,19 +6,18 @@ EAPI=7
31 inherit wxwidgets
32
33 DESCRIPTION="CTF estimation (ctffind, ctftilt)"
34 -HOMEPAGE="http://grigoriefflab.janelia.org/ctf"
35 -SRC_URI="http://grigoriefflab.janelia.org/sites/default/files/${P}.tar.gz"
36 +HOMEPAGE="https://grigoriefflab.umassmed.edu/"
37 +SRC_URI="https://grigoriefflab.umassmed.edu/system/tdf?path=ctffind-${PV}.tar.gz&file=1&type=node&id=26 -> ${P}.tar.gz"
38
39 LICENSE="Janelia-1.2"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43
44 DEPEND="
45 sci-libs/fftw:3.0
46 virtual/jpeg
47 media-libs/tiff
48 - x11-libs/wxGTK:3.0
49 + x11-libs/wxGTK:*
50 "
51 RDEPEND="${DEPEND}"
52 BDEPEND="