diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:26:00 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:26:00 -0500 |
commit | 71d149ff588cbedcdff4e0d45b1c5a9f5e5ca877 (patch) | |
tree | c34f63835e5c3bd301186c119b027f543fbea395 /sci-libs/cxsparse | |
parent | sci-libs/colpack: drop old (diff) | |
download | gentoo-71d149ff588cbedcdff4e0d45b1c5a9f5e5ca877.tar.gz gentoo-71d149ff588cbedcdff4e0d45b1c5a9f5e5ca877.tar.bz2 gentoo-71d149ff588cbedcdff4e0d45b1c5a9f5e5ca877.zip |
sci-libs/cxsparse: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs/cxsparse')
-rw-r--r-- | sci-libs/cxsparse/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/cxsparse/cxsparse-2.2.6.ebuild | 26 | ||||
-rw-r--r-- | sci-libs/cxsparse/cxsparse-3.1.1.ebuild | 19 |
3 files changed, 0 insertions, 47 deletions
diff --git a/sci-libs/cxsparse/Manifest b/sci-libs/cxsparse/Manifest index f8fe3111b247..13e4af9eaf21 100644 --- a/sci-libs/cxsparse/Manifest +++ b/sci-libs/cxsparse/Manifest @@ -1,3 +1 @@ -DIST CXSparse-2.2.6.tar.gz 1987681 BLAKE2B a778a2d91a98d3764940155eff1cfd3397333a02becef2f2c3c85dc45a58e83597b2e5680ef7cbac4c8d6b8af0a9966d0402154c6c0bee79c67b7697f1af2c19 SHA512 a049349e1a389f03e918e3d0b7e76f79ee2647229a4935378caa0aa3bf3beb8cff649e5e37263f6f839d90a32e6929fd5a7f9193e787cab02cea7b2eb64dd5ac -DIST cxsparse-3.1.1.tar.gz 667306 BLAKE2B d8c960b37cacd042286691a4e4d4144f4abc5c8f25345e6d7ceb25785361a36b7b9244cc7c53211a753614cf54d61462895a0a4b8f8bf4af61faf6d0132cc30a SHA512 a36cf3a124baa74fb742c563dc6accfaf320a35f899cd2a684813ef22df4557af2d2b3489272496a370e85cea3a350293043071bb66830305fe3bf925865b424 DIST cxsparse-3.1.2.tar.bz2 2004570 BLAKE2B 4f1874e83faa1d831fce3847b82aeb67ae96e59b635489eceed3ed08a0fd0aaef7b0c9e40142f96ae5c7820a75bfb58b4d6a741c742b5a85dd6d8e4d78960be9 SHA512 dd3c5e31997564387b6145eaf2069c01e2ae8de384cd775a13ac7ccf03a83b6d0b8bf156a6645547f230dd13fc159d14203a4adcbe65703c154f35ecb161b6e9 diff --git a/sci-libs/cxsparse/cxsparse-2.2.6.ebuild b/sci-libs/cxsparse/cxsparse-2.2.6.ebuild deleted file mode 100644 index 7879964797a1..000000000000 --- a/sci-libs/cxsparse/cxsparse-2.2.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes -inherit autotools-utils - -MY_PN=CXSparse - -DESCRIPTION="Extended sparse matrix package" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/" -SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="static-libs" - -DEPEND="sci-libs/ufconfig" -RDEPEND="" - -DOCS=( README.txt Doc/ChangeLog ) -PATCHES=( "${FILESDIR}"/${PN}-2.2.2-autotools.patch ) - -S="${WORKDIR}/${MY_PN}" diff --git a/sci-libs/cxsparse/cxsparse-3.1.1.ebuild b/sci-libs/cxsparse/cxsparse-3.1.1.ebuild deleted file mode 100644 index d9e67291e712..000000000000 --- a/sci-libs/cxsparse/cxsparse-3.1.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="Extended sparse matrix package" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="static-libs" - -RDEPEND="sci-libs/suitesparseconfig" -DEPEND="${RDEPEND} - virtual/pkgconfig" |