summaryrefslogtreecommitdiff
path: root/sci-libs/monomer-db
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /sci-libs/monomer-db
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'sci-libs/monomer-db')
-rw-r--r--sci-libs/monomer-db/Manifest3
-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, 39 deletions
diff --git a/sci-libs/monomer-db/Manifest b/sci-libs/monomer-db/Manifest
deleted file mode 100644
index ebe5a99c3f89..000000000000
--- a/sci-libs/monomer-db/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST refmac_dictionary_v5.41.tar.gz 28087020 BLAKE2B 0beb08e0885fe92e147dc412f1a74995baaf4fa0e0ccbb960a09a8ebd700c4690bf9c1b7b5527a2085739f32bbdf0ade2039bb3843e5323c07d9e9a5a4972e93 SHA512 4e694c63fb783d998ce30a65f8cd4111a13a9dcb6e45bd29ed4e7ad87d58a11e8004205ab7e108bb52723834bddfaaca1e7d9d7336e17f4d2ea38093cfd1be7c
-EBUILD monomer-db-5.41.ebuild 737 BLAKE2B 9b1a51ba9d1c7b5daa17b42d42f8e2e9857293584fedd7e47f717c1d0cdb1445b5de669572d64baa6ec581cb9fdb6f450116b8e2d42ba73cfaeaa0aedba53b31 SHA512 4205f735529141d5e49274e0d9eb206a80b0e5a2d470c0e137a31e84f44f5dff8e945fb8bd095af907675a2a256168eb84800ca89ba3a8d992b70b267ca9782f
-MISC metadata.xml 259 BLAKE2B dfc879984b6adce945d0e0a50f6ede2bca87147b9db99491359cdeccc2e74a20d56e14ae8903dbb80c94854f89bee539f14a4e3ce864204e277accf3f124a748 SHA512 19fb78cf4029c154954a40df40e28fc8d98a8b7e6b42f97259f664d44c29b284feffb9d073cadc7f90b5654a64b2466e186cb677d3a11830206f173eb9057706
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
-}