Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
Date: Wed, 13 Jun 2018 10:25:59
Message-Id: 1528885550.582a4fc38be567f72fbe391f44d0ce24fff14c5a.mgorny@gentoo
1 commit: 582a4fc38be567f72fbe391f44d0ce24fff14c5a
2 Author: Frederic Culot <culot <AT> FreeBSD <DOT> org>
3 AuthorDate: Thu May 31 18:42:38 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 10:25:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582a4fc3
7
8 dev-libs/libdbh: Take maintainership
9
10 I already maintain the dbh port for FreeBSD, so I assume it would
11 not be too much extra work to also participate in the maintenance
12 of the Gentoo package.
13
14 Closes: https://github.com/gentoo/gentoo/pull/8655
15
16 dev-libs/libdbh/metadata.xml | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19 diff --git a/dev-libs/libdbh/metadata.xml b/dev-libs/libdbh/metadata.xml
20 index 1284f7758cc..d22f1a83844 100644
21 --- a/dev-libs/libdbh/metadata.xml
22 +++ b/dev-libs/libdbh/metadata.xml
23 @@ -1,6 +1,14 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 + <maintainer type="person">
28 + <email>gentoo@×××××.org</email>
29 + <name>Frederic Culot</name>
30 + </maintainer>
31 + <maintainer type="project">
32 + <email>proxy-maint@g.o</email>
33 + <name>Proxy Maintainers</name>
34 + </maintainer>
35 <upstream>
36 <remote-id type="sourceforge">dbh</remote-id>
37 </upstream>