public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbrahe/, dev-libs/libbrahe/files/
@ 2021-02-10 22:03 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-02-10 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3e0139cb3692b6e3354d2d0a52229abdc663fb2b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 21:57:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 22:03:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0139cb

dev-libs/libbrahe: port to EAPI 7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libbrahe/files/1.1.0-missing_libs.patch |  4 ++--
 dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild       | 25 +++++++++++++++++-------
 2 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libbrahe/files/1.1.0-missing_libs.patch b/dev-libs/libbrahe/files/1.1.0-missing_libs.patch
index 7466f917f9d..d9153a812ad 100644
--- a/dev-libs/libbrahe/files/1.1.0-missing_libs.patch
+++ b/dev-libs/libbrahe/files/1.1.0-missing_libs.patch
@@ -1,5 +1,5 @@
---- src/Makefile.am.orig	2008-05-01 02:21:34.000000000 +0200
-+++ src/Makefile.am	2008-05-01 02:21:47.000000000 +0200
+--- a/src/Makefile.am
++++ b/src/Makefile.am
 @@ -14,3 +14,4 @@
  
  AM_CFLAGS = -std=gnu99 -pedantic -Wall -Wno-format

diff --git a/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild b/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild
index 4d2e451c2a3..63f386c80ec 100644
--- a/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild
+++ b/dev-libs/libbrahe/libbrahe-1.1.0-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
+inherit autotools
 
 DESCRIPTION="A Heterogenous C Library of Numeric Functions"
 HOMEPAGE="http://www.coyotegulch.com/products/brahe/"
@@ -14,7 +13,19 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 
-IUSE="static-libs"
-
 DOCS=( AUTHORS ChangeLog NEWS )
-PATCHES=( "${FILESDIR}/${PV}-missing_libs.patch" )
+
+PATCHES=(
+	"${FILESDIR}/${PV}-missing_libs.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.a' -delete || die
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-10 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-10 22:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbrahe/, dev-libs/libbrahe/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox