diff options
author | Adrian Schollmeyer <nex+b-g-o@nexadn.de> | 2022-06-05 14:38:39 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-12 01:48:28 +0100 |
commit | 73ecc6c24d708bbc8c0c72e5fb4e77e10b72fe47 (patch) | |
tree | 85a5075a27557b0f9359b0ac6997b49fd0933b58 /net-irc/znc-clientbuffer/metadata.xml | |
parent | dev-util/pkgconf: use HTTPS for SRC_URI (diff) | |
download | gentoo-73ecc6c24d708bbc8c0c72e5fb4e77e10b72fe47.tar.gz gentoo-73ecc6c24d708bbc8c0c72e5fb4e77e10b72fe47.tar.bz2 gentoo-73ecc6c24d708bbc8c0c72e5fb4e77e10b72fe47.zip |
net-irc/znc-clientbuffer: QA fixes; adopt
- Add myself as a maintainer
- Migrate to cmake.eclass
Removes the implicit dependency on Python (due to znc-buildmod) and
allows for more flexible options during building.
- Use PV in SRC_URI
Previous SRC_URI had the version hard-coded, although it's equal to PV.
- update EAPI 7 -> 8
- Remove unneded DOCS
The default DOCS doesn't need to be modified for the docs to be
installed as expected.
Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
Closes: https://github.com/gentoo/gentoo/pull/25768
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/znc-clientbuffer/metadata.xml')
-rw-r--r-- | net-irc/znc-clientbuffer/metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-irc/znc-clientbuffer/metadata.xml b/net-irc/znc-clientbuffer/metadata.xml index 51ac8d02eab7..8cca526cf091 100644 --- a/net-irc/znc-clientbuffer/metadata.xml +++ b/net-irc/znc-clientbuffer/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>nex+b-g-o@nexadn.de</email> + <name>Adrian Schollmeyer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> <bugs-to>https://git.jordanko.ch/Igloo/Push/issues</bugs-to> <remote-id type="github">CyberShadow/znc-clientbuffer</remote-id> |