Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libthreadar/
Date: Wed, 02 Nov 2022 16:17:46
Message-Id: 1667405853.4096332436cd78271b0d6a30e20725f4ba626b1b.ceamac@gentoo
1 commit: 4096332436cd78271b0d6a30e20725f4ba626b1b
2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 10:38:04 2022 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 16:17:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40963324
7
8 dev-libs/libthreadar: add myself as a maintainer
9
10 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
11
12 dev-libs/libthreadar/metadata.xml | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-libs/libthreadar/metadata.xml b/dev-libs/libthreadar/metadata.xml
16 index cf13cdd2ab42..95f7f3847988 100644
17 --- a/dev-libs/libthreadar/metadata.xml
18 +++ b/dev-libs/libthreadar/metadata.xml
19 @@ -1,14 +1,10 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="person" proxied="yes">
24 - <email>ceamac.paragon@×××××.com</email>
25 + <maintainer type="person">
26 + <email>ceamac@g.o</email>
27 <name>Viorel Munteanu</name>
28 </maintainer>
29 - <maintainer type="project" proxied="proxy">
30 - <email>proxy-maint@g.o</email>
31 - <name>Proxy Maintainers</name>
32 - </maintainer>
33 <longdescription>
34 Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code.
35 It also handles exceptions thrown from a thread and propagated to another one, when the latter is calling the thread::join() method. This lets one manage exceptions as simply as it is in C++ single threaded context.