Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Fri, 07 Aug 2020 17:58:10
Message-Id: 1596823065.8b59848ca036c6edcef62e4ad0abe8d607d1d32b.sam@gentoo
1 commit: 8b59848ca036c6edcef62e4ad0abe8d607d1d32b
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Sat Aug 1 22:03:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 17:57:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b59848c
7
8 www-client/elinks: bump to EAPI 7
9
10 Signed-off-by: Felix Janda <felix.janda <AT> posteo.de>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-client/elinks/elinks-0.13_pre_pre20180225.ebuild | 11 +++++++----
14 www-client/elinks/elinks-9999.ebuild | 13 ++++++++-----
15 2 files changed, 15 insertions(+), 9 deletions(-)
16
17 diff --git a/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild b/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild
18 index 61aa540f93c..cb8f0fdd3d8 100644
19 --- a/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild
20 +++ b/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild
21 @@ -1,9 +1,11 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28 +
29 PYTHON_COMPAT=( python2_7 )
30 PYTHON_REQ_USE="threads"
31 +
32 inherit autotools python-any-r1
33
34 EGIT_COMMIT="0dd3aaabe61fbc5ed0d9a74915678d11d00c2a1c"
35 @@ -19,12 +21,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~a
36 IUSE="bittorrent brotli bzip2 debug finger ftp gopher gpm guile idn ipv6
37 javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
38
39 +BDEPEND="virtual/pkgconfig"
40 RDEPEND="
41 - brotli? ( app-arch/brotli )
42 + brotli? ( app-arch/brotli:= )
43 bzip2? ( >=app-arch/bzip2-1.0.2 )
44 gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 )
45 guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] )
46 - idn? ( net-dns/libidn )
47 + idn? ( net-dns/libidn:= )
48 javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )
49 lua? ( >=dev-lang/lua-5:0= )
50 perl? ( dev-lang/perl:= )
51
52 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
53 index 0d10ee080ca..526c537b06d 100644
54 --- a/www-client/elinks/elinks-9999.ebuild
55 +++ b/www-client/elinks/elinks-9999.ebuild
56 @@ -1,9 +1,11 @@
57 -# Copyright 1999-2018 Gentoo Foundation
58 +# Copyright 1999-2020 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 -EAPI=6
62 +EAPI=7
63 +
64 PYTHON_COMPAT=( python2_7 )
65 PYTHON_REQ_USE="threads"
66 +
67 inherit autotools git-r3 python-any-r1
68
69 EGIT_REPO_URI="https://github.com/rkd77/felinks"
70 @@ -17,12 +19,13 @@ KEYWORDS=""
71 IUSE="bittorrent brotli bzip2 debug finger ftp gopher gpm guile idn ipv6
72 javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
73
74 +BDEPEND="virtual/pkgconfig"
75 RDEPEND="
76 - brotli? ( app-arch/brotli )
77 + brotli? ( app-arch/brotli:= )
78 bzip2? ( >=app-arch/bzip2-1.0.2 )
79 gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 )
80 guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] )
81 - idn? ( net-dns/libidn )
82 + idn? ( net-dns/libidn:= )
83 javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )
84 lua? ( >=dev-lang/lua-5:0= )
85 perl? ( dev-lang/perl:= )
86 @@ -41,7 +44,7 @@ DEPEND="${RDEPEND}
87
88 PATCHES=(
89 "${FILESDIR}"/${P}-parallel-make.patch
90 - )
91 +)
92
93 src_unpack() {
94 default