summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-31 20:03:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-31 20:06:50 +0100
commitdc57380f3de5b1e35a3c5ce5f7e5f2d3e5782691 (patch)
tree107683859ba9b440aaef085073e9e043a38f5964 /sci-astronomy/erfa
parentsci-astronomy/erfa: Drop 1.2.0 (diff)
downloadgentoo-dc57380f3de5b1e35a3c5ce5f7e5f2d3e5782691.tar.gz
gentoo-dc57380f3de5b1e35a3c5ce5f7e5f2d3e5782691.tar.bz2
gentoo-dc57380f3de5b1e35a3c5ce5f7e5f2d3e5782691.zip
sci-astronomy/erfa: EAPI-7 bump, drop eutils/ltprune and static-libs
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy/erfa')
-rw-r--r--sci-astronomy/erfa/erfa-1.4.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild b/sci-astronomy/erfa/erfa-1.4.0.ebuild
index e9480bda206c..0d4dc7846097 100644
--- a/sci-astronomy/erfa/erfa-1.4.0.ebuild
+++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit autotools eutils ltprune
+inherit autotools
DESCRIPTION="Essential Routines for Fundamental Astronomy"
HOMEPAGE="https://github.com/liberfa/erfa"
@@ -12,8 +12,7 @@ SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/1"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="static-libs"
+IUSE=""
src_prepare() {
default
@@ -21,10 +20,10 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable static-libs static)
+ econf --disable-static
}
src_install() {
default
- prune_libtool_files --all
+ find "${ED}" -name '*.la' -delete || die
}