Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/profphd-utils/
Date: Sun, 22 Aug 2021 19:38:05
Message-Id: 1629661035.7ccaa2991759fa6e7142c9a7c33439d748405337.soap@gentoo
1 commit: 7ccaa2991759fa6e7142c9a7c33439d748405337
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Aug 22 19:37:15 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 19:37:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccaa299
7
8 sci-libs/profphd-utils: Port to EAPI 8
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild b/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild
17 index 83d0f8485e0..288f583f659 100644
18 --- a/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild
19 +++ b/sci-libs/profphd-utils/profphd-utils-1.0.10-r1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=8
27
28 inherit fortran-2 toolchain-funcs
29
30 @@ -9,13 +9,11 @@ DESCRIPTION="Additional utils for profphd"
31 HOMEPAGE="https://rostlab.org/"
32 SRC_URI="ftp://rostlab.org/profphd-utils/${P}.tar.gz"
33
34 -SLOT="0"
35 LICENSE="GPL-3"
36 +SLOT="0"
37 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39
40 -RDEPEND=""
41 -DEPEND="dev-lang/perl"
42 +BDEPEND="dev-lang/perl"
43
44 src_compile() {
45 emake \