Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wput/
Date: Sun, 06 Aug 2017 13:42:32
Message-Id: 1502026898.e18367738cf73ea23ef62960785ad7275888f1d0.amynka@gentoo
1 commit: e18367738cf73ea23ef62960785ad7275888f1d0
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:04:20 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1836773
7
8 net-misc/wput: Shorter DESCRIPTION
9
10 net-misc/wput/wput-0.6.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-misc/wput/wput-0.6.1.ebuild b/net-misc/wput/wput-0.6.1.ebuild
14 index b42f7b0ec72..1d495ab77a2 100644
15 --- a/net-misc/wput/wput-0.6.1.ebuild
16 +++ b/net-misc/wput/wput-0.6.1.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2009 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 inherit eutils
23
24 -DESCRIPTION="A tiny, wget-alike program, that is designed to upload files/whole directories to remote ftp-servers"
25 +DESCRIPTION="Tiny program like wget, to upload files/whole directories via FTP"
26 HOMEPAGE="http://wput.sourceforge.net/"
27 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"