diff options
author | 2024-01-31 14:25:24 +0100 | |
---|---|---|
committer | 2024-02-01 11:10:14 +0100 | |
commit | 39379e8369e1241b351b0710386887f683bdbdd9 (patch) | |
tree | b10ce5b41af925667893eefdb5e88f86e1bc88b9 /acct-user/croc/croc-0-r2.ebuild | |
parent | acct-group/croc: bump to 0-r2; take up maintainership (diff) | |
download | gentoo-39379e8369e1241b351b0710386887f683bdbdd9.tar.gz gentoo-39379e8369e1241b351b0710386887f683bdbdd9.tar.bz2 gentoo-39379e8369e1241b351b0710386887f683bdbdd9.zip |
acct-user/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-user/croc/croc-0-r2.ebuild')
-rw-r--r-- | acct-user/croc/croc-0-r2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/croc/croc-0-r2.ebuild b/acct-user/croc/croc-0-r2.ebuild new file mode 100644 index 000000000000..7d909e8678e1 --- /dev/null +++ b/acct-user/croc/croc-0-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for net-misc/croc" +ACCT_USER_ID=310 +ACCT_USER_GROUPS=( ${PN} ) + +acct-user_add_deps |