Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
Date: Wed, 05 Sep 2018 18:05:42
Message-Id: 1536170664.07a25e61a71c228a34d775a714336e145714f32e.asturm@gentoo
1 commit: 07a25e61a71c228a34d775a714336e145714f32e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 5 18:04:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 5 18:04:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a25e61
7
8 sci-libs/getdata: Drop eutils
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-libs/getdata/getdata-0.9.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
16 index d46c5d419c3..1e6aa25c7ab 100644
17 --- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild
18 +++ b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 FORTRAN_STANDARD="95"
21 FORTRAN_NEEDED=fortran
22 PYTHON_COMPAT=( python2_7 )
23 -inherit autotools eutils fortran-2 python-single-r1
24 +inherit autotools fortran-2 python-single-r1
25
26 DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
27 HOMEPAGE="http://getdata.sourceforge.net/"
28 @@ -60,5 +60,5 @@ src_configure() {
29
30 src_install() {
31 default
32 - prune_libtool_files --all
33 + find "${D}" -name '*.la' -delete || die
34 }