summaryrefslogtreecommitdiff
path: root/dev-libs/libbrahe
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libbrahe')
-rw-r--r--dev-libs/libbrahe/Manifest4
-rw-r--r--dev-libs/libbrahe/files/1.1.0-missing_libs.patch7
-rw-r--r--dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild31
-rw-r--r--dev-libs/libbrahe/metadata.xml5
4 files changed, 0 insertions, 47 deletions
diff --git a/dev-libs/libbrahe/Manifest b/dev-libs/libbrahe/Manifest
deleted file mode 100644
index af6952f1e473..000000000000
--- a/dev-libs/libbrahe/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 1.1.0-missing_libs.patch 152 BLAKE2B c82e98a978de8f9446e14a87f0a6aa7eee20074720beb530903f8b30254e981d29197e405c6ace3a17873426a531d0d730c872a96dda27f5f0a7ee4fd24b5dd4 SHA512 a408e593193fac9601b781b85f585959b9aef9d0fa4c872291d5a141214be9a87b5f54b28521d99c3dee31054324389554776922770ac8477bbe35cc65cd6114
-DIST libbrahe-1.1.0.tar.gz 344264 BLAKE2B 84d32344ce9a8f8447b2963d88352a48ec286d1f9c7f39f9ac0da019198cb06f5cc9909eef891ae1e324bfc4a29eea9df4c9a6685f388098ece0888fbeeb4c70 SHA512 54f2d0c9c1c04429fab59d365d6a4144eed29a400edccd7ed9e5d19876565071ac76686da73e7f84c857057c8c52e1b85d2e257203724cbd9f1877d76024927f
-EBUILD libbrahe-1.1.0-r1.ebuild 577 BLAKE2B 3c91faaf48b8866a8102b03bfe5d744a4547458e2340e71a1c0823ab82434f4e186213671110f023133d2092c901c22bf573227a2d1dc0d787c2ca1d4e33be26 SHA512 19b36950c80a25326c15be4e1e92f261f534eb880c7453be5c73f2abf7d0ef40db7628bd74390df1e7ccb3a74d3ff3e9a7e86d64b1803bf89056644d5107dc69
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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 6f49eba8f496..000000000000
--- a/dev-libs/libbrahe/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>