commit:     aa1dd6fdcdad622912f4040386267d5c65f38d42
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 04:04:40 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 04:05:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1dd6fd

sci-libs/monomer-db: Remove

Closes: https://bugs.gentoo.org/639760
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sci-libs/monomer-db/Manifest               |  1 -
 sci-libs/monomer-db/metadata.xml           |  8 --------
 sci-libs/monomer-db/monomer-db-5.41.ebuild | 28 ----------------------------
 3 files changed, 37 deletions(-)

diff --git a/sci-libs/monomer-db/Manifest b/sci-libs/monomer-db/Manifest
deleted file mode 100644
index 1d46e6bb643..00000000000
--- 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 8425c0d53cb..00000000000
--- 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>[email protected]</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 42a0643c4d6..00000000000
--- 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
-}

Reply via email to