Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zsync/
Date: Sun, 26 Nov 2017 23:23:37
Message-Id: 1511738525.ca3b3a729f08d9e8e34267e682f9e1ed74f17065.soap@gentoo
1 commit: ca3b3a729f08d9e8e34267e682f9e1ed74f17065
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:48:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:22:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3b3a72
7
8 net-misc/zsync: [QA] Consistent whitespace in metadata.xml
9
10 net-misc/zsync/metadata.xml | 30 +++++++++++++++---------------
11 1 file changed, 15 insertions(+), 15 deletions(-)
12
13 diff --git a/net-misc/zsync/metadata.xml b/net-misc/zsync/metadata.xml
14 index ca294a5c675..a35011bd04b 100644
15 --- a/net-misc/zsync/metadata.xml
16 +++ b/net-misc/zsync/metadata.xml
17 @@ -1,25 +1,25 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 - <maintainer type="person">
22 - <email>robbat2@g.o</email>
23 - </maintainer>
24 - <longdescription lang="en">
25 + <maintainer type="person">
26 + <email>robbat2@g.o</email>
27 + </maintainer>
28 + <longdescription lang="en">
29 From the zsync web page:
30
31 - "zsync is a file transfer program. It allows you to download a file from a
32 - remote web server, where you have a copy of an older version of the file on your
33 - computer already. zsync downloads only the new parts of the file. It uses the
34 + "zsync is a file transfer program. It allows you to download a file from a
35 + remote web server, where you have a copy of an older version of the file on your
36 + computer already. zsync downloads only the new parts of the file. It uses the
37 same algorithm as rsync.
38
39 - zsync does not require any special server software or a shell account on the
40 - remote system (rsync, in comparison, requires that you have an rsh or ssh
41 - account, or that the remote system runs rsyncd). Instead, it uses a control file
42 - -- a .zsync file -- that describes the file to be downloaded and enables zsync to
43 - work out which blocks it needs. This file can be created by the admin of the web
44 - server hosting the download, and placed alongside the file to download -- it is
45 - generated once, then any downloaders with zsync can use it. Alternatively,
46 - anyone can download the file, make a .zsync and provide it to other users (this
47 + zsync does not require any special server software or a shell account on the
48 + remote system (rsync, in comparison, requires that you have an rsh or ssh
49 + account, or that the remote system runs rsyncd). Instead, it uses a control file
50 + -- a .zsync file -- that describes the file to be downloaded and enables zsync to
51 + work out which blocks it needs. This file can be created by the admin of the web
52 + server hosting the download, and placed alongside the file to download -- it is
53 + generated once, then any downloaders with zsync can use it. Alternatively,
54 + anyone can download the file, make a .zsync and provide it to other users (this
55 is what I am doing for the moment)."
56 </longdescription>
57 </pkgmetadata>