Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose2/
Date: Sun, 27 Mar 2016 17:21:52
Message-Id: 1459099275.ad6cb0e7390aebdbb51e40c48d7f4ce84cd76437.alunduil@gentoo
1 commit: ad6cb0e7390aebdbb51e40c48d7f4ce84cd76437
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 17:20:15 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 17:21:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6cb0e7
7
8 dev-python/nose2: add type to maintainer tag in metadata
9
10 I still wonder why the vim template doesn't include this in its
11 generation of metadata.xml but it can continue to wait. Also, why does
12 repoman commit break the automatic linebreaking done by vim in commit
13 messages?
14
15 Looks like ft=conf instead of the normal commit type?
16
17 Package-Manager: portage-2.2.28
18
19 dev-python/nose2/metadata.xml | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/dev-python/nose2/metadata.xml b/dev-python/nose2/metadata.xml
23 index 02be8c5..9b3c6f8 100644
24 --- a/dev-python/nose2/metadata.xml
25 +++ b/dev-python/nose2/metadata.xml
26 @@ -1,7 +1,7 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 <pkgmetadata>
30 - <maintainer>
31 + <maintainer type="person">
32 <email>alunduil@g.o</email>
33 <name>Alex Brandt</name>
34 </maintainer>