From 3f68f2fff86b0ea23d02a7c1fd39578c8beef33b Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Sun, 12 Sep 2021 10:00:22 +0200 Subject: dev-libs/libbrahe: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- dev-libs/libbrahe/Manifest | 1 - dev-libs/libbrahe/files/1.1.0-missing_libs.patch | 7 ------ dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild | 31 ------------------------ dev-libs/libbrahe/metadata.xml | 5 ---- profiles/package.mask | 8 ------ 5 files changed, 52 deletions(-) delete mode 100644 dev-libs/libbrahe/Manifest delete mode 100644 dev-libs/libbrahe/files/1.1.0-missing_libs.patch delete mode 100644 dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild delete mode 100644 dev-libs/libbrahe/metadata.xml diff --git a/dev-libs/libbrahe/Manifest b/dev-libs/libbrahe/Manifest deleted file mode 100644 index e08a023139f4..000000000000 --- a/dev-libs/libbrahe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libbrahe-1.1.0.tar.gz 344264 BLAKE2B 84d32344ce9a8f8447b2963d88352a48ec286d1f9c7f39f9ac0da019198cb06f5cc9909eef891ae1e324bfc4a29eea9df4c9a6685f388098ece0888fbeeb4c70 SHA512 54f2d0c9c1c04429fab59d365d6a4144eed29a400edccd7ed9e5d19876565071ac76686da73e7f84c857057c8c52e1b85d2e257203724cbd9f1877d76024927f diff --git a/dev-libs/libbrahe/files/1.1.0-missing_libs.patch b/dev-libs/libbrahe/files/1.1.0-missing_libs.patch deleted file mode 100644 index d9153a812ad7..000000000000 --- a/dev-libs/libbrahe/files/1.1.0-missing_libs.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -14,3 +14,4 @@ - - AM_CFLAGS = -std=gnu99 -pedantic -Wall -Wno-format - DEFS = -I. -I$(srcdir) -+LIBS = -lm diff --git a/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild b/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild deleted file mode 100644 index 63f386c80ec3..000000000000 --- a/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A Heterogenous C Library of Numeric Functions" -HOMEPAGE="http://www.coyotegulch.com/products/brahe/" -SRC_URI="http://www.coyotegulch.com/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" - -DOCS=( AUTHORS ChangeLog NEWS ) - -PATCHES=( - "${FILESDIR}/${PV}-missing_libs.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - - find "${ED}" -name '*.a' -delete || die -} diff --git a/dev-libs/libbrahe/metadata.xml b/dev-libs/libbrahe/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/dev-libs/libbrahe/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index 130551090328..3a48d7bebe03 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -203,14 +203,6 @@ dev-perl/MooseX-Types-DateTimeX # no easy fix. Removal in 30 days. dev-perl/Perlbal-XS-HTTPHeaders -# David Seifert (2021-08-13) -# Dead upstream, new "forked" upstream that just added the last version -# on Github but doesn't maintain them. Unmaintained for the past 10 -# years in ::gentoo, no other real distros package these anymore. -# HOMEPAGE leads to some scammy site. -# Bug #318143, #626666, #626668, Removal in ~30 days. -dev-libs/libbrahe - # David Seifert (2021-08-04) # Last release over 4 years ago, upstream pretty much dead, the # ecosystem has switched to dev-util/pkgconf, which is alive. Testing -- cgit v1.2.3-65-gdbad