From: Anna Vyalkova <cyber+gentoo@sysrq.in>
To: gentoo-proxy-maint@lists.gentoo.org
Subject: [gentoo-proxy-maint] [PATCH 2/3] net-nntp/slrn: revbump to support canlock v3.x
Date: Wed, 25 Aug 2021 00:08:20 +0500 [thread overview]
Message-ID: <20210824190821.5537-2-cyber+gentoo@sysrq.in> (raw)
In-Reply-To: <20210824190821.5537-1-cyber+gentoo@sysrq.in>
EAPI 7 -> 8
canlock v2 is still supported by this ebuild
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename net-nntp/slrn/{slrn-1.0.3.ebuild => slrn-1.0.3-r1.ebuild} (89%)
diff --git a/net-nntp/slrn/slrn-1.0.3.ebuild b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
similarity index 89%
rename from net-nntp/slrn/slrn-1.0.3.ebuild
rename to net-nntp/slrn/slrn-1.0.3-r1.ebuild
index 33c6035550e..ea2f93eec04 100644
--- a/net-nntp/slrn/slrn-1.0.3.ebuild
+++ b/net-nntp/slrn/slrn-1.0.3-r1.ebuild
@@ -1,38 +1,38 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
MY_P="${P}a"
DESCRIPTION="A s-lang based newsreader"
HOMEPAGE="http://slrn.sourceforge.net/"
SRC_URI="https://jedsoft.org/releases/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="canlock nls ssl uudeview"
RDEPEND="app-arch/sharutils
>=sys-libs/slang-2.2.3
virtual/mta
- canlock? ( net-libs/canlock )
+ canlock? ( net-libs/canlock:=[legacy(+)] )
ssl? (
dev-libs/openssl:0=
)
uudeview? ( dev-libs/uulib )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
PATCHES=( "${FILESDIR}"/${PN}-1.0.2-make.patch )
src_configure() {
econf \
--with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
--with-slrnpull \
- $(use_with canlock) \
+ $(use_with canlock canlock /usr) \
$(use_enable nls) \
$(use_with ssl) \
$(use_with uudeview uu)
}
--
2.32.0
next prev parent reply other threads:[~2021-08-24 19:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-24 19:08 [gentoo-proxy-maint] [PATCH 1/3] net-libs/canlock: add 3.2.2 Anna Vyalkova
2021-08-24 19:08 ` Anna Vyalkova [this message]
2021-08-24 19:08 ` [gentoo-proxy-maint] [PATCH 3/3] net-nntp/tin: add 2.6.0 Anna Vyalkova
2021-09-03 6:57 ` Joonas Niilola
2021-09-04 8:38 ` [gentoo-proxy-maint] [PATCH v2 1/3] net-libs/canlock: add 3.2.2 Anna Vyalkova
2021-09-04 8:38 ` [gentoo-proxy-maint] [PATCH v2 2/3] net-nntp/slrn: revbump to support canlock v3.x Anna Vyalkova
2021-09-04 8:38 ` [gentoo-proxy-maint] [PATCH v2 3/3] net-nntp/tin: add 2.6.0 Anna Vyalkova
2021-09-09 11:32 ` [gentoo-proxy-maint] [PATCH v2 1/3] net-libs/canlock: add 3.2.2 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210824190821.5537-2-cyber+gentoo@sysrq.in \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-proxy-maint@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox