diff options
author | Armas Spann <zappel@simple-co.de> | 2024-01-31 14:22:04 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-01 11:10:14 +0100 |
commit | 4a05d913fccdd2992b96ed6f950f1937fce07a6d (patch) | |
tree | 48f503d54d6547f8ae658ff0ef077a9daf7540f0 /acct-group | |
parent | app-emacs/haskell-mode: skip test that call ghc (diff) | |
download | gentoo-4a05d913fccdd2992b96ed6f950f1937fce07a6d.tar.gz gentoo-4a05d913fccdd2992b96ed6f950f1937fce07a6d.tar.bz2 gentoo-4a05d913fccdd2992b96ed6f950f1937fce07a6d.zip |
acct-group/croc: bump to 0-r2; take up maintainership
Changes:
- Version bump to 0-r2
- Updated to EAPI 8
- Added myself as a proxy maintainer for this package
Signed-off-by: Armas Spann <zappel@simple-co.de>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/croc/croc-0-r2.ebuild (renamed from acct-group/croc/croc-0-r1.ebuild) | 4 | ||||
-rw-r--r-- | acct-group/croc/metadata.xml | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/acct-group/croc/croc-0-r1.ebuild b/acct-group/croc/croc-0-r2.ebuild index 79aff7a7f494..a78d2f260cf0 100644 --- a/acct-group/croc/croc-0-r1.ebuild +++ b/acct-group/croc/croc-0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit acct-group diff --git a/acct-group/croc/metadata.xml b/acct-group/croc/metadata.xml index 115e9d64a669..1826d184c487 100644 --- a/acct-group/croc/metadata.xml +++ b/acct-group/croc/metadata.xml @@ -1,5 +1,12 @@ <?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"> + <name>Armas Spann</name> + <email>zappel@simple-co.de</email> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> </pkgmetadata> |