From c2786e305368381b6d219d6a5c1d71e4c0a66c9d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 3 Jul 2019 14:20:54 -0600 Subject: sci-libs/matio: remove old Signed-off-by: Tim Harder --- 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(-) delete mode 100644 sci-libs/matio/files/matio-1.5.0-asneeded.patch delete mode 100644 sci-libs/matio/matio-1.5.1.ebuild delete mode 100644 sci-libs/matio/matio-1.5.10.ebuild delete mode 100644 sci-libs/matio/matio-1.5.2.ebuild (limited to 'sci-libs') diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest index 7777e4029b6d..14a905b40bd0 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 0f1e462c69f0..000000000000 --- 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.000000000 +0100 -+++ matio-1.5.0/src/Makefile.am 2012-04-24 18:18:14.000000000 +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 35b0ae903e3d..000000000000 --- 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 78479eb8ba9c..000000000000 --- a/sci-libs/matio/matio-1.5.10.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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 -} diff --git a/sci-libs/matio/matio-1.5.2.ebuild b/sci-libs/matio/matio-1.5.2.ebuild deleted file mode 100644 index 35b0ae903e3d..000000000000 --- a/sci-libs/matio/matio-1.5.2.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 -} -- cgit v1.2.3-65-gdbad