aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 13:44:53 +0200
committerJustin Lecher <jlec@gentoo.org>2011-06-21 13:44:53 +0200
commit64f36c89bbe9a01071f1a0963a8b39d9a3032b78 (patch)
tree5aa4c75da9359da7280151149f90ddce9d37bb39 /sci-libs/matio
parentAdded fortran-2.eclass support (diff)
downloadsci-64f36c89bbe9a01071f1a0963a8b39d9a3032b78.tar.gz
sci-64f36c89bbe9a01071f1a0963a8b39d9a3032b78.tar.bz2
sci-64f36c89bbe9a01071f1a0963a8b39d9a3032b78.zip
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/matio')
-rw-r--r--sci-libs/matio/ChangeLog5
-rw-r--r--sci-libs/matio/Manifest14
-rw-r--r--sci-libs/matio/matio-1.3.4.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/sci-libs/matio/ChangeLog b/sci-libs/matio/ChangeLog
index 37c11651a..620f108b5 100644
--- a/sci-libs/matio/ChangeLog
+++ b/sci-libs/matio/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/matio
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> matio-1.3.4.ebuild:
+ Added fortran-2.eclass support
+
*matio-1.3.4 (10 Aug 2010)
10 Aug 2010; Sébastien Fabbro <bicatali@gentoo.org> -matio-1.3.3.ebuild,
diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 0edd5d54d..34d38ba1f 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,5 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
AUX matio-1.3.4-autotools.patch 1087 RMD160 996771a8d033247fb701356a96b71ea56c5cb97f SHA1 0ae3f6e5e75ae0c211ab43ef4b7ac6d3948d107e SHA256 37a572925ae026e42b682b1a816ed0094e7e906b76bdde098e775b5d1c203f7c
DIST matio-1.3.4.tar.gz 450343 RMD160 3a0f2fe1260e48af0fb9e501d0af1383cefe5dd3 SHA1 721b9b57f2437850dd114acca1f422622e2c47e2 SHA256 7261880b18a661e5d206b4e479d4334b47549f093130df42f7204fd05dfe0bc5
-EBUILD matio-1.3.4.ebuild 1127 RMD160 98bb6afc3c1361a100b3f392102f3ed8d618b1e5 SHA1 88d02c1c3f5a5a2de6e54f377e3f23befa584ebc SHA256 4d5c6ae5206abfb30d2831c2d53577b2ccc5b0dae41c8fd349e769e26f20ba07
-MISC ChangeLog 1144 RMD160 4d8c5db6e907cc1e57914ab22403d11cd56abdf7 SHA1 3ca196ded85f063d56f837c129d3504fdcfdba36 SHA256 a713f381d19c65654805b02e2b2e5f5699bf3aada7f07c931ca4e81d588a7f4e
+EBUILD matio-1.3.4.ebuild 1137 RMD160 bcdf4855e9c1fdf3b0fed2e0f1fc9c840022c1a8 SHA1 b18ff621e75748d312af6ba0b2f5e484ddac27a9 SHA256 552002e54bb6b8b4537e51758ddff4f757560285b3d91037a2e78940e37a51fe
+MISC ChangeLog 1245 RMD160 0abc9f5d822021fd74a82ab2c063477f966cb255 SHA1 c77af000c7a63636683baf33ebd7f6f57d2caf55 SHA256 63c0d11c15a3410fa960c87304195ff6f144b1133665cbd20f9cc1f9b2a9aa12
MISC metadata.xml 313 RMD160 974b1335daa5b99cc1afc3d1592ca45e64b12259 SHA1 0e01789e32462b40a3d646d9de831a5987de65d2 SHA256 d7d339f2978f3b717d87eeffa70343181e30d19b42a74a498291bf641353e9aa
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk4AhDQACgkQgAnW8HDreRbkQQCgzQyOoKw/hueFY9cocH7QGC81
+sdUAoJckmIVzYN1pgarXgn+oCGsHQMAY
+=9i0y
+-----END PGP SIGNATURE-----
diff --git a/sci-libs/matio/matio-1.3.4.ebuild b/sci-libs/matio/matio-1.3.4.ebuild
index 9cd4fc1aa..c67446f4d 100644
--- a/sci-libs/matio/matio-1.3.4.ebuild
+++ b/sci-libs/matio/matio-1.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
-inherit eutils autotools
+inherit eutils fortran-2 autotools
DESCRIPTION="Library for reading and writing matlab files"
HOMEPAGE="http://sourceforge.net/projects/matio/"