Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/mgetty/
Date: Sat, 27 Feb 2021 23:59:59
Message-Id: 1614470376.70989d2866486ac2626009213949d2ed674ed08d.conikost@gentoo
1 commit: 70989d2866486ac2626009213949d2ed674ed08d
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 23:58:53 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 23:59:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70989d28
7
8 net-dialup/mgetty: add myself as maintainer
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-dialup/mgetty/metadata.xml | 20 +++++++++++++-------
14 1 file changed, 13 insertions(+), 7 deletions(-)
15
16 diff --git a/net-dialup/mgetty/metadata.xml b/net-dialup/mgetty/metadata.xml
17 index d1a981dc957..d2d4288847e 100644
18 --- a/net-dialup/mgetty/metadata.xml
19 +++ b/net-dialup/mgetty/metadata.xml
20 @@ -1,11 +1,17 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 -<!-- maintainer-needed -->
25 -<longdescription>Suite of programs that allows you to take full advantage of your voice/fax modem.
26 -mgetty is capable of handling data, fax and voice calls without interfering with outgoing calls.</longdescription>
27 -<use>
28 - <flag name="fax">Enables fax support</flag>
29 - <flag name="fidonet">Enables FidoNet support</flag>
30 -</use>
31 + <maintainer type="person">
32 + <email>conikost@g.o</email>
33 + <name>Conrad Kostecki</name>
34 + </maintainer>
35 + <longdescription>
36 + Suite of programs that allows you to take full advantage
37 + of your voice/fax modem. Mgetty is capable of handling data,
38 + fax and voice calls without interfering with outgoing calls.
39 + </longdescription>
40 + <use>
41 + <flag name="fax">Enables fax support</flag>
42 + <flag name="fidonet">Enables FidoNet support</flag>
43 + </use>
44 </pkgmetadata>