Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/slrn/
Date: Thu, 09 Sep 2021 11:30:19
Message-Id: 1631186682.ad8caec2d7ff6a6a6c2e02b0bea68b4af39e3dbb.juippis@gentoo
1 commit: ad8caec2d7ff6a6a6c2e02b0bea68b4af39e3dbb
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Sep 9 11:20:24 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 11:24:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8caec2
7
8 net-nntp/slrn: revbump to support canlock v3.x
9
10 canlock v2 is still supported by this ebuild
11
12 EAPI 7 -> 8
13
14 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
21 similarity index 89%
22 rename from net-nntp/slrn/slrn-1.0.3.ebuild
23 rename to net-nntp/slrn/slrn-1.0.3-r1.ebuild
24 index 33c6035550e..ea2f93eec04 100644
25 --- a/net-nntp/slrn/slrn-1.0.3.ebuild
26 +++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
27 @@ -1,7 +1,7 @@
28 # Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 -EAPI=6
32 +EAPI=8
33
34 MY_P="${P}a"
35
36 @@ -17,7 +17,7 @@ IUSE="canlock nls ssl uudeview"
37 RDEPEND="app-arch/sharutils
38 >=sys-libs/slang-2.2.3
39 virtual/mta
40 - canlock? ( net-libs/canlock )
41 + canlock? ( net-libs/canlock:=[legacy(+)] )
42 ssl? (
43 dev-libs/openssl:0=
44 )
45 @@ -31,7 +31,7 @@ src_configure() {
46 econf \
47 --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
48 --with-slrnpull \
49 - $(use_with canlock) \
50 + $(use_with canlock canlock /usr) \
51 $(use_enable nls) \
52 $(use_with ssl) \
53 $(use_with uudeview uu)