commit:     4bd73d69f4665655f0ef2c5fad8390318ee99e7e
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Mon Feb 24 20:04:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 02:59:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd73d69

dev-util/sccache: add myself as a maintainer

Signed-off-by: idealseal <realidealseal <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40736
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/sccache/metadata.xml | 45 +++++++++++++++++++++++++------------------
 1 file changed, 26 insertions(+), 19 deletions(-)

diff --git a/dev-util/sccache/metadata.xml b/dev-util/sccache/metadata.xml
index 66d3ff6badc7..dfa0859d0f5a 100644
--- a/dev-util/sccache/metadata.xml
+++ b/dev-util/sccache/metadata.xml
@@ -1,23 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <!-- maintainer-needed -->
-       <use>
-               <flag name="azure">Enable Azure Blob Storage support</flag>
-               <flag name="dist-client">Enables distributed support in the 
sccache client</flag>
-               <flag name="dist-server">Enables the sccache-dist binary</flag>
-               <flag name="gcs">Enable Google Cloud Storage support</flag>
-               <flag name="redis">Enable Redis support</flag>
-               <flag name="s3">Enable full Amazon S3 support</flag>
-               <flag name="webdav">Enable WebDAV storage endpoint 
support</flag>
-       </use>
-       <longdescription lang="en">
-               Sccache is a ccache-like tool.
-               It is used as a compiler wrapper and avoids compilation when 
possible.
-               Sccache has the capability to utilize caching in remote storage 
environments,
-               including various cloud storage options, or alternatively, in 
local storage.
-       </longdescription>
-       <upstream>
-               <remote-id type="github">mozilla/sccache</remote-id>
-       </upstream>
+    <maintainer type="person">
+        <email>[email protected]</email>
+        <name>idealseal</name>
+    </maintainer>
+    <maintainer type="project" proxied="proxy">
+        <email>[email protected]</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+    <use>
+        <flag name="azure">Enable Azure Blob Storage support</flag>
+        <flag name="dist-client">Enables distributed support in the sccache 
client</flag>
+        <flag name="dist-server">Enables the sccache-dist binary</flag>
+        <flag name="gcs">Enable Google Cloud Storage support</flag>
+        <flag name="redis">Enable Redis support</flag>
+        <flag name="s3">Enable full Amazon S3 support</flag>
+        <flag name="webdav">Enable WebDAV storage endpoint support</flag>
+    </use>
+    <longdescription lang="en">
+        Sccache is a ccache-like tool.
+        It is used as a compiler wrapper and avoids compilation when possible.
+        Sccache has the capability to utilize caching in remote storage 
environments,
+        including various cloud storage options, or alternatively, in local 
storage.
+    </longdescription>
+    <upstream>
+        <remote-id type="github">mozilla/sccache</remote-id>
+    </upstream>
 </pkgmetadata>

Reply via email to