aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrozin <grozin@32389bae-6d03-0410-99cf-db05cde120eb>2006-09-20 20:09:54 +0000
committergrozin <grozin@32389bae-6d03-0410-99cf-db05cde120eb>2006-09-20 20:09:54 +0000
commitbadb5552bc3003e15378356a2fdc55f8a3bf76e4 (patch)
tree68618756d6640a40938ab17dcc56cff918af0f97 /sci-libs/matio/files
parentqcl ebuild now honours the user's $CXXFLAGS (diff)
downloadsci-badb5552bc3003e15378356a2fdc55f8a3bf76e4.tar.gz
sci-badb5552bc3003e15378356a2fdc55f8a3bf76e4.tar.bz2
sci-badb5552bc3003e15378356a2fdc55f8a3bf76e4.zip
matio-1.3.1: version bump
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@317 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-libs/matio/files')
-rw-r--r--sci-libs/matio/files/digest-matio-1.3.03
-rw-r--r--sci-libs/matio/files/digest-matio-1.3.13
-rw-r--r--sci-libs/matio/files/matio-1.1.4.patch64
3 files changed, 3 insertions, 67 deletions
diff --git a/sci-libs/matio/files/digest-matio-1.3.0 b/sci-libs/matio/files/digest-matio-1.3.0
deleted file mode 100644
index d477a17b9..000000000
--- a/sci-libs/matio/files/digest-matio-1.3.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 571cb9a3489f32b2c20731e7a231482a matio.zip 928268
-RMD160 be72c66b82ad1733c305565faf3e2678f28d19f1 matio.zip 928268
-SHA256 3dfa2e700a3171e249a582104d328d377ac84dddd0bb704d08cc59acf4c92ae9 matio.zip 928268
diff --git a/sci-libs/matio/files/digest-matio-1.3.1 b/sci-libs/matio/files/digest-matio-1.3.1
new file mode 100644
index 000000000..7413cf9d8
--- /dev/null
+++ b/sci-libs/matio/files/digest-matio-1.3.1
@@ -0,0 +1,3 @@
+MD5 8fd9a3a6c2587deade56b0846642ebd3 matio-1.3.1.tar.gz 938713
+RMD160 64e12e1774db3054ce11f6efd15686c8432a3197 matio-1.3.1.tar.gz 938713
+SHA256 5c8e5df8500c4e444865f65e94ba2b1084a0a370733195655099f5c6f2069eb0 matio-1.3.1.tar.gz 938713
diff --git a/sci-libs/matio/files/matio-1.1.4.patch b/sci-libs/matio/files/matio-1.1.4.patch
deleted file mode 100644
index 4f0adca65..000000000
--- a/sci-libs/matio/files/matio-1.1.4.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -r -U2 matio.orig/Makefile.am matio/Makefile.am
---- matio.orig/Makefile.am 2006-01-11 15:34:34.000000000 +0100
-+++ matio/Makefile.am 2006-06-16 21:16:52.000000000 +0200
-@@ -8,7 +8,5 @@
- ACLOCAL_AMFLAGS = -Iconfig
-
--
- EXTRA_DIST = matio.pc.in
--data_DATA = share/test_file.mat share/test_file_v6.mat
-
- pkgconfigdir = $(libdir)/pkgconfig
-@@ -21,5 +19,5 @@
- endif
-
--SUBDIRS = src test $(DOCS)
-+SUBDIRS = src $(DOCS)
-
- dosubst = sed -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
-@@ -27,7 +25,4 @@
- -e 's,\/,\\,g'
-
--doc:
--
--
- print:
- subdirs='$(SUBDIRS)'; \
-diff -r -U2 matio.orig/doxygen/Makefile.am matio/doxygen/Makefile.am
---- matio.orig/doxygen/Makefile.am 2006-01-11 15:34:29.000000000 +0100
-+++ matio/doxygen/Makefile.am 2006-06-16 21:07:05.000000000 +0200
-@@ -8,5 +8,5 @@
- VPATH = @srcdir@
-
--docdir = $(prefix)/doc
-+docdir = $(prefix)/share/doc/matio-1.0
- doc_DATA = $(top_builddir)/doxygen/latex/libmatio.pdf
-
-diff -r -U2 matio.orig/src/Makefile.am matio/src/Makefile.am
---- matio.orig/src/Makefile.am 2006-03-11 03:36:40.000000000 +0100
-+++ matio/src/Makefile.am 2006-06-16 23:36:48.000000000 +0200
-@@ -29,7 +29,4 @@
- -e 's,\/,\\,g'
-
--doc:
--
--
- print:
- @list='$(libmatio_a_SOURCES)'; \
-diff -r -U2 matio.orig/test/Makefile.am matio/test/Makefile.am
---- matio.orig/test/Makefile.am 2006-02-09 20:48:24.000000000 +0100
-+++ matio/test/Makefile.am 2006-06-16 21:36:44.000000000 +0200
-@@ -7,5 +7,5 @@
- TEST_LFLAGS = $(all_libraries) -L$(top_builddir)/src
-
--bin_PROGRAMS = test_mat test_snprintf
-+noinst_PROGRAMS = test_mat test_snprintf
-
- test_mat_SOURCES = test_mat.c
-@@ -18,5 +18,5 @@
-
- if ENABLE_FORTRAN
--bin_PROGRAMS += test_matf
-+noinst_PROGRAMS += test_matf
-
- test_matf_SOURCES = test_matf.f90