Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ctffind/
Date: Wed, 01 Feb 2023 11:58:32
Message-Id: 1675252686.e4b26afe8e26547c7696cc6969cf494801ea5935.alexxy@gentoo
1 commit: e4b26afe8e26547c7696cc6969cf494801ea5935
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 11:58:06 2023 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 11:58:06 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4b26afe
7
8 sci-chemistry/ctffind: add 4.1.10, 4.1.13
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11
12 sci-chemistry/ctffind/ctffind-4.1.10.ebuild | 37 +++++++++++++++++++++++++++++
13 sci-chemistry/ctffind/ctffind-4.1.13.ebuild | 37 +++++++++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/sci-chemistry/ctffind/ctffind-4.1.10.ebuild b/sci-chemistry/ctffind/ctffind-4.1.10.ebuild
17 new file mode 100644
18 index 000000000..a69a36308
19 --- /dev/null
20 +++ b/sci-chemistry/ctffind/ctffind-4.1.10.ebuild
21 @@ -0,0 +1,37 @@
22 +# Copyright 2019-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +WX_GTK_VER="3.0-gtk3"
28 +inherit wxwidgets
29 +
30 +DESCRIPTION="CTF estimation (ctffind, ctftilt)"
31 +HOMEPAGE="https://grigoriefflab.umassmed.edu/"
32 +SRC_URI="https://grigoriefflab.umassmed.edu/system/tdf?path=ctffind-${PV}.tar.gz&file=1&type=node&id=26 -> ${P}.tar.gz"
33 +
34 +LICENSE="Janelia-1.2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +DEPEND="
39 + sci-libs/fftw:3.0
40 + media-libs/libjpeg-turbo
41 + media-libs/tiff
42 + x11-libs/wxGTK:*
43 +"
44 +RDEPEND="${DEPEND}"
45 +BDEPEND="
46 + ${DEPEND}
47 + virtual/pkgconfig"
48 +
49 +src_prepare() {
50 + default
51 + sed /pdb/d -i src/core/core_headers.h || die "removing pdb.h failed"
52 + sed /water/d -i src/core/core_headers.h || die "removing water.h failed"
53 +}
54 +
55 +src_configure() {
56 + setup-wxwidgets
57 + default
58 +}
59
60 diff --git a/sci-chemistry/ctffind/ctffind-4.1.13.ebuild b/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
61 new file mode 100644
62 index 000000000..a69a36308
63 --- /dev/null
64 +++ b/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
65 @@ -0,0 +1,37 @@
66 +# Copyright 2019-2021 Gentoo Authors
67 +# Distributed under the terms of the GNU General Public License v2
68 +
69 +EAPI=7
70 +
71 +WX_GTK_VER="3.0-gtk3"
72 +inherit wxwidgets
73 +
74 +DESCRIPTION="CTF estimation (ctffind, ctftilt)"
75 +HOMEPAGE="https://grigoriefflab.umassmed.edu/"
76 +SRC_URI="https://grigoriefflab.umassmed.edu/system/tdf?path=ctffind-${PV}.tar.gz&file=1&type=node&id=26 -> ${P}.tar.gz"
77 +
78 +LICENSE="Janelia-1.2"
79 +SLOT="0"
80 +KEYWORDS="~amd64 ~x86"
81 +
82 +DEPEND="
83 + sci-libs/fftw:3.0
84 + media-libs/libjpeg-turbo
85 + media-libs/tiff
86 + x11-libs/wxGTK:*
87 +"
88 +RDEPEND="${DEPEND}"
89 +BDEPEND="
90 + ${DEPEND}
91 + virtual/pkgconfig"
92 +
93 +src_prepare() {
94 + default
95 + sed /pdb/d -i src/core/core_headers.h || die "removing pdb.h failed"
96 + sed /water/d -i src/core/core_headers.h || die "removing water.h failed"
97 +}
98 +
99 +src_configure() {
100 + setup-wxwidgets
101 + default
102 +}