From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/
Date: Sun, 15 Jan 2023 06:30:03 +0000 (UTC) [thread overview]
Message-ID: <1673764178.c3bbef528b501c7e3bb5d58a6f74a8167ae4f8d1.juippis@gentoo> (raw)
commit: c3bbef528b501c7e3bb5d58a6f74a8167ae4f8d1
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 15 06:29:38 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 06:29:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3bbef52
net-nntp/tin: drop libpcre support in 2.6.2
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-nntp/tin/metadata.xml | 1 -
net-nntp/tin/{tin-2.6.2.ebuild => tin-2.6.2-r1.ebuild} | 11 +++++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/net-nntp/tin/metadata.xml b/net-nntp/tin/metadata.xml
index 2273dcd0ef5a..99b4b39ce6a7 100644
--- a/net-nntp/tin/metadata.xml
+++ b/net-nntp/tin/metadata.xml
@@ -9,6 +9,5 @@
<flag name="cancel-locks">Enable Cancel-Lock header functionality</flag>
<flag name="gpg">Enable <pkg>app-crypt/gnupg</pkg> support</flag>
<flag name="libtls" restrict=">=net-nntp/tin-2.6.2">Prefer <pkg>dev-libs/libretls</pkg> as SSL/TLS provider (ineffective with USE=-ssl)</flag>
- <flag name="pcre2" restrict=">=net-nntp/tin-2.6.2">Use <pkg>dev-libs/libpcre2</pkg> instead of <pkg>dev-libs/libpcre</pkg></flag>
</use>
</pkgmetadata>
diff --git a/net-nntp/tin/tin-2.6.2.ebuild b/net-nntp/tin/tin-2.6.2-r1.ebuild
similarity index 91%
rename from net-nntp/tin/tin-2.6.2.ebuild
rename to net-nntp/tin/tin-2.6.2-r1.ebuild
index 50345f36be9e..b5e39382f92c 100644
--- a/net-nntp/tin/tin-2.6.2.ebuild
+++ b/net-nntp/tin/tin-2.6.2-r1.ebuild
@@ -12,18 +12,17 @@ SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/stable/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="cancel-locks debug gnutls gpg libtls nls +pcre2 sasl socks5 ssl"
+IUSE="cancel-locks debug gnutls gpg libtls nls sasl socks5 ssl"
RDEPEND="
dev-libs/icu:=
+ dev-libs/libpcre2:=
dev-libs/uulib
sys-libs/ncurses:=
virtual/libiconv
cancel-locks? ( >=net-libs/canlock-3.0:= )
gpg? ( app-crypt/gnupg )
nls? ( virtual/libintl )
- pcre2? ( dev-libs/libpcre2:= )
- !pcre2? ( dev-libs/libpcre:3 )
sasl? ( virtual/gsasl )
socks5? ( net-proxy/dante )
ssl? (
@@ -37,6 +36,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
app-alternatives/yacc
+ dev-libs/libpcre2
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
@@ -56,9 +56,6 @@ src_configure() {
$(use_enable cancel-locks)
$(use_with cancel-locks canlock)
- $(use_with pcre2 pcre2-config)
- $(use_with !pcre2 pcre "${ESYSROOT}"/usr)
-
$(use_enable debug)
$(use_enable gpg pgp-gpg)
$(use_enable nls)
@@ -66,6 +63,8 @@ src_configure() {
--disable-mime-strict-charset
--enable-nntp
--enable-prototypes
+ --without-pcre
+ --with-pcre2-config
--with-coffee # easter egg :)
--with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.io}}"
--with-screen=ncursesw
next reply other threads:[~2023-01-15 6:30 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-15 6:30 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 13:28 [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/ Petr Vaněk
2024-11-04 16:47 Arthur Zamarin
2024-11-03 18:28 Sam James
2024-11-03 18:05 Sam James
2024-11-03 18:05 Sam James
2024-11-02 12:46 Joonas Niilola
2023-12-16 9:31 Sam James
2023-12-01 11:22 Mike Frysinger
2023-02-24 17:03 Sam James
2023-02-24 17:01 Arthur Zamarin
2023-02-24 16:58 Arthur Zamarin
2023-02-24 16:56 Sam James
2022-12-31 18:32 Jakov Smolić
2022-02-19 12:41 Arthur Zamarin
2022-02-19 8:37 Arthur Zamarin
2022-01-08 12:49 Joonas Niilola
2021-12-09 16:22 Agostino Sarubbo
2021-12-08 6:17 Sam James
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-09-09 11:30 Joonas Niilola
2021-07-17 21:30 David Seifert
2021-02-22 3:24 John Helmert III
2021-02-01 4:42 Sam James
2021-01-30 10:04 Sam James
2021-01-30 10:02 Sam James
2021-01-28 17:47 Sam James
2021-01-24 1:48 Sam James
2018-11-16 9:09 Michał Górny
2018-05-28 8:21 José María Alonso
2018-05-26 11:07 Mikle Kolyada
2018-05-01 15:04 José María Alonso
2018-04-16 21:43 Mikle Kolyada
2018-03-05 14:31 Agostino Sarubbo
2018-03-04 6:51 Thomas Deutschmann
2018-01-30 15:15 José María Alonso
2016-04-19 20:39 Ian Stakenvicius
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=1673764178.c3bbef528b501c7e3bb5d58a6f74a8167ae4f8d1.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@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