sci-libs/monomer-db: Remove
authorMatt Turner <mattst88@gentoo.org>
Sat, 10 Aug 2019 04:04:40 +0000 (21:04 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sat, 10 Aug 2019 04:05:49 +0000 (21:05 -0700)
Closes: https://bugs.gentoo.org/639760
Signed-off-by: Matt Turner <mattst88@gentoo.org>
sci-libs/monomer-db/Manifest [deleted file]
sci-libs/monomer-db/metadata.xml [deleted file]
sci-libs/monomer-db/monomer-db-5.41.ebuild [deleted file]

diff --git a/sci-libs/monomer-db/Manifest b/sci-libs/monomer-db/Manifest
deleted file mode 100644 (file)
index 1d46e6b..0000000
+++ /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 (file)
index 8425c0d..0000000
+++ /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 (file)
index 42a0643..0000000
+++ /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
-}