commit:     9e407a18ece7943a7d55b9825d0dd3abaec876c6
Author:     Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
AuthorDate: Fri Nov 25 08:58:21 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 18:28:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e407a18

dev-util/makeheaders: add myself as a maintainer

Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/28424
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-util/makeheaders/metadata.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/dev-util/makeheaders/metadata.xml 
b/dev-util/makeheaders/metadata.xml
index 85e4ed814fa2..861ba83b4dc6 100644
--- a/dev-util/makeheaders/metadata.xml
+++ b/dev-util/makeheaders/metadata.xml
@@ -1,5 +1,22 @@
 <?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>[email protected]</email>
+               <name>Eric Joldasov</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <longdescription>
+               The makeheaders program is a simple utility that will 
automatically generate
+               all ".h" files for large programming project based on 
information gleaned from
+               the ".c" and/or ".cpp" source files. It operates by scanning 
the C and/or C++
+               source code, extracting appropriate macros, structure and 
subroutine declarations
+               and writing this declarations, in the correct order, into the 
generated header files. 
+       </longdescription>
+       <upstream>
+               
<doc>https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html</doc>
+       </upstream>
 </pkgmetadata>

Reply via email to