aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-04-30 09:30:57 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-04-30 09:30:57 +0200
commit8f0d722013dca7924a90a9355306120bee91c630 (patch)
tree27469ba6c31afa6782037496341e23c40fc03bcf /sci-libs
parentadopted balbes-db to new monomers-db package (diff)
downloadsci-8f0d722013dca7924a90a9355306120bee91c630.tar.gz
sci-8f0d722013dca7924a90a9355306120bee91c630.tar.bz2
sci-8f0d722013dca7924a90a9355306120bee91c630.zip
cleand up
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/coot-data/coot-data-2-r2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-libs/coot-data/coot-data-2-r2.ebuild b/sci-libs/coot-data/coot-data-2-r2.ebuild
deleted file mode 100644
index e91af3834..000000000
--- a/sci-libs/coot-data/coot-data-2-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Data for the Crystallographic Object-Oriented Toolkit"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~emsley/coot/"
-SRC_URI="http://www.ysbl.york.ac.uk/~emsley/software/extras/reference-structures.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/share/coot
- doins -r reference-structures || die
-
- # 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="/usr/share/ccp4/data/"
- COOT_REF_STRUCTS="/usr/share/coot/reference-structures/"
- EOF
-
- newenvd "${T}"/coot 20coot || die
-}