Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/clipper/
Date: Sat, 10 Aug 2019 04:07:32
Message-Id: 1565409939.a3fbf8343b904db6e612de532fecc5123ff4b2ba.mattst88@gentoo
1 commit: a3fbf8343b904db6e612de532fecc5123ff4b2ba
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 04:03:48 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 04:05:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fbf834
7
8 sci-libs/clipper: Remove
9
10 Closes: https://bugs.gentoo.org/639760
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 sci-libs/clipper/Manifest | 2 -
14 sci-libs/clipper/clipper-2.1.20140911-r1.ebuild | 63 -------------------------
15 sci-libs/clipper/metadata.xml | 8 ----
16 3 files changed, 73 deletions(-)
17
18 diff --git a/sci-libs/clipper/Manifest b/sci-libs/clipper/Manifest
19 deleted file mode 100644
20 index f61dcd63945..00000000000
21 --- a/sci-libs/clipper/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST clipper-2.1.20140911.tar.gz 1922753 BLAKE2B 0bf0b98a2ea52b40adf2ff648f69943e5a511d3f948c51372a3e427a6ece93537bd57aa6c7824cd9fee398ef314028ae7ac47a69bf6e48ec0000cf5e163a110a SHA512 1306bd68d40ea6a7d828f58ce276d6f5d05637af8712eeec3528cf0e4b637263b8ab068ec132765fc4167723bf1d43cbb9ffe0eca43dea3742ec273f34947912
25 -DIST clipper-2.1.20140911_p20160914-fix-c++14.patch.bz2 10551 BLAKE2B 9db14dce9f98de766acc1b552dd66ef47966b8ad581848cf2968b20edbbcda8e69b52a71e302457fc8dd653a88167c3cc818e6dcb5a9e128d76e1f80fb2d9771 SHA512 b18a059eb1bfaec18d1f6f104639001074d92b73768ab6ef412828fc21d891d93d15cd50cd41fca1187f4b4f90399e20bf3e6290af695c6bffbff2c85ca028eb
26
27 diff --git a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild b/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild
28 deleted file mode 100644
29 index 249ac435d41..00000000000
30 --- a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild
31 +++ /dev/null
32 @@ -1,63 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -FORTRAN_NEEDED=fortran
39 -
40 -inherit flag-o-matic fortran-2
41 -
42 -DESCRIPTION="Object-oriented libraries for crystallographic data and computation"
43 -HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html"
44 -SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz
45 - https://dev.gentoo.org/~soap/distfiles/${PN}-2.1.20140911_p20160914-fix-c++14.patch.bz2"
46 -
47 -LICENSE="LGPL-2.1"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="fortran static-libs test"
51 -
52 -RDEPEND="
53 - sci-libs/libccp4
54 - sci-libs/fftw:2.1
55 - sci-libs/mmdb:2"
56 -DEPEND="${RDEPEND}
57 - test? ( app-shells/tcsh )"
58 -
59 -PATCHES=(
60 - # fix building with GCC 6, #585540
61 - "${WORKDIR}/${PN}-2.1.20140911_p20160914-fix-c++14.patch"
62 -)
63 -
64 -src_configure() {
65 - # Recommended on ccp4bb/coot ML to fix crashes when calculating maps
66 - # on 64-bit systems
67 - append-flags -fno-strict-aliasing
68 -
69 - econf \
70 - --enable-shared \
71 - $(use_enable static-libs static) \
72 - $(use_enable fortran) \
73 - --enable-ccp4 \
74 - --enable-cif \
75 - --enable-cns \
76 - --enable-contrib \
77 - --enable-minimol \
78 - --enable-mmdb \
79 - --enable-phs
80 -# --enable-cctbx
81 -}
82 -
83 -src_test() {
84 - emake -C examples check
85 - cd examples || die
86 - sed -e '/mtzdump/d' -i test.csh || die
87 - PATH="${S}/examples:${PATH}" csh test.csh || die
88 -}
89 -
90 -src_install() {
91 - default
92 -
93 - # package provides .pc files
94 - find "${D}" -name '*.la' -delete || die
95 -}
96
97 diff --git a/sci-libs/clipper/metadata.xml b/sci-libs/clipper/metadata.xml
98 deleted file mode 100644
99 index 8937bad0b17..00000000000
100 --- a/sci-libs/clipper/metadata.xml
101 +++ /dev/null
102 @@ -1,8 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 - <maintainer type="project">
107 - <email>sci-chemistry@g.o</email>
108 - <name>Gentoo Chemistry Project</name>
109 - </maintainer>
110 -</pkgmetadata>