Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/
Date: Wed, 29 Jun 2022 07:26:16
Message-Id: 1656487524.15b8287561de94d659dfc00ae423be903cefc9b4.sam@gentoo
1 commit: 15b8287561de94d659dfc00ae423be903cefc9b4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 06:48:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 07:25:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b82875
7
8 dev-libs/libassuan: update maintainers (add base-system@)
9
10 It makes sense for the gnupg stack to have aligned maintainers.
11
12 Bug: https://bugs.gentoo.org/813621
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-libs/libassuan/metadata.xml | 9 ++++++---
16 1 file changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-libs/libassuan/metadata.xml b/dev-libs/libassuan/metadata.xml
19 index ea62cfbd9fb3..2a5683490ac8 100644
20 --- a/dev-libs/libassuan/metadata.xml
21 +++ b/dev-libs/libassuan/metadata.xml
22 @@ -1,8 +1,11 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 -<!-- maintainer-needed -->
27 -<longdescription>
28 + <maintainer type="project">
29 + <email>base-system@g.o</email>
30 + <name>Gentoo Base System</name>
31 + </maintainer>
32 + <longdescription>
33 In an ideal world, Assuan is irrelevant. Assuan's primary use is to
34 allow a client to interact with a non-persistent server. Using Assuan,
35 this is accomplished by forking a subprocess and communicating with it
36 @@ -12,5 +15,5 @@ across several transactions: not only is there a penalty for an
37 increased number of context switches, but also a significant amount of
38 data is MEMCPYed from the client to a file descriptor and from the file
39 descriptor to the server.
40 -</longdescription>
41 + </longdescription>
42 </pkgmetadata>