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: Tue, 29 Oct 2019 08:31:48
Message-Id: 1572337881.17b50d1aaf5248df250278fce357f6aee6fe33b7.alexxy@gentoo
1 commit: 17b50d1aaf5248df250278fce357f6aee6fe33b7
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 08:31:21 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 08:31:21 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17b50d1a
7
8 sci-chemistry/ctffind: Add new package
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/ctffind/ctffind-4.1.13.ebuild | 32 +++++++++++++++++++++++++++++
14 sci-chemistry/ctffind/metadata.xml | 12 +++++++++++
15 2 files changed, 44 insertions(+)
16
17 diff --git a/sci-chemistry/ctffind/ctffind-4.1.13.ebuild b/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
18 new file mode 100644
19 index 000000000..50b098264
20 --- /dev/null
21 +++ b/sci-chemistry/ctffind/ctffind-4.1.13.ebuild
22 @@ -0,0 +1,32 @@
23 +# Copyright 2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit wxwidgets
29 +
30 +DESCRIPTION="CTF estimation (ctffind, ctftilt)"
31 +HOMEPAGE="http://grigoriefflab.janelia.org/ctf"
32 +SRC_URI="http://grigoriefflab.janelia.org/sites/default/files/${P}.tar.gz"
33 +
34 +LICENSE="Janelia-1.2"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +DEPEND="
40 + sci-libs/fftw:3.0
41 + virtual/jpeg
42 + media-libs/tiff
43 + x11-libs/wxGTK:3.0
44 +"
45 +RDEPEND="${DEPEND}"
46 +BDEPEND="
47 + ${DEPEND}
48 + virtual/pkgconfig"
49 +
50 +src_prepare() {
51 + default
52 + sed /pdb/d -i src/core/core_headers.h || die "removing pdb.h failed"
53 + sed /water/d -i src/core/core_headers.h || die "removing water.h failed"
54 +}
55
56 diff --git a/sci-chemistry/ctffind/metadata.xml b/sci-chemistry/ctffind/metadata.xml
57 new file mode 100644
58 index 000000000..7e9e870fd
59 --- /dev/null
60 +++ b/sci-chemistry/ctffind/metadata.xml
61 @@ -0,0 +1,12 @@
62 +<?xml version="1.0" encoding="UTF-8"?>
63 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 +<pkgmetadata>
65 + <maintainer type="project">
66 + <email>sci-chemistry@g.o</email>
67 + <name>Gentoo Chemistry Project</name>
68 + </maintainer>
69 + <maintainer type="person">
70 + <email>alexxy@g.o</email>
71 + <name>Alexey Shvetsov</name>
72 + </maintainer>
73 +</pkgmetadata>