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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5914E158013 for ; Sat, 16 Dec 2023 09:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E8DB2BC01F; Sat, 16 Dec 2023 09:31:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CA0502BC01F for ; Sat, 16 Dec 2023 09:31:58 +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 B7D1733F698 for ; Sat, 16 Dec 2023 09:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D73AAE9 for ; Sat, 16 Dec 2023 09:31:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702719053.c67aea5f5f79cfdbb9a3ae5f8f4fe476ae44b59a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/tin/Manifest net-nntp/tin/tin-2.6.1-r1.ebuild X-VCS-Directories: net-nntp/tin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c67aea5f5f79cfdbb9a3ae5f8f4fe476ae44b59a X-VCS-Branch: master Date: Sat, 16 Dec 2023 09:31:56 +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: 92c6e701-6249-4ff5-b4c2-8b26ef063764 X-Archives-Hash: bb0c4977f0cac435322e04e994ee9fa6 commit: c67aea5f5f79cfdbb9a3ae5f8f4fe476ae44b59a Author: Sam James gentoo org> AuthorDate: Sat Dec 16 09:25:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 16 09:30:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67aea5f net-nntp/tin: drop 2.6.1-r1 Signed-off-by: Sam James gentoo.org> net-nntp/tin/Manifest | 1 - net-nntp/tin/tin-2.6.1-r1.ebuild | 88 ---------------------------------------- 2 files changed, 89 deletions(-) diff --git a/net-nntp/tin/Manifest b/net-nntp/tin/Manifest index a1a8f0c73e92..557d1afd2fbd 100644 --- a/net-nntp/tin/Manifest +++ b/net-nntp/tin/Manifest @@ -1,2 +1 @@ -DIST tin-2.6.1.tar.xz 1570500 BLAKE2B ec9c54b8b89ecd33a42ede37c8db50828de2dce56ddff01900121903a18d73bde8a06733ca2dfb72c676eb373b5ea874cecb9a1ee7890ada4ad6539d9ff1a435 SHA512 dc9ace5e24cac1efcaac25df1747dd435573130cff4e9c846c89e8faaed8e8120d66a2021332c01f350744155bcb7be608657285560a1a2457b4635cc8fa22b3 DIST tin-2.6.2.tar.xz 1598732 BLAKE2B 0e5bac9a711fb69e64d64b4f0c070d456f38f727e7b7aa794ad5ada8695c2174023964b8f07d2e7d6add51cf0c7c3102965bef653a7e873275747145cb70dbe2 SHA512 4c9e0edb3268d57fb89d9d53a90e8a5ba73da7c1da63c834224bed0f763502a7c3dd325351d3e57b1ddcb57494a84228cc38f227c49300b759fad8d112b1cac1 diff --git a/net-nntp/tin/tin-2.6.1-r1.ebuild b/net-nntp/tin/tin-2.6.1-r1.ebuild deleted file mode 100644 index cc1eac16cc3e..000000000000 --- a/net-nntp/tin/tin-2.6.1-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature toolchain-funcs - -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -HOMEPAGE="http://www.tin.org/" -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 gpg nls sasl socks5" - -RDEPEND=" - dev-libs/icu:= - dev-libs/libpcre:3 - dev-libs/uulib - sys-libs/ncurses:=[unicode(+)] - cancel-locks? ( >=net-libs/canlock-3.0:= ) - gpg? ( app-crypt/gnupg ) - nls? ( virtual/libintl ) - sasl? ( virtual/gsasl ) - socks5? ( net-proxy/dante ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - app-alternatives/yacc -" - -DOCS=( - README{,.MAC,.WIN} - doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW,filtering} -) - -PATCHES=( - "${FILESDIR}"/${PN}-2.6.1-configure-clang16.patch -) - -src_configure() { - tc-export AR CC RANLIB - - local myeconfargs=( - $(use_enable cancel-locks) $(use_with cancel-locks canlock) - $(use_enable debug) - $(use_enable gpg pgp-gpg) - $(use_enable nls) - $(use_with socks5 socks) $(use_with socks5) - --disable-mime-strict-charset - --enable-nntp-only - --enable-prototypes - --with-coffee - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.io}}" - --with-pcre=/usr - --with-screen=ncursesw - - # set default paths for utilities - --with-editor="${EPREFIX}"/usr/libexec/editor - --with-gpg="${EPREFIX}"/usr/bin/gpg - --with-ispell="${EPREFIX}"/usr/bin/aspell - --with-mailer="${EPREFIX}"/bin/mail - --with-metamail="${EPREFIX}"/usr/bin/metamail - --with-sum="${EPREFIX}"/usr/bin/sum - ) - - econf "${myeconfargs[@]}" -} - -src_compile() { - # To build from the root dir you have to call `make build`, not just - # `make`. - emake build -} - -src_install() { - default - emake DESTDIR="${D}" install_sysdefs - emake -C src DESTDIR="${D}" install_nls_man - - dodoc doc/{*.sample,*.txt} -} - -pkg_postinst() { - optfeature "spell checker support" app-text/aspell -}