commit: 4096332436cd78271b0d6a30e20725f4ba626b1b Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Nov 2 10:38:04 2022 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Nov 2 16:17:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40963324
dev-libs/libthreadar: add myself as a maintainer Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-libs/libthreadar/metadata.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-libs/libthreadar/metadata.xml b/dev-libs/libthreadar/metadata.xml index cf13cdd2ab42..95f7f3847988 100644 --- a/dev-libs/libthreadar/metadata.xml +++ b/dev-libs/libthreadar/metadata.xml @@ -1,14 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> + <maintainer type="person"> + <email>[email protected]</email> <name>Viorel Munteanu</name> </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> <longdescription> 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. 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.
