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 19D6E139694 for ; Sun, 6 Aug 2017 13:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DE01E0BE6; Sun, 6 Aug 2017 13:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5EB8DE0BE6 for ; Sun, 6 Aug 2017 13:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 89D0B3417C4 for ; Sun, 6 Aug 2017 13:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F8075F5 for ; Sun, 6 Aug 2017 13:42:25 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1502026897.61c4d6630a3a9b164c3e6a50dc2fda4df28a5b09.amynka@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: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 61c4d6630a3a9b164c3e6a50dc2fda4df28a5b09 X-VCS-Branch: master Date: Sun, 6 Aug 2017 13:42:25 +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: bec89a84-97e6-4cf1-9971-09f09522e4c3 X-Archives-Hash: 50a51e7acd60791b7aa2204eabfe395d commit: 61c4d6630a3a9b164c3e6a50dc2fda4df28a5b09 Author: Jonas Stein gentoo org> AuthorDate: Sun Aug 6 13:02:01 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Aug 6 13:41:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c4d663 net-misc/snarf: Shorter DESCRIPTION net-misc/snarf/snarf-7.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/snarf/snarf-7.0-r3.ebuild b/net-misc/snarf/snarf-7.0-r3.ebuild index b3b272141cb..4148b3f5245 100644 --- a/net-misc/snarf/snarf-7.0-r3.ebuild +++ b/net-misc/snarf/snarf-7.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils IUSE="" -DESCRIPTION="Small and fast CLI resource grabber with support for http, gopher, finger, and ftp protocols" +DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp" SRC_URI="http://www.xach.com/snarf/${P}.tar.gz" HOMEPAGE="http://www.xach.com/snarf/" KEYWORDS="alpha amd64 ppc sparc x86"