summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-08-09 21:03:59 -0700
committerMatt Turner <mattst88@gentoo.org>2019-08-09 21:05:41 -0700
commitc5919e73bf4dccbca47ca60793c56070ac68061c (patch)
treeccfc5e50ddbd60692f97ee7b572f4df1d03e60f0
parentsci-libs/clipper: Remove (diff)
downloadgentoo-c5919e73.tar.gz
gentoo-c5919e73.tar.bz2
gentoo-c5919e73.zip
sci-libs/coot-data: Remove
Closes: https://bugs.gentoo.org/639760 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sci-libs/coot-data/Manifest1
-rw-r--r--sci-libs/coot-data/coot-data-3.ebuild31
-rw-r--r--sci-libs/coot-data/metadata.xml8
3 files changed, 0 insertions, 40 deletions
diff --git a/sci-libs/coot-data/Manifest b/sci-libs/coot-data/Manifest
deleted file mode 100644
index 0c3733c71652..000000000000
--- a/sci-libs/coot-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coot-data-3.tar.gz 6728787 BLAKE2B 0238ac1fe5364e637f009a4e8e2cb0fc512815ebfe5c9fdc2767f42f4f177028dfd782ed2a388adb2c4ef71a99ec46973de062a541f6677e0a8f21d08cac8175 SHA512 7ebe28a619a577b18fc66e714f0bc8347121ebb12f372ac29c1d2d96013e608632921ea26caea3b62744252ae356949de8e04a6513f1a1e0ba30865708c26ffe
diff --git a/sci-libs/coot-data/coot-data-3.ebuild b/sci-libs/coot-data/coot-data-3.ebuild
deleted file mode 100644
index c0ab79993bea..000000000000
--- a/sci-libs/coot-data/coot-data-3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
-HOMEPAGE="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/"
-SRC_URI="https://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/dependencies/reference-structures.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/share/coot
- doins -r reference-structures
-
- # Coot looks in the wrong spot for the monomer library
- # Listens to ccp4's CCP4_LIB rather than CLIBD_MON
- cat >> "${T}"/coot <<- EOF
- COOT_REFMAC_LIB_DIR="${EPREFIX}/usr/share/"
- COOT_REF_STRUCTS="${EPREFIX}/usr/share/coot/reference-structures/"
- EOF
-
- newenvd "${T}"/coot 20coot
-}
diff --git a/sci-libs/coot-data/metadata.xml b/sci-libs/coot-data/metadata.xml
deleted file mode 100644
index 8937bad0b175..000000000000
--- a/sci-libs/coot-data/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>