aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-03-02 09:45:47 +0100
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-03-02 09:45:47 +0100
commitfd8167fa3574e9034c4435170f9c0e85f16a5566 (patch)
tree9783be52e17b9bdd64220188789e348ec03cfa6a /sci-libs/chooch
parentNessecary fixes in src. Should be fine now. (diff)
downloadsci-fd8167fa3574e9034c4435170f9c0e85f16a5566.tar.gz
sci-fd8167fa3574e9034c4435170f9c0e85f16a5566.tar.bz2
sci-fd8167fa3574e9034c4435170f9c0e85f16a5566.zip
sci-libs/chooch has automagic deps which aren't fixed --> masked
Diffstat (limited to 'sci-libs/chooch')
-rw-r--r--sci-libs/chooch/ChangeLog8
-rw-r--r--sci-libs/chooch/Manifest3
-rw-r--r--sci-libs/chooch/chooch-5.0.2.ebuild10
3 files changed, 16 insertions, 5 deletions
diff --git a/sci-libs/chooch/ChangeLog b/sci-libs/chooch/ChangeLog
new file mode 100644
index 000000000..cc5d44826
--- /dev/null
+++ b/sci-libs/chooch/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/chooch
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 01 Mar 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+ chooch-5.0.2.ebuild:
+ Initial checkin
+
diff --git a/sci-libs/chooch/Manifest b/sci-libs/chooch/Manifest
index 286e71bca..696f54c38 100644
--- a/sci-libs/chooch/Manifest
+++ b/sci-libs/chooch/Manifest
@@ -1,3 +1,4 @@
DIST chooch-5.0.2.tar.gz 3057641 RMD160 5eb6d2b33f58e3a0b6379713184cd0c11d3a5956 SHA1 ec6cefd5044487c79e8099329c9f6eb3061e047d SHA256 ad80d5d296bfbd2bb8f9fac930df5a4e9ba583e23b2de298209b7a6925240643
-EBUILD chooch-5.0.2.ebuild 692 RMD160 a0313483fd5b8cb6f06e327b2094174a57da818d SHA1 937f617e3ef07986a14ab3c74c2962e9e2ece81f SHA256 c870421b3231aede9fb1c70cbf6a2f9574312748905daac7673d241b3395b478
+EBUILD chooch-5.0.2.ebuild 732 RMD160 9a51d9e965f1aa96ace977bdcc93e17a5a94c625 SHA1 711be18a19d3a5d8558ae61b5d63a58b00c0e94b SHA256 f12b507f7fc8dcf4feda5e0711581850352793cde921a1994baa847f6cddd7e3
+MISC ChangeLog 215 RMD160 ed4208d316bb46b0852c0254b1afbc9a055a6106 SHA1 9d8b2b5b8fad39139601ea76e725a14ce608c6d8 SHA256 3605c8b830fd624cb14024beb0cca8a8172afe99a30fff7b7f825f03a4e734b5
MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c
diff --git a/sci-libs/chooch/chooch-5.0.2.ebuild b/sci-libs/chooch/chooch-5.0.2.ebuild
index 69a38496b..bdb9f2337 100644
--- a/sci-libs/chooch/chooch-5.0.2.ebuild
+++ b/sci-libs/chooch/chooch-5.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-# inherit
+# inherit autotools
DESCRIPTION="a program that will automatically determine values of the anomalous scattering factors"
HOMEPAGE="http://www.gwyndafevans.co.uk/id2.html"
@@ -16,13 +16,15 @@ KEYWORDS="~amd64 ~x86"
IUSE="X"
RDEPEND="X? ( sci-libs/pgplot )
sci-libs/gsl
- sci-libs/Cgraph"
+ sci-libs/Cgraph
+ virtual/blas
+ virtual/cblas"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}"
src_compile() {
- rm -rvf cgraph-2.04 gsl-1.4
+ rm -rf cgraph-2.04 gsl-1.4
cd chooch-5.0.2
econf \
$(use_with X x) \