diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-19 18:20:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-21 12:03:13 +0200 |
commit | 480d77c2a1ed618f4d1a7ebf889ea2b55c75047f (patch) | |
tree | 266855ba66cd48c166bdcdde3800d2c6ff23bedb /sci-libs/btf | |
parent | sci-libs/colamd: Drop to ~hppa (diff) | |
download | gentoo-480d77c2a1ed618f4d1a7ebf889ea2b55c75047f.tar.gz gentoo-480d77c2a1ed618f4d1a7ebf889ea2b55c75047f.tar.bz2 gentoo-480d77c2a1ed618f4d1a7ebf889ea2b55c75047f.zip |
sci-libs/btf: Drop 1.2.0
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/btf')
-rw-r--r-- | sci-libs/btf/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/btf/btf-1.2.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/btf/Manifest b/sci-libs/btf/Manifest index e9709fe3011b..61f58e3f7bdf 100644 --- a/sci-libs/btf/Manifest +++ b/sci-libs/btf/Manifest @@ -1,2 +1 @@ -DIST btf-1.2.0.tar.bz2 290915 BLAKE2B b9bd3781bfd4fc4924ffb7ee52dc517a6f2ee169daca2a254510d4fddbc9a312fb40de4cadb9ac119c1dee6e3042e9c349ca805f509a958613472f1e423a7bea SHA512 4c2dcd5abf7a72485267a666e679545a5bfa8a20dfbf75a939c92547bdf960d40b6ae93cad23ac44f791e515a13f26c1dae446d3ba6e89b3d1f87d91d4dba50c DIST btf-1.2.6.tar.bz2 285699 BLAKE2B 4addeea7b9abe87281f826a67a8a372118579f498057c888008ac93da1cdbfcf8554af6e843d92a07989ff0b24f537588f933fcc33c97317f47536980e551531 SHA512 39c08ec9bf2a85915aeed040dc02c42c10adf5034c3797910dc7cb6942ac6e2ccea47cea4ab0c37e8ed3eb8eac8d2ce946d281c9ec643cccd282af7be5276960 diff --git a/sci-libs/btf/btf-1.2.0.ebuild b/sci-libs/btf/btf-1.2.0.ebuild deleted file mode 100644 index 3144388ab48f..000000000000 --- a/sci-libs/btf/btf-1.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Algorithm for matrix permutation into block triangular form" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" - -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" |