diff options
author | 2024-02-17 13:56:58 +0000 | |
---|---|---|
committer | 2024-03-16 15:34:33 +0200 | |
commit | ec6fa6712907bc5e80c8beb60c19eb2999e55070 (patch) | |
tree | c9808c3061d535965578fcd288046df2b219b2de /dev-util | |
parent | dev-ada/gtkada: add 24.0.0 (diff) | |
download | gentoo-ec6fa6712907bc5e80c8beb60c19eb2999e55070.tar.gz gentoo-ec6fa6712907bc5e80c8beb60c19eb2999e55070.tar.bz2 gentoo-ec6fa6712907bc5e80c8beb60c19eb2999e55070.zip |
dev-util/bear: add myself as a maintainer
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/35393
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bear/metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-util/bear/metadata.xml b/dev-util/bear/metadata.xml index d8aa9d5eb352..49faddbc65c4 100644 --- a/dev-util/bear/metadata.xml +++ b/dev-util/bear/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person" proxied="yes"> + <email>alexey+gentoo@asokolov.org</email> + <name>Alexey Sokolov</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription lang="en"> Bear is a tool that generates a compilation database for clang tooling. The concept behind Bear is: to execute the original build command and intercept the exec calls issued by the build tool. |