summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2024-02-17 13:56:58 +0000
committerJoonas Niilola <juippis@gentoo.org>2024-03-16 15:34:33 +0200
commitec6fa6712907bc5e80c8beb60c19eb2999e55070 (patch)
treec9808c3061d535965578fcd288046df2b219b2de
parentdev-ada/gtkada: add 24.0.0 (diff)
downloadgentoo-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>
-rw-r--r--dev-util/bear/metadata.xml9
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.