diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
commit | fc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch) | |
tree | 326613a08f25851c388715e205576a2e7d25dc4f /sci-libs/clipper | |
parent | b24bd25253fe093f722ab576d29fdc41d04cb1ee (diff) |
gentoo resync : 18.08.2019
Diffstat (limited to 'sci-libs/clipper')
-rw-r--r-- | sci-libs/clipper/Manifest | 4 | ||||
-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, 75 deletions
diff --git a/sci-libs/clipper/Manifest b/sci-libs/clipper/Manifest deleted file mode 100644 index 456def844116..000000000000 --- a/sci-libs/clipper/Manifest +++ /dev/null @@ -1,4 +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 -EBUILD clipper-2.1.20140911-r1.ebuild 1434 BLAKE2B 7b8428aa4f24e5fec238db6ef12c5e5e469b0c56452644dac45b8b6b1810e07ecbf6c7721c121cfd20c721bef02b0ff2329c5398d6a39d178c49c0d305688007 SHA512 34816cca8354bccf6508b15e24a699cbf980508b03f3d582f1e3e977e5397354927e75ca8ca0f368ef7e96fdc776bb0968dbfeb1a4a6a3d49efc13d5ebae2558 -MISC metadata.xml 271 BLAKE2B a446884cbe7a6789e0bcd82759f57bf1ab7b29c5ab714057ffa821c90f799d1fa9f9310c187ee4c3a8ae2476f6ea9d15f368045779f1581e68d02802c61c884c SHA512 3e6e6047a29e07123b81279cae1de17bc4bd4c3d7d8a8d26560114a18185f473d038fc220fa81c7213fa203ce197bad8b1c272d9b7e41cd770a953fa6308ff92 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> |