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 A9813159C9B for ; Thu, 1 Aug 2024 16:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F9602BC098; Thu, 1 Aug 2024 16:24:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 131282BC093 for ; Thu, 1 Aug 2024 16:24:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3336E33BEFF for ; Thu, 1 Aug 2024 16:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 604771EA0 for ; Thu, 1 Aug 2024 16:23:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1722526146.2b2dd8d48494f9a01c7021e27c2b150577f4ef8a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/snarf/snarf-7.0-r4.ebuild X-VCS-Directories: net-misc/snarf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b2dd8d48494f9a01c7021e27c2b150577f4ef8a X-VCS-Branch: master Date: Thu, 1 Aug 2024 16:23:55 +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: ef6f0e75-b2d5-47f6-93f1-26eb88094900 X-Archives-Hash: aae7cd56e7699fa1b668b08e6c4dd3d2 commit: 2b2dd8d48494f9a01c7021e27c2b150577f4ef8a Author: Filip Kobierski pm me> AuthorDate: Thu Aug 1 14:57:55 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 1 15:29:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2dd8d4 net-misc/snarf: drop 7.0-r4 Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/snarf/snarf-7.0-r4.ebuild | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/net-misc/snarf/snarf-7.0-r4.ebuild b/net-misc/snarf/snarf-7.0-r4.ebuild deleted file mode 100644 index a5e2107fea38..000000000000 --- a/net-misc/snarf/snarf-7.0-r4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp" -HOMEPAGE="https://www.xach.com/snarf/" -SRC_URI="https://www.xach.com/snarf/${P}.tar.gz" - -KEYWORDS="~alpha amd64 ppc sparc x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -PATCHES=( - "${FILESDIR}"/snarf-basename-patch.diff - "${FILESDIR}"/snarf-unlink-empty.diff - "${FILESDIR}"/snarf-fix-off-by-ones.diff -) - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin snarf - doman snarf.1 - dodoc ChangeLog README TODO -} - -pkg_postinst() { - elog 'To use snarf with portage, try these settings in your make.conf' - elog - elog ' FETCHCOMMAND="/usr/bin/snarf -b \${URI} \${DISTDIR}/\${FILE}"' - elog ' RESUMECOMMAND="/usr/bin/snarf -rb \${URI} \${DISTDIR}/\${FILE}"' -}