Gentoo Archives: gentoo-proxy-maint

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-proxy-maint@l.g.o
Subject: [gentoo-proxy-maint] [PATCH v2 2/3] net-nntp/slrn: revbump to support canlock v3.x
Date: Sat, 04 Sep 2021 08:38:33
Message-Id: 20210904083808.1029-2-cyber+gentoo@sysrq.in
In Reply to: [gentoo-proxy-maint] [PATCH v2 1/3] net-libs/canlock: add 3.2.2 by Anna Vyalkova
1 canlock v2 is still supported by this ebuild
2
3 EAPI 7 -> 8
4
5 Signed-off-by: Anna Vyalkova <cyber+gentoo@×××××.in>
6 ---
7 net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} | 6 +++---
8 1 file changed, 3 insertions(+), 3 deletions(-)
9 rename net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} (89%)
10
11 diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
12 similarity index 89%
13 rename from net-nntp/slrn/slrn-1.0.3.ebuild
14 rename to net-nntp/slrn/slrn-1.0.3-r1.ebuild
15 index 33c6035550e..ea2f93eec04 100644
16 --- a/net-nntp/slrn/slrn-1.0.3.ebuild
17 +++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
18 @@ -1,7 +1,7 @@
19 # Copyright 1999-2021 Gentoo Authors
20 # Distributed under the terms of the GNU General Public License v2
21
22 -EAPI=6
23 +EAPI=8
24
25 MY_P="${P}a"
26
27 @@ -17,7 +17,7 @@ IUSE="canlock nls ssl uudeview"
28 RDEPEND="app-arch/sharutils
29 >=sys-libs/slang-2.2.3
30 virtual/mta
31 - canlock? ( net-libs/canlock )
32 + canlock? ( net-libs/canlock:=[legacy(+)] )
33 ssl? (
34 dev-libs/openssl:0=
35 )
36 @@ -31,7 +31,7 @@ src_configure() {
37 econf \
38 --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
39 --with-slrnpull \
40 - $(use_with canlock) \
41 + $(use_with canlock canlock /usr) \
42 $(use_enable nls) \
43 $(use_with ssl) \
44 $(use_with uudeview uu)
45 --
46 2.33.0