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/sendfile/
Date: Sun, 06 Aug 2017 13:42:35
Message-Id: 1502026897.90453d71fc2bbedb90c5bc82e0727c1819840adc.amynka@gentoo
1 commit: 90453d71fc2bbedb90c5bc82e0727c1819840adc
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 13:01:23 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 13:41:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90453d71
7
8 net-misc/sendfile: Shorter DESCRIPTION
9
10 net-misc/sendfile/sendfile-2.1b-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-misc/sendfile/sendfile-2.1b-r1.ebuild b/net-misc/sendfile/sendfile-2.1b-r1.ebuild
14 index 766ddfc223a..65d8fda6c0d 100644
15 --- a/net-misc/sendfile/sendfile-2.1b-r1.ebuild
16 +++ b/net-misc/sendfile/sendfile-2.1b-r1.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2012 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 inherit toolchain-funcs
23
24 -DESCRIPTION="SAFT implementation for UNIX and serves as a tool for asynchronous sending of files in the Internet"
25 +DESCRIPTION="SAFT implementation for asynchronous sending of files in the Internet"
26 HOMEPAGE="http://fex.rus.uni-stuttgart.de/saft/sendfile.html"
27 SRC_URI="http://fex.rus.uni-stuttgart.de/download/${P}.tar.gz"