From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 107B715800F for ; Sun, 15 Jan 2023 06:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E68EAE07C5; Sun, 15 Jan 2023 06:30:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0185E07A9 for ; Sun, 15 Jan 2023 06:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5609D340F20 for ; Sun, 15 Jan 2023 06:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF226738 for ; Sun, 15 Jan 2023 06:30:03 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1673764178.c3bbef528b501c7e3bb5d58a6f74a8167ae4f8d1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/tin/metadata.xml net-nntp/tin/tin-2.6.2-r1.ebuild net-nntp/tin/tin-2.6.2.ebuild X-VCS-Directories: net-nntp/tin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c3bbef528b501c7e3bb5d58a6f74a8167ae4f8d1 X-VCS-Branch: master Date: Sun, 15 Jan 2023 06:30:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a76d4f41-26d2-48fc-a8f5-b1bb2d01a893 X-Archives-Hash: 5be232c4f9661c33436eaaee2cf9273d commit: c3bbef528b501c7e3bb5d58a6f74a8167ae4f8d1 Author: Anna Vyalkova sysrq in> AuthorDate: Sun Jan 15 06:29:38 2023 +0000 Commit: Joonas Niilola gentoo 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 sysrq.in> Signed-off-by: Joonas Niilola 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 @@ Enable Cancel-Lock header functionality Enable app-crypt/gnupg support Prefer dev-libs/libretls as SSL/TLS provider (ineffective with USE=-ssl) - Use dev-libs/libpcre2 instead of dev-libs/libpcre 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