Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postgrey/
Date: Sun, 26 Nov 2017 23:02:43
Message-Id: 1511737262.27a4e38943444b916aacb8c241bfac0003e94834.soap@gentoo
1 commit: 27a4e38943444b916aacb8c241bfac0003e94834
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 11:54:07 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:01:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a4e389
7
8 mail-filter/postgrey: [QA] Consistent whitespace in metadata.xml
9
10 mail-filter/postgrey/metadata.xml | 34 ++++++++++++++++++----------------
11 1 file changed, 18 insertions(+), 16 deletions(-)
12
13 diff --git a/mail-filter/postgrey/metadata.xml b/mail-filter/postgrey/metadata.xml
14 index 7c7830fef76..3411c7dc111 100644
15 --- a/mail-filter/postgrey/metadata.xml
16 +++ b/mail-filter/postgrey/metadata.xml
17 @@ -1,20 +1,22 @@
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>lists@×××××.at</email>
23 - <name>Stefan Weichinger</name>
24 - </maintainer>
25 -<maintainer type="project">
26 - <email>net-mail@g.o</email>
27 - <name>Net-Mail</name>
28 - </maintainer>
29 -<maintainer type="project">
30 - <email>proxy-maint@g.o</email>
31 - <name>Proxy Maintainers</name>
32 - </maintainer>
33 -<longdescription>Postgrey is a Postfix policy server implementing greylisting developed by David Schweikert at the ISG.EE.</longdescription>
34 -<use>
35 - <flag name="targrey">Enables the targrey patch</flag>
36 -</use>
37 + <maintainer type="person">
38 + <email>lists@×××××.at</email>
39 + <name>Stefan Weichinger</name>
40 + </maintainer>
41 + <maintainer type="project">
42 + <email>net-mail@g.o</email>
43 + <name>Net-Mail</name>
44 + </maintainer>
45 + <maintainer type="project">
46 + <email>proxy-maint@g.o</email>
47 + <name>Proxy Maintainers</name>
48 + </maintainer>
49 + <longdescription>
50 + Postgrey is a Postfix policy server implementing greylisting developed by David Schweikert at the ISG.EE.
51 + </longdescription>
52 + <use>
53 + <flag name="targrey">Enables the targrey patch</flag>
54 + </use>
55 </pkgmetadata>