summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@getgoogleoff.me>2022-11-25 14:58:21 +0600
committerViorel Munteanu <ceamac@gentoo.org>2022-12-13 20:28:29 +0200
commit9e407a18ece7943a7d55b9825d0dd3abaec876c6 (patch)
treece78704d43d934c3ffa8bba3f5bbf535daf2b43e /dev-util/makeheaders
parentdev-util/makeheaders: add 0_p20220411 (diff)
downloadgentoo-9e407a18ece7943a7d55b9825d0dd3abaec876c6.tar.gz
gentoo-9e407a18ece7943a7d55b9825d0dd3abaec876c6.tar.bz2
gentoo-9e407a18ece7943a7d55b9825d0dd3abaec876c6.zip
dev-util/makeheaders: add myself as a maintainer
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/28424 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-util/makeheaders')
-rw-r--r--dev-util/makeheaders/metadata.xml19
1 files changed, 18 insertions, 1 deletions
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>bratishkaerik@getgoogleoff.me</email>
+ <name>Eric Joldasov</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</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>