summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-23 22:23:27 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 22:23:27 -0500
commit07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7 (patch)
tree4a39f0a1c6db5033eb2025915fb22d038787f7b6 /sci-libs/btf
parentsci-chemistry/povscript+: drop old EAPI (diff)
downloadgentoo-07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7.tar.gz
gentoo-07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7.tar.bz2
gentoo-07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7.zip
sci-libs/btf: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs/btf')
-rw-r--r--sci-libs/btf/Manifest1
-rw-r--r--sci-libs/btf/btf-1.1.3.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-libs/btf/Manifest b/sci-libs/btf/Manifest
index 745990f65722..3628755196fb 100644
--- a/sci-libs/btf/Manifest
+++ b/sci-libs/btf/Manifest
@@ -1,2 +1 @@
-DIST BTF-1.1.3.tar.gz 38276 BLAKE2B f26296ab0d7561cf47f435c4e4bf77758e3333e9a54ad25a909e2788a3407b4b790eb39110ca183df77b07415f755f603e41282c7fb013bada119cd6aaed85f1 SHA512 1e1b3e9bbed22ae417177f1bb960bd8097af05e7fede4b59df270020845e4bc9a77a16733af980d9b309503edc7ab6ffd852d28c6650e4e53b29125c5dc6364c
DIST btf-1.2.0.tar.bz2 290915 BLAKE2B b9bd3781bfd4fc4924ffb7ee52dc517a6f2ee169daca2a254510d4fddbc9a312fb40de4cadb9ac119c1dee6e3042e9c349ca805f509a958613472f1e423a7bea SHA512 4c2dcd5abf7a72485267a666e679545a5bfa8a20dfbf75a939c92547bdf960d40b6ae93cad23ac44f791e515a13f26c1dae446d3ba6e89b3d1f87d91d4dba50c
diff --git a/sci-libs/btf/btf-1.1.3.ebuild b/sci-libs/btf/btf-1.1.3.ebuild
deleted file mode 100644
index 56f4ea71e7ea..000000000000
--- a/sci-libs/btf/btf-1.1.3.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=BTF
-
-DESCRIPTION="Algorithm for matrix permutation into block triangular form"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/btf/"
-SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND=""
-
-DOCS=( README.txt Doc/ChangeLog )
-PATCHES=( "${FILESDIR}"/${PN}-1.0.1-autotools.patch )
-
-S="${WORKDIR}/${MY_PN}"