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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4988F138330 for ; Mon, 28 May 2018 08:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D1F7E0874; Mon, 28 May 2018 08:21:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED688E0874 for ; Mon, 28 May 2018 08:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB230335C29 for ; Mon, 28 May 2018 08:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B4862A0 for ; Mon, 28 May 2018 08:21:12 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1527495665.ecc1728f984eee4f6948abcfd90c1fa375f18fa3.nimiux@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/metadata.xml net-nntp/tin/tin-2.2.1.ebuild X-VCS-Directories: net-nntp/tin/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: ecc1728f984eee4f6948abcfd90c1fa375f18fa3 X-VCS-Branch: master Date: Mon, 28 May 2018 08:21:12 +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-Archives-Salt: fab32257-696c-494e-a0fb-46ce281840b3 X-Archives-Hash: ca478bbc7800fea194f6fe71c8c4baf5 commit: ecc1728f984eee4f6948abcfd90c1fa375f18fa3 Author: Chema Alonso Josa gentoo org> AuthorDate: Mon May 28 08:21:54 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon May 28 08:21:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc1728f net-nntp/tin: Drop old version 2.2.1 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-nntp/tin/Manifest | 1 - net-nntp/tin/metadata.xml | 2 - net-nntp/tin/tin-2.2.1.ebuild | 92 ------------------------------------------- 3 files changed, 95 deletions(-) diff --git a/net-nntp/tin/Manifest b/net-nntp/tin/Manifest index d29835dd047..616ee6ecf8b 100644 --- a/net-nntp/tin/Manifest +++ b/net-nntp/tin/Manifest @@ -1,2 +1 @@ -DIST tin-2.2.1.tar.xz 1378384 BLAKE2B d68157e778f272c55cb3021987beddb27e89bd31d39e985b16e51a4aa942cb59abcc6ada46611c69320e785506085210a0451227091964866b4130e99c5f1ac5 SHA512 2c5b4b50be38c168404ba55c9429355c0dd2232c580116086fa9ea24a8907ad2d71d91b2d1c533bf7ff4d24fd1946d5ba61bc0833b20d5383e013e2f18c10bbd DIST tin-2.4.2.tar.xz 1491388 BLAKE2B 16fab433443d5859cc9661790ff837e8f45767e7f45bafc54a8cffc94fd52cb4ee7afb98e579db49c16148b0f521374404a0f26d75a07a24c1c7a1dc5e3a57fe SHA512 70a9957d5bf5af1bb182a3f4e62795cd5862b7282b7fc0c231c3bd02d83950cdbdd502d8a2cc5eae20b29af584e4f794f03378742b47ed93fc5c61ac5bbb01b6 diff --git a/net-nntp/tin/metadata.xml b/net-nntp/tin/metadata.xml index 2b3330cd166..ca0ce1646b9 100644 --- a/net-nntp/tin/metadata.xml +++ b/net-nntp/tin/metadata.xml @@ -4,8 +4,6 @@ Enable Cancel-Lock header functionality (also enables USE=evil) -Let tin generate a message ID -Cancel messages posted from a different account Enable app-crypt/gnupg support Enable the display off posting etiquettes diff --git a/net-nntp/tin/tin-2.2.1.ebuild b/net-nntp/tin/tin-2.2.1.ebuild deleted file mode 100644 index ebf4f25d29b..00000000000 --- a/net-nntp/tin/tin-2.2.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs versionator - -TIN_PV=$(get_version_component_range 1-2) -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -HOMEPAGE="http://www.tin.org/" -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v${TIN_PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="cancel-locks debug doc +etiquette evil forgery gpg idn ipv6 mime nls sasl socks5 spell unicode" - -RDEPEND=" - dev-libs/libpcre - dev-libs/uulib - gpg? ( app-crypt/gnupg ) - idn? ( net-dns/libidn ) - mime? ( net-mail/metamail ) - net-misc/urlview - nls? ( sys-devel/gettext ) - sasl? ( virtual/gsasl ) - socks5? ( net-proxy/dante ) - sys-libs/ncurses[unicode?] - unicode? ( dev-libs/icu:= ) -" - -DEPEND=" - ${RDEPEND} - app-arch/xz-utils - virtual/pkgconfig -" - -src_prepare() { - sed -i src/Makefile.in -e 's| -s | |g' || die - sed -i configure -e '/CFLAGS/s|-g||g' || die -} - -src_configure() { - if use evil || use cancel-locks; then - sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in - fi - - if use forgery - then - sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in - fi - - local screen="ncurses" - use unicode && screen="ncursesw" - - tc-export AR CC RANLIB - - econf \ - $(use_enable cancel-locks) \ - $(use_enable debug) \ - $(use_enable etiquette) \ - $(use_enable gpg pgp-gpg) \ - $(use_enable ipv6) \ - $(use_enable nls) \ - $(use_with mime metamail /usr) \ - $(use_with socks5 socks) $(use_with socks5) \ - $(use_with spell ispell /usr) \ - --disable-mime-strict-charset \ - --enable-echo \ - --enable-nntp-only \ - --enable-prototypes \ - --with-coffee \ - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \ - --with-pcre=/usr \ - --with-screen=${screen} -} - -src_compile() { - emake build -} - -src_install() { - default - - # File collision? - rm -f "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 - - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW} - use doc && dodoc doc/{*.sample,*.txt} - - insinto /etc/tin - doins doc/tin.defaults -}