From 99ec48f2df9a286e0c3e0996f87a631d1c6da318 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Fri, 30 May 2008 00:43:36 +0000 Subject: sci-mathematics/dataplot: tweak fortran checks svn path=/sunrise/; revision=6239 --- sci-mathematics/dataplot/ChangeLog | 4 ++++ sci-mathematics/dataplot/Manifest | 4 ++-- sci-mathematics/dataplot/dataplot-20080225-r1.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index 668f3feaf..7d99c2779 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 May 2008; Thomas Anderson (gentoofan23) + dataplot-20080225-r1.ebuild: + tweak fortran checks + 30 May 2008; Thomas Anderson (gentoofan23) -files/dpsrc-datadir-20080225.patch: Remove obsolete patches that have been incorporated into dp1patches diff --git a/sci-mathematics/dataplot/Manifest b/sci-mathematics/dataplot/Manifest index 47a06b697..29656f56b 100644 --- a/sci-mathematics/dataplot/Manifest +++ b/sci-mathematics/dataplot/Manifest @@ -6,6 +6,6 @@ AUX dpsrc-maxobvvalue-20080225.patch 352 RMD160 fe8d89430ec5e63b644cd4b9e5161c40 AUX dpsrc-patchset-20080225.patch 4587 RMD160 a582f14dbe92cb3802b641b737d726ed2d39d527 SHA1 3aa03d5d53135ca9ac1464f26a3eceae4a8a9d3a SHA256 4a1c7ca2418558a857bd7d55d0815c5caa6fbe911bd4bf320b8460aa917effbb DIST dplib.02_25_2008.tar.gz 5340447 RMD160 51b5892c83bb5d420f324e3dab5edec24925f728 SHA1 3a77ed5e1e49f377083a11b8a177f678284b91f2 SHA256 7f9a30ae8ab029e0eeca4fbe08e665b572ec98a05ec001a67f95e4857d2a5b05 DIST dpsrc.02_25_2008.tar.gz 6399167 RMD160 ed14f8ceb225e86f25026916ab4934a140f602ae SHA1 f1023d99ec7d2a64611dabedfbc5ad6f16e67cf7 SHA256 794bedcc48cf444c5813f864f4bacb158474d450337279edaf7fba1055c552c6 -EBUILD dataplot-20080225-r1.ebuild 2407 RMD160 5a92840bf8c61ef3a6c208031f780441e509d59f SHA1 08e422782da1aacaafc4b1950082cade489ee610 SHA256 7a87538664ef101b8a0c70781a588af81f66168d43f668c42c185d96d71f4e39 -MISC ChangeLog 2888 RMD160 744f8cc5fca14f9951dc843f8302a344b0173b7d SHA1 38472f1ccac6808a66f7eb83b9840e29a02ec10b SHA256 4839bf151ad5195d8f79108690ffd92f9cdcd00726cb2e2cf00132051928300a +EBUILD dataplot-20080225-r1.ebuild 2490 RMD160 bf29f68e1950ac09a640bb3245b30843203c8506 SHA1 6e0483ef0fbf9b9816233b5c345e5c4365907c7b SHA256 c8bd89db19fa316759834e4799310cbf59facdca72806f883f0098883e4d81f4 +MISC ChangeLog 3012 RMD160 e06dc9a59f31f797bb3c332f0c17a210ac484461 SHA1 7e18853a3b717763a56941ab76f4b5b92ba3428f SHA256 db039d91f06811c7d97a51c8c424db19f642643b184195615d5fcfd356eff86d MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild index 00f1789bf..4f68faab0 100644 --- a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild @@ -40,8 +40,9 @@ pkg_setup() { die fi fi - - need_fortran gfortran + ##FIXME: Just gfortran for now, I'll get to testing g77 later + NEED_FORTRAN="gfortran" + fortran_pkg_setup } src_unpack() { -- cgit v1.2.3-65-gdbad