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/libccp4 | |
parent | b24bd25253fe093f722ab576d29fdc41d04cb1ee (diff) |
gentoo resync : 18.08.2019
Diffstat (limited to 'sci-libs/libccp4')
-rw-r--r-- | sci-libs/libccp4/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/libccp4/libccp4-6.4.6.ebuild | 29 | ||||
-rw-r--r-- | sci-libs/libccp4/metadata.xml | 8 |
3 files changed, 0 insertions, 40 deletions
diff --git a/sci-libs/libccp4/Manifest b/sci-libs/libccp4/Manifest deleted file mode 100644 index a27f604c7e6d..000000000000 --- a/sci-libs/libccp4/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST libccp4-6.4.6.tar.gz 934709 BLAKE2B 43412152c9408bef1980c61610d013f3c5f0eab5ae4a474a0874f43250306cad4478e0fde06e01c1aa8b80ec563bcb019f2ce362f5272a0c1e06e24f9437599c SHA512 38893d7c8bec99b6d1245586695d98900284543dfe7f87e0cab81a7f7f93b3dac0780c3ea576fb910fc3712d7b9226814ebe05530948ace136860f398e11daf6 -EBUILD libccp4-6.4.6.ebuild 597 BLAKE2B 845c6e57d4c721bb5504cfe91e731a5d9fedfa1d06d298d4ba85b26daf73ab851bfc61538bd2aa456d64540771600ab79bd441ec013129781a1bb592b8f51e91 SHA512 29f519f7ea0ec6c6e9b043523cfe406accbbd0f0c84287085aa9e480ba6fe12b8dfd3646942b9b2af3fae2101165ec90fa257b10441f9ae408817c1361827c85 -MISC metadata.xml 265 BLAKE2B d5a98b9309829a0486c4b8a4336c2d24a0fe34e926d52afd0cc87e16fcc887ca4c18851e58afb33866823121fa8f221a90e0d726dbd85552a4caf66cf03b7b4a SHA512 470f6c178e88c4e83afa46d5e901a45fc2427a779ae832df7fa2d6e25e9e8b4ce77cd3a8fe191e6242d6df3b673f0de6b4f90f1e147aa8b8dd566f18163cc73a diff --git a/sci-libs/libccp4/libccp4-6.4.6.ebuild b/sci-libs/libccp4/libccp4-6.4.6.ebuild deleted file mode 100644 index a2f7940a036c..000000000000 --- a/sci-libs/libccp4/libccp4-6.4.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -FORTRAN_NEEDED=fortran - -inherit autotools-utils fortran-2 - -DESCRIPTION="The CCP4 C and F77 subroutine library" -HOMEPAGE="http://www.ccp4.ac.uk/" -SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3 LGPL-3" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="fortran static-libs" - -RDEPEND="sci-libs/mmdb:2" -DEPEND="${RDEPEND} -" -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - myeconfargs=( - $(use_enable fortran) - ) - autotools-utils_src_configure -} diff --git a/sci-libs/libccp4/metadata.xml b/sci-libs/libccp4/metadata.xml deleted file mode 100644 index da36ecbfcd6a..000000000000 --- a/sci-libs/libccp4/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> |