summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-15 14:56:16 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-15 14:56:16 +0000
commit1870fd1c0c8d70183492a78ce769f3891204af21 (patch)
treead39888fca408b86cd9882199b5db9f95306ee14 /sci-chemistry/sfcheck
parentx86 stable, bug #350900 (diff)
downloadgentoo-2-1870fd1c0c8d70183492a78ce769f3891204af21.tar.gz
gentoo-2-1870fd1c0c8d70183492a78ce769f3891204af21.tar.bz2
gentoo-2-1870fd1c0c8d70183492a78ce769f3891204af21.zip
Removed old
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/sfcheck')
-rw-r--r--sci-chemistry/sfcheck/ChangeLog7
-rw-r--r--sci-chemistry/sfcheck/sfcheck-7.03.17.ebuild44
2 files changed, 5 insertions, 46 deletions
diff --git a/sci-chemistry/sfcheck/ChangeLog b/sci-chemistry/sfcheck/ChangeLog
index 53430b33a7d9..ac75949f1845 100644
--- a/sci-chemistry/sfcheck/ChangeLog
+++ b/sci-chemistry/sfcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/sfcheck
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.4 2010/06/15 14:55:05 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.5 2011/01/15 14:56:16 jlec Exp $
+
+ 15 Jan 2011; Justin Lecher <jlec@gentoo.org> -sfcheck-7.03.17.ebuild:
+ Removed old
*sfcheck-7.03.18-r1 (15 Jun 2010)
diff --git a/sci-chemistry/sfcheck/sfcheck-7.03.17.ebuild b/sci-chemistry/sfcheck/sfcheck-7.03.17.ebuild
deleted file mode 100644
index 01bb772c1237..000000000000
--- a/sci-chemistry/sfcheck/sfcheck-7.03.17.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/sfcheck-7.03.17.ebuild,v 1.1 2010/02/06 22:13:13 jlec Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Program for assessing the agreement between the atomic model and X-ray data or EM map"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/sfcheck.html"
-#SRC_URI="http://www.ysbl.york.ac.uk/~alexei/downloads/sfcheck.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="ccp4"
-IUSE=""
-
-RDEPEND="sci-libs/ccp4-libs"
-DEPEND="${RDEPEND}
- !<sci-chmistry/ccp4-apps-6.1.3"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-ldflags.patch
-
- emake \
- -C src \
- clean || die
-}
-
-src_compile() {
- MR_FORT="$(tc-getFC) ${FFLAGS}" \
- MR_LIBRARY="-lccp4f" \
- emake \
- -C src \
- all || die
-}
-
-src_install() {
- dobin bin/${PN} || die
- dodoc readme ${PN}.com.gz doc/${PN}* || die
-}