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-analyzer/masscan/
Date: Sun, 26 Nov 2017 23:11:34
Message-Id: 1511737801.bc528b71dffa75da9f88964d964f2e5a266c790d.soap@gentoo
1 commit: bc528b71dffa75da9f88964d964f2e5a266c790d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 12:38:25 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:10:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc528b71
7
8 net-analyzer/masscan: [QA] Consistent whitespace in metadata.xml
9
10 net-analyzer/masscan/metadata.xml | 42 +++++++++++++++++++--------------------
11 1 file changed, 21 insertions(+), 21 deletions(-)
12
13 diff --git a/net-analyzer/masscan/metadata.xml b/net-analyzer/masscan/metadata.xml
14 index ab58c05fdec..0009b85ef1f 100644
15 --- a/net-analyzer/masscan/metadata.xml
16 +++ b/net-analyzer/masscan/metadata.xml
17 @@ -1,26 +1,26 @@
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 - <maintainer type="project">
25 - <email>netmon@g.o</email>
26 - <name>Gentoo network monitoring and analysis project</name>
27 - </maintainer>
28 - <longdescription lang="en">
29 - This is the fastest Internet port scanner. It can scan the
30 - entire Internet in under 6 minutes, transmitting 10 million
31 - packets per second.
32 -
33 - It produces results similar to nmap, the most famous port
34 - scanner. Internally, it operates more like scanrand,
35 - unicornscan, and ZMap, using asynchronous transmission.
36 - The major difference is that it's faster than these other
37 - scanners. In addition, it's more flexible, allowing
38 - arbitrary address ranges and port ranges.
39 + <maintainer type="person">
40 + <email>robbat2@g.o</email>
41 + </maintainer>
42 + <maintainer type="project">
43 + <email>netmon@g.o</email>
44 + <name>Gentoo network monitoring and analysis project</name>
45 + </maintainer>
46 + <longdescription lang="en">
47 + This is the fastest Internet port scanner. It can scan the
48 + entire Internet in under 6 minutes, transmitting 10 million
49 + packets per second.
50 +
51 + It produces results similar to nmap, the most famous port
52 + scanner. Internally, it operates more like scanrand,
53 + unicornscan, and ZMap, using asynchronous transmission.
54 + The major difference is that it's faster than these other
55 + scanners. In addition, it's more flexible, allowing
56 + arbitrary address ranges and port ranges.
57 </longdescription>
58 - <upstream>
59 - <remote-id type="github">robertdavidgraham/masscan</remote-id>
60 - </upstream>
61 + <upstream>
62 + <remote-id type="github">robertdavidgraham/masscan</remote-id>
63 + </upstream>
64 </pkgmetadata>