[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2024-03-26 Thread Sam James
commit: 5232e815915a4f51e8704d0f835726b07a08ad0f
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Mar 27 04:16:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 27 04:49:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5232e815

sci-libs/matio: make sure elibtoolize is applied

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sci-libs/matio/matio-1.5.23.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sci-libs/matio/matio-1.5.23.ebuild 
b/sci-libs/matio/matio-1.5.23.ebuild
index 07f134ffdfa6..9e66ecdece8b 100644
--- a/sci-libs/matio/matio-1.5.23.ebuild
+++ b/sci-libs/matio/matio-1.5.23.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit libtool
+
 DESCRIPTION="Library for reading and writing matlab files"
 HOMEPAGE="https://sourceforge.net/projects/matio/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -18,6 +20,11 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( virtual/latex-base )"
 
+src_prepare() {
+   default
+   elibtoolize
+}
+
 src_configure() {
econf \
--disable-static \



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2024-01-29 Thread Arthur Zamarin
commit: 6382fe3d28567ba04d3ff57e851014587daed34b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 29 16:46:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 29 16:46:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6382fe3d

sci-libs/matio: Keyword 1.5.23 arm64, #923244

Signed-off-by: Arthur Zamarin  gentoo.org>

 sci-libs/matio/matio-1.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/matio/matio-1.5.23.ebuild 
b/sci-libs/matio/matio-1.5.23.ebuild
index 087da57409dd..07f134ffdfa6 100644
--- a/sci-libs/matio/matio-1.5.23.ebuild
+++ b/sci-libs/matio/matio-1.5.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/11" # subslot = soname version
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples hdf5 sparse"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2024-01-15 Thread Viorel Munteanu
commit: 2da146947a900f9028c947c51e97b967ed362c2e
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Jan 15 18:28:47 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jan 16 05:41:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da14694

sci-libs/matio: Stabilize 1.5.23 amd64, #914908

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 sci-libs/matio/matio-1.5.23.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/matio/matio-1.5.23.ebuild 
b/sci-libs/matio/matio-1.5.23.ebuild
index 50ba1730381e..087da57409dd 100644
--- a/sci-libs/matio/matio-1.5.23.ebuild
+++ b/sci-libs/matio/matio-1.5.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0/11" # subslot = soname version
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples hdf5 sparse"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2022-05-09 Thread Andrew Ammerlaan
commit: b978a17ecb4e1ccd62317d664e9af15fb3034f24
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May  9 17:00:15 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May  9 17:19:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b978a17e

sci-libs/matio: add 1.5.23

Bug: https://bugs.gentoo.org/842258
Bug: https://bugs.gentoo.org/803131
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.23.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index c201252bd95a..f2240eab33cf 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1 +1,2 @@
 DIST matio-1.5.21.tar.gz 10110430 BLAKE2B 
1c43d44e69b28eacd9cc672a393df6a55c4ea0e06334eace9058b45bb0bd1582d43cafd30ad121bad33ad29dda52d5259be8c38f6cbacdb05a47da3644dfb984
 SHA512 
b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c
+DIST matio-1.5.23.tar.gz 10115808 BLAKE2B 
a461cd8a0057db2bf1bc0249f4e9c3a0b901bc19fc274c7b9c38d3376b86d556bcfd997a32d5eb7d03b911f7a265c35ee337d98daccea5549d4e16d16f67932b
 SHA512 
e125278dcb25695affb7c576d0e2a86c0eff4225aa866b81536c9e4d7b2aea2c554f5389e96d534a8b559f5554b6cbecff4b44fe8915173cd64b2da6d1dc2629

diff --git a/sci-libs/matio/matio-1.5.23.ebuild 
b/sci-libs/matio/matio-1.5.23.ebuild
new file mode 100644
index ..50ba1730381e
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.23.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/11" # subslot = soname version
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+   use doc && dodoc documentation/matio_user_guide.pdf
+
+   if use examples; then
+   docinto examples
+   dodoc test/test*.c
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   # no static archives
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2022-05-09 Thread Andrew Ammerlaan
commit: 487b3fc529cfde6265e6c10ba0a2b1ea51f82a17
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May  9 17:00:50 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May  9 17:19:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487b3fc5

sci-libs/matio: drop 1.5.21

Bug: https://bugs.gentoo.org/842258
Bug: https://bugs.gentoo.org/803131
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/matio/Manifest|  1 -
 sci-libs/matio/matio-1.5.21.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index f2240eab33cf..e9b55b9a88f1 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,2 +1 @@
-DIST matio-1.5.21.tar.gz 10110430 BLAKE2B 
1c43d44e69b28eacd9cc672a393df6a55c4ea0e06334eace9058b45bb0bd1582d43cafd30ad121bad33ad29dda52d5259be8c38f6cbacdb05a47da3644dfb984
 SHA512 
b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c
 DIST matio-1.5.23.tar.gz 10115808 BLAKE2B 
a461cd8a0057db2bf1bc0249f4e9c3a0b901bc19fc274c7b9c38d3376b86d556bcfd997a32d5eb7d03b911f7a265c35ee337d98daccea5549d4e16d16f67932b
 SHA512 
e125278dcb25695affb7c576d0e2a86c0eff4225aa866b81536c9e4d7b2aea2c554f5389e96d534a8b559f5554b6cbecff4b44fe8915173cd64b2da6d1dc2629

diff --git a/sci-libs/matio/matio-1.5.21.ebuild 
b/sci-libs/matio/matio-1.5.21.ebuild
deleted file mode 100644
index adb63f7b65e3..
--- a/sci-libs/matio/matio-1.5.21.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/11" # subslot = soname version
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( virtual/latex-base )"
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_enable hdf5 mat73) \
-   $(use_enable sparse extended-sparse)
-}
-
-src_compile() {
-   default
-   use doc && emake -C documentation pdf
-}
-
-src_install() {
-   default
-   use doc && dodoc documentation/matio_user_guide.pdf
-
-   if use examples; then
-   docinto examples
-   dodoc test/test*.c
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-
-   # no static archives
-   find "${ED}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2021-05-27 Thread David Seifert
commit: cb5a16cd0f21d2fc4e0e9c73d79deee96093df99
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May 27 21:05:53 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May 27 21:05:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5a16cd

sci-libs/matio: Remove old 1.5.19

Closes: https://bugs.gentoo.org/695314
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/matio/Manifest|  1 -
 sci-libs/matio/matio-1.5.19.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 88be2ff82c9..c201252bd95 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,2 +1 @@
-DIST matio-1.5.19.tar.gz 10108869 BLAKE2B 
db641bda8d68e203af765aa83ecf661e011995e242c4f91aacb4bcc8ba2b545c36a3eec3f4954b3d7ecc286e630acd15b34ec48b372063bfb8b892259fc49ec7
 SHA512 
c087944a7d87d78a7de662d7e19f5f81c55858cf5bf315c28d5a0f7544555b0816045e20bb0c83752eb3d54b589d9237a27cf3de98e3ebefcc7ea0af9311740e
 DIST matio-1.5.21.tar.gz 10110430 BLAKE2B 
1c43d44e69b28eacd9cc672a393df6a55c4ea0e06334eace9058b45bb0bd1582d43cafd30ad121bad33ad29dda52d5259be8c38f6cbacdb05a47da3644dfb984
 SHA512 
b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c

diff --git a/sci-libs/matio/matio-1.5.19.ebuild 
b/sci-libs/matio/matio-1.5.19.ebuild
deleted file mode 100644
index adb63f7b65e..000
--- a/sci-libs/matio/matio-1.5.19.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/11" # subslot = soname version
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( virtual/latex-base )"
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_enable hdf5 mat73) \
-   $(use_enable sparse extended-sparse)
-}
-
-src_compile() {
-   default
-   use doc && emake -C documentation pdf
-}
-
-src_install() {
-   default
-   use doc && dodoc documentation/matio_user_guide.pdf
-
-   if use examples; then
-   docinto examples
-   dodoc test/test*.c
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-
-   # no static archives
-   find "${ED}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2021-05-04 Thread Sam James
commit: ebe0c3520fbbeca0405b4e99050f28e32dad0949
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue May  4 12:04:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  4 22:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe0c352

sci-libs/matio: Bump to 1.5.21

Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/20684
Signed-off-by: Sam James  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.21.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 28cc71e850f..88be2ff82c9 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1 +1,2 @@
 DIST matio-1.5.19.tar.gz 10108869 BLAKE2B 
db641bda8d68e203af765aa83ecf661e011995e242c4f91aacb4bcc8ba2b545c36a3eec3f4954b3d7ecc286e630acd15b34ec48b372063bfb8b892259fc49ec7
 SHA512 
c087944a7d87d78a7de662d7e19f5f81c55858cf5bf315c28d5a0f7544555b0816045e20bb0c83752eb3d54b589d9237a27cf3de98e3ebefcc7ea0af9311740e
+DIST matio-1.5.21.tar.gz 10110430 BLAKE2B 
1c43d44e69b28eacd9cc672a393df6a55c4ea0e06334eace9058b45bb0bd1582d43cafd30ad121bad33ad29dda52d5259be8c38f6cbacdb05a47da3644dfb984
 SHA512 
b00bcad807e6a7e10afa656eb77a0e3e9fb08d9cecc3e94ba41ef91ce60367d6686e6d387a874bbb83eb2f895d4a97caac554a70e7f5f6f5cb750052702d411c

diff --git a/sci-libs/matio/matio-1.5.21.ebuild 
b/sci-libs/matio/matio-1.5.21.ebuild
new file mode 100644
index 000..adb63f7b65e
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.21.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/11" # subslot = soname version
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+   use doc && dodoc documentation/matio_user_guide.pdf
+
+   if use examples; then
+   docinto examples
+   dodoc test/test*.c
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   # no static archives
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2021-01-24 Thread David Seifert
commit: 3250ba85965856cec855ec2ed01e02aaa16d17a2
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jan 24 13:48:18 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jan 24 13:48:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3250ba85

sci-libs/matio: Bump to 1.5.19

Bug: https://bugs.gentoo.org/716258
Bug: https://bugs.gentoo.org/717942
Closes: https://bugs.gentoo.org/603218
Closes: https://bugs.gentoo.org/677366
Closes: https://bugs.gentoo.org/716258
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.19.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 05e6aaa1418..1a4bc0da228 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1 +1,2 @@
 DIST matio-1.5.17.tar.gz 10066268 BLAKE2B 
0852d1861bb4c43acd8a34d7114d29b7e15aa00e6f995d8516d22ff9420268cf7de7b82e08ee33978891bdfd02fcf3f8441aa1466e66e112a21f01abd6f3f0e0
 SHA512 
af8ff11c7c44fea9ea6886e381f49ef9186946f3def98ad9695f2d5d1df045c35e8f4ceac12a44be397f7bbd708b4803762b5ce54c45b60a9f446d551c04f5d2
+DIST matio-1.5.19.tar.gz 10108869 BLAKE2B 
db641bda8d68e203af765aa83ecf661e011995e242c4f91aacb4bcc8ba2b545c36a3eec3f4954b3d7ecc286e630acd15b34ec48b372063bfb8b892259fc49ec7
 SHA512 
c087944a7d87d78a7de662d7e19f5f81c55858cf5bf315c28d5a0f7544555b0816045e20bb0c83752eb3d54b589d9237a27cf3de98e3ebefcc7ea0af9311740e

diff --git a/sci-libs/matio/matio-1.5.19.ebuild 
b/sci-libs/matio/matio-1.5.19.ebuild
new file mode 100644
index 000..adb63f7b65e
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.19.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/11" # subslot = soname version
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+   use doc && dodoc documentation/matio_user_guide.pdf
+
+   if use examples; then
+   docinto examples
+   dodoc test/test*.c
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   # no static archives
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2021-01-24 Thread David Seifert
commit: fc63d3c00b05401d7dadc593066b37f50ea2966d
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Jan 24 13:48:19 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jan 24 13:48:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc63d3c0

sci-libs/matio: Remove old

Closes: https://github.com/gentoo/gentoo/pull/19178
Bug: https://bugs.gentoo.org/717942
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/matio/Manifest|  1 -
 sci-libs/matio/matio-1.5.17.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 1a4bc0da228..28cc71e850f 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,2 +1 @@
-DIST matio-1.5.17.tar.gz 10066268 BLAKE2B 
0852d1861bb4c43acd8a34d7114d29b7e15aa00e6f995d8516d22ff9420268cf7de7b82e08ee33978891bdfd02fcf3f8441aa1466e66e112a21f01abd6f3f0e0
 SHA512 
af8ff11c7c44fea9ea6886e381f49ef9186946f3def98ad9695f2d5d1df045c35e8f4ceac12a44be397f7bbd708b4803762b5ce54c45b60a9f446d551c04f5d2
 DIST matio-1.5.19.tar.gz 10108869 BLAKE2B 
db641bda8d68e203af765aa83ecf661e011995e242c4f91aacb4bcc8ba2b545c36a3eec3f4954b3d7ecc286e630acd15b34ec48b372063bfb8b892259fc49ec7
 SHA512 
c087944a7d87d78a7de662d7e19f5f81c55858cf5bf315c28d5a0f7544555b0816045e20bb0c83752eb3d54b589d9237a27cf3de98e3ebefcc7ea0af9311740e

diff --git a/sci-libs/matio/matio-1.5.17.ebuild 
b/sci-libs/matio/matio-1.5.17.ebuild
deleted file mode 100644
index da6218a96d9..000
--- a/sci-libs/matio/matio-1.5.17.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/9" # subslot = soname version
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( virtual/latex-base )"
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_enable hdf5 mat73) \
-   $(use_enable sparse extended-sparse)
-}
-
-src_compile() {
-   default
-   use doc && emake -C documentation pdf
-}
-
-src_install() {
-   default
-   use doc && dodoc documentation/matio_user_guide.pdf
-
-   if use examples; then
-   docinto examples
-   dodoc test/test*.c
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-
-   # no static archives
-   find "${D}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2020-04-17 Thread David Seifert
commit: 9974d3369078cfde93e4f1e5e9df5d1050bd5f50
Author: David Seifert  gentoo  org>
AuthorDate: Fri Apr 17 21:11:02 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 17 21:11:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9974d336

sci-libs/matio: Remove old versions

Bug: https://bugs.gentoo.org/679476
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/matio/Manifest|  2 --
 sci-libs/matio/matio-1.5.13.ebuild | 46 --
 sci-libs/matio/matio-1.5.16.ebuild | 46 --
 3 files changed, 94 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 586c116c3d4..05e6aaa1418 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,3 +1 @@
-DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
-DIST matio-1.5.16.tar.gz 10050153 BLAKE2B 
de643c11371a931853c2d60347431a1fc3c46f80d5e3083376e634999ea9d10bb1f5f547ed9844654dcb8ff6ff9492d037b26f693cbced04228a6c5d603c0a86
 SHA512 
38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a
 DIST matio-1.5.17.tar.gz 10066268 BLAKE2B 
0852d1861bb4c43acd8a34d7114d29b7e15aa00e6f995d8516d22ff9420268cf7de7b82e08ee33978891bdfd02fcf3f8441aa1466e66e112a21f01abd6f3f0e0
 SHA512 
af8ff11c7c44fea9ea6886e381f49ef9186946f3def98ad9695f2d5d1df045c35e8f4ceac12a44be397f7bbd708b4803762b5ce54c45b60a9f446d551c04f5d2

diff --git a/sci-libs/matio/matio-1.5.13.ebuild 
b/sci-libs/matio/matio-1.5.13.ebuild
deleted file mode 100644
index d9f308de950..000
--- a/sci-libs/matio/matio-1.5.13.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0/4" # subslot = soname version
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse static-libs"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5 )"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   doc? ( virtual/latex-base )"
-
-src_configure() {
-   econf \
-   $(use_enable hdf5 mat73) \
-   $(use_enable sparse extended-sparse) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C documentation pdf
-}
-
-src_install() {
-   default
-
-   use doc && dodoc documentation/matio_user_guide.pdf
-   if use examples; then
-   docinto examples
-   dodoc test/test*
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-
-   find "${D}" -name "*.la" -delete || die
-}

diff --git a/sci-libs/matio/matio-1.5.16.ebuild 
b/sci-libs/matio/matio-1.5.16.ebuild
deleted file mode 100644
index d9f308de950..000
--- a/sci-libs/matio/matio-1.5.16.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0/4" # subslot = soname version
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse static-libs"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5 )"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   doc? ( virtual/latex-base )"
-
-src_configure() {
-   econf \
-   $(use_enable hdf5 mat73) \
-   $(use_enable sparse extended-sparse) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C documentation pdf
-}
-
-src_install() {
-   default
-
-   use doc && dodoc documentation/matio_user_guide.pdf
-   if use examples; then
-   docinto examples
-   dodoc test/test*
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-
-   find "${D}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2020-03-15 Thread David Seifert
commit: 568a3b2d4c68eb44798da9d63fa15d82bee8b887
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 15 23:55:21 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 15 23:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568a3b2d

sci-libs/matio: Version bump to 1.5.17

Bug: https://bugs.gentoo.org/603218
Bug: https://bugs.gentoo.org/678816
Bug: https://bugs.gentoo.org/679476
Bug: https://bugs.gentoo.org/695314
Bug: https://bugs.gentoo.org/711822
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.17.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 14a905b40bd..586c116c3d4 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,2 +1,3 @@
 DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
 DIST matio-1.5.16.tar.gz 10050153 BLAKE2B 
de643c11371a931853c2d60347431a1fc3c46f80d5e3083376e634999ea9d10bb1f5f547ed9844654dcb8ff6ff9492d037b26f693cbced04228a6c5d603c0a86
 SHA512 
38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a
+DIST matio-1.5.17.tar.gz 10066268 BLAKE2B 
0852d1861bb4c43acd8a34d7114d29b7e15aa00e6f995d8516d22ff9420268cf7de7b82e08ee33978891bdfd02fcf3f8441aa1466e66e112a21f01abd6f3f0e0
 SHA512 
af8ff11c7c44fea9ea6886e381f49ef9186946f3def98ad9695f2d5d1df045c35e8f4ceac12a44be397f7bbd708b4803762b5ce54c45b60a9f446d551c04f5d2

diff --git a/sci-libs/matio/matio-1.5.17.ebuild 
b/sci-libs/matio/matio-1.5.17.ebuild
new file mode 100644
index 000..da6218a96d9
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.17.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/9" # subslot = soname version
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   --disable-static \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+   use doc && dodoc documentation/matio_user_guide.pdf
+
+   if use examples; then
+   docinto examples
+   dodoc test/test*.c
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   # no static archives
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2019-07-03 Thread Tim Harder
commit: 541520a33341a2578264f3c8d3a9789341939a46
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:19:30 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541520a3

sci-libs/matio: version bump to 1.5.16

Signed-off-by: Tim Harder  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.16.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 45a48713a1e..e4029b6 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,4 +1,5 @@
 DIST matio-1.5.1.tar.gz 8160893 BLAKE2B 
50b1d5204fb4717fedb341f0a69a53a770bb4c6d46c7721b9c455745716b1b3d3142155c26adb7d019ede5703ac5fac7196c2ca15ddc22fdb93c1b1172dcc10a
 SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 DIST matio-1.5.10.tar.gz 8630185 BLAKE2B 
8bb5040c3863ca7eea3069d0ee71d79c588e19a1fde253f7305534a2239dfecae1d877082454b475c1d4d1a3a60f81710002cd14ed5def3c23b4d0aa8dc8531c
 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
 DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
+DIST matio-1.5.16.tar.gz 10050153 BLAKE2B 
de643c11371a931853c2d60347431a1fc3c46f80d5e3083376e634999ea9d10bb1f5f547ed9844654dcb8ff6ff9492d037b26f693cbced04228a6c5d603c0a86
 SHA512 
38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a
 DIST matio-1.5.2.tar.gz 8179926 BLAKE2B 
6ac78b09a6874a505984fd75f5a4fd7223c0947d32588a8ca426117b945fbfb550d419b552b9a1d6c88b40d96c99d6c35b7ede780a29afe5f4485dec76f1df0d
 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc

diff --git a/sci-libs/matio/matio-1.5.16.ebuild 
b/sci-libs/matio/matio-1.5.16.ebuild
new file mode 100644
index 000..d9f308de950
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.16.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/, sci-libs/matio/files/

2019-07-03 Thread Tim Harder
commit: c2786e305368381b6d219d6a5c1d71e4c0a66c9d
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jul  3 20:20:54 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jul  3 21:59:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2786e30

sci-libs/matio: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sci-libs/matio/Manifest |  3 --
 sci-libs/matio/files/matio-1.5.0-asneeded.patch | 11 --
 sci-libs/matio/matio-1.5.1.ebuild   | 50 -
 sci-libs/matio/matio-1.5.10.ebuild  | 46 ---
 sci-libs/matio/matio-1.5.2.ebuild   | 50 -
 5 files changed, 160 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index e4029b6..14a905b40bd 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,5 +1,2 @@
-DIST matio-1.5.1.tar.gz 8160893 BLAKE2B 
50b1d5204fb4717fedb341f0a69a53a770bb4c6d46c7721b9c455745716b1b3d3142155c26adb7d019ede5703ac5fac7196c2ca15ddc22fdb93c1b1172dcc10a
 SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
-DIST matio-1.5.10.tar.gz 8630185 BLAKE2B 
8bb5040c3863ca7eea3069d0ee71d79c588e19a1fde253f7305534a2239dfecae1d877082454b475c1d4d1a3a60f81710002cd14ed5def3c23b4d0aa8dc8531c
 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
 DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
 DIST matio-1.5.16.tar.gz 10050153 BLAKE2B 
de643c11371a931853c2d60347431a1fc3c46f80d5e3083376e634999ea9d10bb1f5f547ed9844654dcb8ff6ff9492d037b26f693cbced04228a6c5d603c0a86
 SHA512 
38039ddc897b9e44677af08d996dde960355b6d8c5598000fbb23dda5501361d1c2a9e82f0f3e6c1309f0784943976259e5d39d1030f00db323e1756e5bd144a
-DIST matio-1.5.2.tar.gz 8179926 BLAKE2B 
6ac78b09a6874a505984fd75f5a4fd7223c0947d32588a8ca426117b945fbfb550d419b552b9a1d6c88b40d96c99d6c35b7ede780a29afe5f4485dec76f1df0d
 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc

diff --git a/sci-libs/matio/files/matio-1.5.0-asneeded.patch 
b/sci-libs/matio/files/matio-1.5.0-asneeded.patch
deleted file mode 100644
index 0f1e462c69f..000
--- a/sci-libs/matio/files/matio-1.5.0-asneeded.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 matio-1.5.0.orig/src/Makefile.am   2012-04-24 18:14:45.0 +0100
-+++ matio-1.5.0/src/Makefile.am2012-04-24 18:18:14.0 +0100
-@@ -45,7 +45,7 @@
- lib_LTLIBRARIES= libmatio.la
- libmatio_la_SOURCES= snprintf.c endian.c io.c $(ZLIB_SRC) read_data.c \
-  mat5.c mat4.c mat.c matvar_cell.c matvar_struct.c
--libmatio_la_LIBADD = $(ZLIB_LIBS)
-+libmatio_la_LIBADD = $(ZLIB_LIBS) $(HDF5_LIBS)
- 
- if MAT73
- libmatio_la_SOURCES+= mat73.c

diff --git a/sci-libs/matio/matio-1.5.1.ebuild 
b/sci-libs/matio/matio-1.5.1.ebuild
deleted file mode 100644
index 35b0ae903e3..000
--- a/sci-libs/matio/matio-1.5.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils eutils
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse static-libs"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5 )"
-DEPEND="${RDEPEND}
-   doc? ( virtual/latex-base )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.5.0-asneeded.patch )
-
-src_configure() {
-   local myeconfargs=(
-   --docdir="${EPREFIX}/usr/share/doc/${PF}"
-   $(use_enable hdf5 mat73)
-   $(use_enable sparse extended-sparse)
-   )
-   autotools-utils_src_configure
-}
-
-src_compile() {
-   autotools-utils_src_compile
-   use doc &&  autotools-utils_src_compile -C documentation pdf
-}
-
-src_install() {
-   use doc && DOCS=( "${BUILD_DIR}"/documentation/matio_user_guide.pdf )
-   autotools-utils_src_install
-   if use examples; then
-   docinto examples
-   dodoc test/test*
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-}

diff --git a/sci-libs/matio/matio-1.5.10.ebuild 
b/sci-libs/matio/matio-1.5.10.ebuild
deleted file mode 100644
index 78479eb8ba9..000
--- a/sci-libs/matio/matio-1.5.10.ebuild
+++ /dev/null
@@ -1,46 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2018-12-12 Thread Tim Harder
commit: a1087c86fd5b75981d0d636ac52e525904bfbd8f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:04:29 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1087c86

sci-libs/matio: version bump to 1.5.13

Signed-off-by: Tim Harder  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.13.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index f92a5a001c0..45a48713a1e 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,3 +1,4 @@
 DIST matio-1.5.1.tar.gz 8160893 BLAKE2B 
50b1d5204fb4717fedb341f0a69a53a770bb4c6d46c7721b9c455745716b1b3d3142155c26adb7d019ede5703ac5fac7196c2ca15ddc22fdb93c1b1172dcc10a
 SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 DIST matio-1.5.10.tar.gz 8630185 BLAKE2B 
8bb5040c3863ca7eea3069d0ee71d79c588e19a1fde253f7305534a2239dfecae1d877082454b475c1d4d1a3a60f81710002cd14ed5def3c23b4d0aa8dc8531c
 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
+DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
 DIST matio-1.5.2.tar.gz 8179926 BLAKE2B 
6ac78b09a6874a505984fd75f5a4fd7223c0947d32588a8ca426117b945fbfb550d419b552b9a1d6c88b40d96c99d6c35b7ede780a29afe5f4485dec76f1df0d
 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc

diff --git a/sci-libs/matio/matio-1.5.13.ebuild 
b/sci-libs/matio/matio-1.5.13.ebuild
new file mode 100644
index 000..d9f308de950
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.13.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2017-05-30 Thread Patrice Clement
commit: ae3660c8bfb0c5e54f1b85e0a11f05f65e42d4c6
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon May 29 11:48:11 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 30 21:37:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3660c8

sci-libs/matio: version bump to 1.5.10.

Package-Manager: Portage-2.3.5, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4800

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.10.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index b282e0a24fa..741b70604d2 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,4 +1,5 @@
 DIST matio-1.5.1.tar.gz 8160893 SHA256 
7d94a1433f67ce21f08fbbfc8af677f3838964b2b07565dce6f65e878394cd2f SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 WHIRLPOOL 
54c5191c9b4b15e54f25d435a7ea680c84c94f1f5c9e432e3340a7a0821b743c95a08c4e77d65dece3768147c7b5e9e9057bc7ad9b8cde358951f5728d81879b
+DIST matio-1.5.10.tar.gz 8630185 SHA256 
41209918cebd8cc87a4aa815fed553610911be558f027aee54af8b599c78b501 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
 WHIRLPOOL 
821ad5586f87681c45dc516827a4ed3adaf8e6cb32f8ec40f99b95ad19868dc79d8702341ac6f28a0b6a1b27ab7e49260089932a09802ebcba9085d4b8b3c1e2
 DIST matio-1.5.2.tar.gz 8179926 SHA256 
db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc
 WHIRLPOOL 
31796367020078b06cefa10ccfad00526a04c12c158f581d8b4c134071647f01ae55b39e1c738cc3a9ac6211f36cd59041130edd208f001a28fb9f770e0fe8b0
 DIST matio-1.5.7.tar.gz 8502196 SHA256 
84b9a17ada1ee08374fb47cc2d0e10a95b8f7f603b58576239f90b8c576fad48 SHA512 
03ba3732aeb9f8d7f94d7e95d409ae7abbed5172f033b6a5752dfb74a2c1fdf61e4f3a9a34bccae1d37e9dbfb3ef6415420b7ea0533265fb338cc6600b758e90
 WHIRLPOOL 
3bf2512682ef0299c1a4d3f99539e170894af129de485af04eb4f16c271a762fe52a6fe697e4acecedc661e9a4b0d50d702fa7ad127f425ae51e18dc3478
 DIST matio-1.5.8.tar.gz 8533752 SHA256 
6e49353d1d9d5127696f2e67b46cf9a1dc639663283c9bc4ce5280489c03e1f0 SHA512 
6a3dbb05f349c8e9cd1fd46a5e9a38cadaf51ff3fd345aa6eff38fd528c58edc0c1ec6f6d5b81f944b60d10077da666ebf36b763a0d25c13a260a5925bc08d8f
 WHIRLPOOL 
0822dcd87135134e4bd4d367c6c31cfbf7aa22279c013bcbd4eae94480384bf566b7b235e96e7b89cff8f6123d6edaa2b0f926a5f7af9662881867c202178558

diff --git a/sci-libs/matio/matio-1.5.10.ebuild 
b/sci-libs/matio/matio-1.5.10.ebuild
new file mode 100644
index 000..78479eb8ba9
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.10.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2017-05-30 Thread Patrice Clement
commit: ac82220717e23de937257a05fb316ee3c671ab84
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon May 29 11:48:53 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 30 21:37:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac822207

sci-libs/matio: Drop old 2016 releases

Package-Manager: Portage-2.3.5, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4800

 sci-libs/matio/Manifest   |  3 ---
 sci-libs/matio/matio-1.5.7.ebuild | 42 ---
 sci-libs/matio/matio-1.5.8.ebuild | 46 ---
 sci-libs/matio/matio-1.5.9.ebuild | 46 ---
 4 files changed, 137 deletions(-)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 741b70604d2..2a733660135 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,6 +1,3 @@
 DIST matio-1.5.1.tar.gz 8160893 SHA256 
7d94a1433f67ce21f08fbbfc8af677f3838964b2b07565dce6f65e878394cd2f SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 WHIRLPOOL 
54c5191c9b4b15e54f25d435a7ea680c84c94f1f5c9e432e3340a7a0821b743c95a08c4e77d65dece3768147c7b5e9e9057bc7ad9b8cde358951f5728d81879b
 DIST matio-1.5.10.tar.gz 8630185 SHA256 
41209918cebd8cc87a4aa815fed553610911be558f027aee54af8b599c78b501 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
 WHIRLPOOL 
821ad5586f87681c45dc516827a4ed3adaf8e6cb32f8ec40f99b95ad19868dc79d8702341ac6f28a0b6a1b27ab7e49260089932a09802ebcba9085d4b8b3c1e2
 DIST matio-1.5.2.tar.gz 8179926 SHA256 
db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc
 WHIRLPOOL 
31796367020078b06cefa10ccfad00526a04c12c158f581d8b4c134071647f01ae55b39e1c738cc3a9ac6211f36cd59041130edd208f001a28fb9f770e0fe8b0
-DIST matio-1.5.7.tar.gz 8502196 SHA256 
84b9a17ada1ee08374fb47cc2d0e10a95b8f7f603b58576239f90b8c576fad48 SHA512 
03ba3732aeb9f8d7f94d7e95d409ae7abbed5172f033b6a5752dfb74a2c1fdf61e4f3a9a34bccae1d37e9dbfb3ef6415420b7ea0533265fb338cc6600b758e90
 WHIRLPOOL 
3bf2512682ef0299c1a4d3f99539e170894af129de485af04eb4f16c271a762fe52a6fe697e4acecedc661e9a4b0d50d702fa7ad127f425ae51e18dc3478
-DIST matio-1.5.8.tar.gz 8533752 SHA256 
6e49353d1d9d5127696f2e67b46cf9a1dc639663283c9bc4ce5280489c03e1f0 SHA512 
6a3dbb05f349c8e9cd1fd46a5e9a38cadaf51ff3fd345aa6eff38fd528c58edc0c1ec6f6d5b81f944b60d10077da666ebf36b763a0d25c13a260a5925bc08d8f
 WHIRLPOOL 
0822dcd87135134e4bd4d367c6c31cfbf7aa22279c013bcbd4eae94480384bf566b7b235e96e7b89cff8f6123d6edaa2b0f926a5f7af9662881867c202178558
-DIST matio-1.5.9.tar.gz 8520329 SHA256 
beb7f965831ec5b4ef43f8830ee1ef1c121cd98e11b0f6e1d98713d9f860c05c SHA512 
e6162a1034bf03523ddab34e3dbfe01a4993b419a36e31702f4cdede3fa541b1acad26bf2a79688babf90497310ac7af599d3b1ab1e0c3321607e826c4dca4da
 WHIRLPOOL 
e45c8a63a00fdac0be459513d11854d29a94afd008ee9388cc64be7ac1b507cf48efd3f578484b172642adb0927ef1ecfb3585ce11211dfc648b62749cda5ace

diff --git a/sci-libs/matio/matio-1.5.7.ebuild 
b/sci-libs/matio/matio-1.5.7.ebuild
deleted file mode 100644
index 085a4d561d4..000
--- a/sci-libs/matio/matio-1.5.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples hdf5 sparse static-libs"
-
-RDEPEND="
-   sys-libs/zlib
-   hdf5? ( sci-libs/hdf5 )"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   doc? ( virtual/latex-base )"
-
-src_configure() {
-   econf \
-   $(use_enable hdf5 mat73) \
-   $(use_enable sparse extended-sparse)
-}
-
-src_compile() {
-   default
-   use doc && emake -C documentation pdf
-}
-
-src_install() {
-   default
-   use doc && dodoc documentation/matio_user_guide.pdf
-   if use examples; then
-   docinto examples
-   dodoc test/test*
-   insinto /usr/share/${PN}
-   doins share/test*
-   fi
-}

diff --git a/sci-libs/matio/matio-1.5.8.ebuild 
b/sci-libs/matio/matio-1.5.8.ebuild
deleted file mode 100644
index c852bbfcfb1..000
--- a/sci-libs/matio/matio-1.5.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for reading and writing matlab files"
-HOMEPAGE="https://sourceforge.net/projects/matio/;

[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2016-10-26 Thread Tim Harder
commit: 4d9e8c629da1a95d7ce2bc033995dee5930acd25
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Oct 27 04:42:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Oct 27 04:59:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9e8c62

sci-libs/matio: version bump to 1.5.9

 sci-libs/matio/Manifest   |  1 +
 sci-libs/matio/matio-1.5.9.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index f3bba60..b282e0a 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -2,3 +2,4 @@ DIST matio-1.5.1.tar.gz 8160893 SHA256 
7d94a1433f67ce21f08fbbfc8af677f3838964b2b
 DIST matio-1.5.2.tar.gz 8179926 SHA256 
db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc
 WHIRLPOOL 
31796367020078b06cefa10ccfad00526a04c12c158f581d8b4c134071647f01ae55b39e1c738cc3a9ac6211f36cd59041130edd208f001a28fb9f770e0fe8b0
 DIST matio-1.5.7.tar.gz 8502196 SHA256 
84b9a17ada1ee08374fb47cc2d0e10a95b8f7f603b58576239f90b8c576fad48 SHA512 
03ba3732aeb9f8d7f94d7e95d409ae7abbed5172f033b6a5752dfb74a2c1fdf61e4f3a9a34bccae1d37e9dbfb3ef6415420b7ea0533265fb338cc6600b758e90
 WHIRLPOOL 
3bf2512682ef0299c1a4d3f99539e170894af129de485af04eb4f16c271a762fe52a6fe697e4acecedc661e9a4b0d50d702fa7ad127f425ae51e18dc3478
 DIST matio-1.5.8.tar.gz 8533752 SHA256 
6e49353d1d9d5127696f2e67b46cf9a1dc639663283c9bc4ce5280489c03e1f0 SHA512 
6a3dbb05f349c8e9cd1fd46a5e9a38cadaf51ff3fd345aa6eff38fd528c58edc0c1ec6f6d5b81f944b60d10077da666ebf36b763a0d25c13a260a5925bc08d8f
 WHIRLPOOL 
0822dcd87135134e4bd4d367c6c31cfbf7aa22279c013bcbd4eae94480384bf566b7b235e96e7b89cff8f6123d6edaa2b0f926a5f7af9662881867c202178558
+DIST matio-1.5.9.tar.gz 8520329 SHA256 
beb7f965831ec5b4ef43f8830ee1ef1c121cd98e11b0f6e1d98713d9f860c05c SHA512 
e6162a1034bf03523ddab34e3dbfe01a4993b419a36e31702f4cdede3fa541b1acad26bf2a79688babf90497310ac7af599d3b1ab1e0c3321607e826c4dca4da
 WHIRLPOOL 
e45c8a63a00fdac0be459513d11854d29a94afd008ee9388cc64be7ac1b507cf48efd3f578484b172642adb0927ef1ecfb3585ce11211dfc648b62749cda5ace

diff --git a/sci-libs/matio/matio-1.5.9.ebuild 
b/sci-libs/matio/matio-1.5.9.ebuild
new file mode 100644
index ..7b8db24
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.9.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2016-09-08 Thread Tim Harder
commit: f1ffcf7320a200ae1cd5ca18383ce6de4f0746c5
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  8 18:22:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  8 18:27:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ffcf73

sci-libs/matio: version bump to 1.5.8

* add subslot -- 1.5.2 -> 1.5.7 changed the soname version
* fix static-libs handling

 sci-libs/matio/Manifest   |  1 +
 sci-libs/matio/matio-1.5.8.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index 6a20cb7..f3bba60 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,3 +1,4 @@
 DIST matio-1.5.1.tar.gz 8160893 SHA256 
7d94a1433f67ce21f08fbbfc8af677f3838964b2b07565dce6f65e878394cd2f SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 WHIRLPOOL 
54c5191c9b4b15e54f25d435a7ea680c84c94f1f5c9e432e3340a7a0821b743c95a08c4e77d65dece3768147c7b5e9e9057bc7ad9b8cde358951f5728d81879b
 DIST matio-1.5.2.tar.gz 8179926 SHA256 
db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc
 WHIRLPOOL 
31796367020078b06cefa10ccfad00526a04c12c158f581d8b4c134071647f01ae55b39e1c738cc3a9ac6211f36cd59041130edd208f001a28fb9f770e0fe8b0
 DIST matio-1.5.7.tar.gz 8502196 SHA256 
84b9a17ada1ee08374fb47cc2d0e10a95b8f7f603b58576239f90b8c576fad48 SHA512 
03ba3732aeb9f8d7f94d7e95d409ae7abbed5172f033b6a5752dfb74a2c1fdf61e4f3a9a34bccae1d37e9dbfb3ef6415420b7ea0533265fb338cc6600b758e90
 WHIRLPOOL 
3bf2512682ef0299c1a4d3f99539e170894af129de485af04eb4f16c271a762fe52a6fe697e4acecedc661e9a4b0d50d702fa7ad127f425ae51e18dc3478
+DIST matio-1.5.8.tar.gz 8533752 SHA256 
6e49353d1d9d5127696f2e67b46cf9a1dc639663283c9bc4ce5280489c03e1f0 SHA512 
6a3dbb05f349c8e9cd1fd46a5e9a38cadaf51ff3fd345aa6eff38fd528c58edc0c1ec6f6d5b81f944b60d10077da666ebf36b763a0d25c13a260a5925bc08d8f
 WHIRLPOOL 
0822dcd87135134e4bd4d367c6c31cfbf7aa22279c013bcbd4eae94480384bf566b7b235e96e7b89cff8f6123d6edaa2b0f926a5f7af9662881867c202178558

diff --git a/sci-libs/matio/matio-1.5.8.ebuild 
b/sci-libs/matio/matio-1.5.8.ebuild
new file mode 100644
index ..7b8db24
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/

2016-06-23 Thread David Seifert
commit: 1d95ac432c2f5b6c44b37d7a8be3cc39854975f7
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Jun 23 15:11:47 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jun 23 16:46:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d95ac43

sci-libs/matio: Version bump + bump to EAPI=6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1726

Signed-off-by: David Seifert  gentoo.org>

 sci-libs/matio/Manifest   |  1 +
 sci-libs/matio/matio-1.5.7.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index e7dbf6d..6a20cb7 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,2 +1,3 @@
 DIST matio-1.5.1.tar.gz 8160893 SHA256 
7d94a1433f67ce21f08fbbfc8af677f3838964b2b07565dce6f65e878394cd2f SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 WHIRLPOOL 
54c5191c9b4b15e54f25d435a7ea680c84c94f1f5c9e432e3340a7a0821b743c95a08c4e77d65dece3768147c7b5e9e9057bc7ad9b8cde358951f5728d81879b
 DIST matio-1.5.2.tar.gz 8179926 SHA256 
db02d0fb3373c3d766a606309b17e64a5d8da55610e921a9f1a0ec171e911d45 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc
 WHIRLPOOL 
31796367020078b06cefa10ccfad00526a04c12c158f581d8b4c134071647f01ae55b39e1c738cc3a9ac6211f36cd59041130edd208f001a28fb9f770e0fe8b0
+DIST matio-1.5.7.tar.gz 8502196 SHA256 
84b9a17ada1ee08374fb47cc2d0e10a95b8f7f603b58576239f90b8c576fad48 SHA512 
03ba3732aeb9f8d7f94d7e95d409ae7abbed5172f033b6a5752dfb74a2c1fdf61e4f3a9a34bccae1d37e9dbfb3ef6415420b7ea0533265fb338cc6600b758e90
 WHIRLPOOL 
3bf2512682ef0299c1a4d3f99539e170894af129de485af04eb4f16c271a762fe52a6fe697e4acecedc661e9a4b0d50d702fa7ad127f425ae51e18dc3478

diff --git a/sci-libs/matio/matio-1.5.7.ebuild 
b/sci-libs/matio/matio-1.5.7.ebuild
new file mode 100644
index 000..b9181ad
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="http://sourceforge.net/projects/matio/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+}