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 <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-04-17 23:11:02 +02:00
parent cfc11b6dae
commit 9974d33690
3 changed files with 0 additions and 94 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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
}