aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/chooch/ChangeLog (renamed from sci-libs/chooch/ChangeLog)0
-rw-r--r--sci-chemistry/chooch/Manifest (renamed from sci-libs/chooch/Manifest)0
-rw-r--r--sci-chemistry/chooch/chooch-5.0.2.ebuild (renamed from sci-libs/chooch/chooch-5.0.2.ebuild)0
-rw-r--r--sci-chemistry/chooch/files/5.0.2-Makefile.patch (renamed from sci-libs/chooch/files/5.0.2-Makefile.patch)0
-rw-r--r--sci-chemistry/chooch/metadata.xml (renamed from sci-libs/chooch/metadata.xml)0
-rw-r--r--sci-libs/chooch/chooch-5.0.6.ebuild35
6 files changed, 0 insertions, 35 deletions
diff --git a/sci-libs/chooch/ChangeLog b/sci-chemistry/chooch/ChangeLog
index 0cb4a54fc..0cb4a54fc 100644
--- a/sci-libs/chooch/ChangeLog
+++ b/sci-chemistry/chooch/ChangeLog
diff --git a/sci-libs/chooch/Manifest b/sci-chemistry/chooch/Manifest
index ea63d5275..ea63d5275 100644
--- a/sci-libs/chooch/Manifest
+++ b/sci-chemistry/chooch/Manifest
diff --git a/sci-libs/chooch/chooch-5.0.2.ebuild b/sci-chemistry/chooch/chooch-5.0.2.ebuild
index 6392471b4..6392471b4 100644
--- a/sci-libs/chooch/chooch-5.0.2.ebuild
+++ b/sci-chemistry/chooch/chooch-5.0.2.ebuild
diff --git a/sci-libs/chooch/files/5.0.2-Makefile.patch b/sci-chemistry/chooch/files/5.0.2-Makefile.patch
index 89eaf95ef..89eaf95ef 100644
--- a/sci-libs/chooch/files/5.0.2-Makefile.patch
+++ b/sci-chemistry/chooch/files/5.0.2-Makefile.patch
diff --git a/sci-libs/chooch/metadata.xml b/sci-chemistry/chooch/metadata.xml
index efb490d78..efb490d78 100644
--- a/sci-libs/chooch/metadata.xml
+++ b/sci-chemistry/chooch/metadata.xml
diff --git a/sci-libs/chooch/chooch-5.0.6.ebuild b/sci-libs/chooch/chooch-5.0.6.ebuild
deleted file mode 100644
index bdb9f2337..000000000
--- a/sci-libs/chooch/chooch-5.0.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# inherit autotools
-
-DESCRIPTION="a program that will automatically determine values of the anomalous scattering factors"
-HOMEPAGE="http://www.gwyndafevans.co.uk/id2.html"
-SRC_URI="ftp://ftp.ccp4.ac.uk/chooch/5.0.2/packed/chooch-5.0.2.tar.gz"
-
-LICENSE="ccp4"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="X"
-RDEPEND="X? ( sci-libs/pgplot )
- sci-libs/gsl
- sci-libs/Cgraph
- virtual/blas
- virtual/cblas"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- rm -rf cgraph-2.04 gsl-1.4
- cd chooch-5.0.2
- econf \
- $(use_with X x) \
- --with-gsl-prefix="/usr" \
- --with-cgraph-prefix="/usr"
-
- emake -j1|| die
-}