aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/refmac/refmac-5.5.0097.ebuild')
-rw-r--r--sci-chemistry/refmac/refmac-5.5.0097.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/sci-chemistry/refmac/refmac-5.5.0097.ebuild b/sci-chemistry/refmac/refmac-5.5.0097.ebuild
deleted file mode 100644
index 64c1df9a3..000000000
--- a/sci-chemistry/refmac/refmac-5.5.0097.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit fortran base toolchain-funcs
-
-DESCRIPTION="Macromolecular crystallographic refinement program"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~garib/refmac/"
-SRC_URI="${HOMEPAGE}data/refmac_stable/refmac_${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="ccp4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror"
-
-RDEPEND="virtual/lapack
- virtual/blas
- sci-libs/ccp4-libs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-allow-dynamic-linking.patch
- )
-
-src_compile() {
- emake \
- FC=$(tc-getFC) \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- COPTIM="${CFLAGS}" \
- FOPTIM="${FFLAGS:- -O2}" \
- VERSION="" \
- XFFLAGS="-fno-second-underscore" \
- LLIBCCP="-lccp4f -lccp4c -lccif -lmmdb -lstdc++" \
- LLIBLAPACK="-llapack -lblas" \
- || die
-}
-
-src_install() {
- for i in refmac libcheck makecif; do
- dobin ${i} || die
- done
- dosym refmac /usr/bin/refmac5 || die
- dodoc refmac_keywords.pdf bugs_and_features.pdf || die
-}