summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-08-09 21:04:40 -0700
committerMatt Turner <mattst88@gentoo.org>2019-08-09 21:05:49 -0700
commitaa1dd6fdcdad622912f4040386267d5c65f38d42 (patch)
tree8950c1c5082ab3a147c001db30c4d33fd82142e0
parentsci-libs/mmdb: Remove (diff)
downloadgentoo-aa1dd6fd.tar.gz
gentoo-aa1dd6fd.tar.bz2
gentoo-aa1dd6fd.zip
sci-libs/monomer-db: Remove
Closes: https://bugs.gentoo.org/639760 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--sci-libs/monomer-db/Manifest1
-rw-r--r--sci-libs/monomer-db/metadata.xml8
-rw-r--r--sci-libs/monomer-db/monomer-db-5.41.ebuild28
3 files changed, 0 insertions, 37 deletions
diff --git a/sci-libs/monomer-db/Manifest b/sci-libs/monomer-db/Manifest
deleted file mode 100644
index 1d46e6bb643a..000000000000
--- a/sci-libs/monomer-db/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST refmac_dictionary_v5.41.tar.gz 28087020 BLAKE2B 0beb08e0885fe92e147dc412f1a74995baaf4fa0e0ccbb960a09a8ebd700c4690bf9c1b7b5527a2085739f32bbdf0ade2039bb3843e5323c07d9e9a5a4972e93 SHA512 4e694c63fb783d998ce30a65f8cd4111a13a9dcb6e45bd29ed4e7ad87d58a11e8004205ab7e108bb52723834bddfaaca1e7d9d7336e17f4d2ea38093cfd1be7c
diff --git a/sci-libs/monomer-db/metadata.xml b/sci-libs/monomer-db/metadata.xml
deleted file mode 100644
index 8425c0d53cb0..000000000000
--- a/sci-libs/monomer-db/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@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-libs/monomer-db/monomer-db-5.41.ebuild b/sci-libs/monomer-db/monomer-db-5.41.ebuild
deleted file mode 100644
index 42a0643c4d6c..000000000000
--- a/sci-libs/monomer-db/monomer-db-5.41.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="refmac_dictionary"
-
-DESCRIPTION="Monomer library used for macromolecular structure building and refinement"
-HOMEPAGE="http://www2.mrc-lmb.cam.ac.uk/groups/murshudov/"
-SRC_URI="http://www2.mrc-lmb.cam.ac.uk/groups/murshudov/content/refmac/Dictionary/${MY_PN}_v${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}"/monomers
-
-src_install() {
- insinto /usr/share/data/monomers/
- for i in {a..z} {0..9} *list *.cif *.txt *table *pdb; do
- einfo "Installing ${i}** ..."
- doins -r ${i}
- done
- dodoc *.txt
-}