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 5F12A138335 for ; Sat, 15 Sep 2018 16:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B836E0BC0; Sat, 15 Sep 2018 16:52:26 +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 111A1E0BC0 for ; Sat, 15 Sep 2018 16:52:25 +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 D1F4F335CD6 for ; Sat, 15 Sep 2018 16:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABFD83D7 for ; Sat, 15 Sep 2018 16:52:21 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1537030323.0f3fbb3b70b5dd612398d5987fc0d30bdfa0dfd7.zlogene@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-r3.ebuild X-VCS-Directories: net-misc/snarf/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0f3fbb3b70b5dd612398d5987fc0d30bdfa0dfd7 X-VCS-Branch: master Date: Sat, 15 Sep 2018 16:52:21 +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: 3b718c10-7fdd-4f2e-993a-b6205eab6b84 X-Archives-Hash: 999fd04dfb0cde3102d0252e917c6af1 commit: 0f3fbb3b70b5dd612398d5987fc0d30bdfa0dfd7 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 15 16:52:03 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 15 16:52:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3fbb3b net-misc/snarf: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/snarf/snarf-7.0-r3.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/net-misc/snarf/snarf-7.0-r3.ebuild b/net-misc/snarf/snarf-7.0-r3.ebuild deleted file mode 100644 index 398ad27531d..00000000000 --- a/net-misc/snarf/snarf-7.0-r3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -IUSE="" -DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp" -SRC_URI="https://www.xach.com/snarf/${P}.tar.gz" -HOMEPAGE="https://www.xach.com/snarf/" -KEYWORDS="alpha amd64 ppc sparc x86" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/snarf-basename-patch.diff - epatch "${FILESDIR}"/snarf-unlink-empty.diff - epatch "${FILESDIR}"/snarf-fix-off-by-ones.diff -} - -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}"' -}