diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-08-09 21:03:48 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-09 21:05:39 -0700 |
commit | a3fbf8343b904db6e612de532fecc5123ff4b2ba (patch) | |
tree | 33abeffbb722f6dc26634c5c147259f5ca98c31f /sci-libs/clipper | |
parent | sci-libs/cctbx: Remove (diff) | |
download | gentoo-a3fbf8343b904db6e612de532fecc5123ff4b2ba.tar.gz gentoo-a3fbf8343b904db6e612de532fecc5123ff4b2ba.tar.bz2 gentoo-a3fbf8343b904db6e612de532fecc5123ff4b2ba.zip |
sci-libs/clipper: Remove
Closes: https://bugs.gentoo.org/639760
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-libs/clipper')
-rw-r--r-- | sci-libs/clipper/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/clipper/clipper-2.1.20140911-r1.ebuild | 63 | ||||
-rw-r--r-- | sci-libs/clipper/metadata.xml | 8 |
3 files changed, 0 insertions, 73 deletions
diff --git a/sci-libs/clipper/Manifest b/sci-libs/clipper/Manifest deleted file mode 100644 index f61dcd639455..000000000000 --- a/sci-libs/clipper/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST clipper-2.1.20140911.tar.gz 1922753 BLAKE2B 0bf0b98a2ea52b40adf2ff648f69943e5a511d3f948c51372a3e427a6ece93537bd57aa6c7824cd9fee398ef314028ae7ac47a69bf6e48ec0000cf5e163a110a SHA512 1306bd68d40ea6a7d828f58ce276d6f5d05637af8712eeec3528cf0e4b637263b8ab068ec132765fc4167723bf1d43cbb9ffe0eca43dea3742ec273f34947912 -DIST clipper-2.1.20140911_p20160914-fix-c++14.patch.bz2 10551 BLAKE2B 9db14dce9f98de766acc1b552dd66ef47966b8ad581848cf2968b20edbbcda8e69b52a71e302457fc8dd653a88167c3cc818e6dcb5a9e128d76e1f80fb2d9771 SHA512 b18a059eb1bfaec18d1f6f104639001074d92b73768ab6ef412828fc21d891d93d15cd50cd41fca1187f4b4f90399e20bf3e6290af695c6bffbff2c85ca028eb diff --git a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild b/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild deleted file mode 100644 index 249ac435d41b..000000000000 --- a/sci-libs/clipper/clipper-2.1.20140911-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FORTRAN_NEEDED=fortran - -inherit flag-o-matic fortran-2 - -DESCRIPTION="Object-oriented libraries for crystallographic data and computation" -HOMEPAGE="http://www.ysbl.york.ac.uk/~cowtan/clipper/clipper.html" -SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz - https://dev.gentoo.org/~soap/distfiles/${PN}-2.1.20140911_p20160914-fix-c++14.patch.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="fortran static-libs test" - -RDEPEND=" - sci-libs/libccp4 - sci-libs/fftw:2.1 - sci-libs/mmdb:2" -DEPEND="${RDEPEND} - test? ( app-shells/tcsh )" - -PATCHES=( - # fix building with GCC 6, #585540 - "${WORKDIR}/${PN}-2.1.20140911_p20160914-fix-c++14.patch" -) - -src_configure() { - # Recommended on ccp4bb/coot ML to fix crashes when calculating maps - # on 64-bit systems - append-flags -fno-strict-aliasing - - econf \ - --enable-shared \ - $(use_enable static-libs static) \ - $(use_enable fortran) \ - --enable-ccp4 \ - --enable-cif \ - --enable-cns \ - --enable-contrib \ - --enable-minimol \ - --enable-mmdb \ - --enable-phs -# --enable-cctbx -} - -src_test() { - emake -C examples check - cd examples || die - sed -e '/mtzdump/d' -i test.csh || die - PATH="${S}/examples:${PATH}" csh test.csh || die -} - -src_install() { - default - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -} diff --git a/sci-libs/clipper/metadata.xml b/sci-libs/clipper/metadata.xml deleted file mode 100644 index 8937bad0b175..000000000000 --- a/sci-libs/clipper/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> |