From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71159138335 for ; Sun, 24 Nov 2019 03:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B49AE0798; Sun, 24 Nov 2019 03:36:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77872E075F for ; Sun, 24 Nov 2019 03:36:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BC2834D29D for ; Sun, 24 Nov 2019 03:36:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B0585C for ; Sun, 24 Nov 2019 03:36:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574565807.07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/btf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/btf/Manifest sci-libs/btf/btf-1.1.3.ebuild X-VCS-Directories: sci-libs/btf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7 X-VCS-Branch: master Date: Sun, 24 Nov 2019 03:36:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c1a74e6-3e76-4687-9ba5-14929dc42726 X-Archives-Hash: 80b820c558b4b20d9eae57ce6a5a8c44 commit: 07f3e4abe9c11ac39d23e5ab7c1a8212a6df3ae7 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 24 03:23:27 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 03:23:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f3e4ab sci-libs/btf: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> sci-libs/btf/Manifest | 1 - sci-libs/btf/btf-1.1.3.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/sci-libs/btf/Manifest b/sci-libs/btf/Manifest index 745990f6572..3628755196f 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 56f4ea71e7e..00000000000 --- 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}"