summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-04-12 19:03:27 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-04-12 19:03:27 +0000
commit47b5ccb6fe4ba6cf27f1cb2ca924df989bd1d407 (patch)
tree402ce635e48769ebd5a4b41001b7350edd701d7a /sci-mathematics
parentapp-misc/clex: HTML help pages released, hence add back 'doc' USE flag (diff)
downloadsunrise-47b5ccb6fe4ba6cf27f1cb2ca924df989bd1d407.tar.gz
sunrise-47b5ccb6fe4ba6cf27f1cb2ca924df989bd1d407.tar.bz2
sunrise-47b5ccb6fe4ba6cf27f1cb2ca924df989bd1d407.zip
sci-mathematics/dataplot: Don't do "need_fortran g77 gfortran" but "need_fortran gfortran" until testing with g77 is done
svn path=/sunrise/; revision=6035
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/dataplot/ChangeLog5
-rw-r--r--sci-mathematics/dataplot/Manifest4
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225.ebuild2
3 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index a06713b73..0b2ad3cb8 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -3,6 +3,11 @@
# $Header: $
12 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
+ dataplot-20080225.ebuild:
+ Don't do "need_fortran g77 gfortran" but "need_fortran gfortran" until
+ testing with g77 is done
+
+ 12 Apr 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
+dataplot-20080225.ebuild, +files/dpsrc-patchset-20080225.patch,
+metadata.xml:
New Ebuild for bug #217390, thanks to Tommy[D] for reviewing
diff --git a/sci-mathematics/dataplot/Manifest b/sci-mathematics/dataplot/Manifest
index 7252b52c0..c822d86cb 100644
--- a/sci-mathematics/dataplot/Manifest
+++ b/sci-mathematics/dataplot/Manifest
@@ -1,6 +1,6 @@
AUX dpsrc-patchset-20080225.patch 2672 RMD160 5877cc97e034c52a4228fe19d87fc2d9a7ae043d SHA1 4377f353fb3de6f598884d542fc0c1842a3c29a9 SHA256 022995d5dca408d099c95165476c47f633a91273b931405cb1a90b27ae1113a1
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.ebuild 2982 RMD160 cbfa4ac1d88a55e1f5cd747124cc521e8d0c7be2 SHA1 e051de49ff4b9ff465e7c235b48b4f612f3a3911 SHA256 b97e46556d2f863fab08461336c772af31b8e1daf192ace34f3953e76a3763fa
-MISC ChangeLog 342 RMD160 ddbb97a7d041f76288658b05cd717ab03dedf3d9 SHA1 bad35c8549bffce47e5fbb8e8b304d281371b184 SHA256 bf35239ab57a9707ff740471ef37b2386a52e1246c81756eaa4b8ea42f1e79de
+EBUILD dataplot-20080225.ebuild 2978 RMD160 ee118989b4b5ffd98f918724ef4b59c697ad3b6e SHA1 82eb3d2cc5c4c16277ad1d8f1983c71b30aabb10 SHA256 8212504cf980ac25d1ca51d19de1f3878d4bd2af16d01938920fb48a6c517680
+MISC ChangeLog 540 RMD160 e2dd4208aede3be8252383542acf2e309c768ad9 SHA1 54b239a8e67173a728385d88ecf2d11e1bac02e8 SHA256 8deec36c336c7925f752a3dfe336eb07fb8a32bf48c041f7bbc2306e3e71de20
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild
index 4f8c80a56..30f79a703 100644
--- a/sci-mathematics/dataplot/dataplot-20080225.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild
@@ -38,7 +38,7 @@ pkg_setup() {
die
fi
- need_fortran g77 gfortran
+ need_fortran gfortran
}
src_unpack() {