diff options
author | Benoît Dufour <benoit.dufour@mail.com> | 2023-10-30 21:59:45 -0400 |
---|---|---|
committer | Benoît Dufour <benoit.dufour@mail.com> | 2023-10-30 21:59:45 -0400 |
commit | cf02bf8c0fb5955666dfd4a3814722ec279f92dd (patch) | |
tree | 2660c5dd2bc7cace03405af5f78ff8cc4b47e832 /acct-group | |
parent | */*: Those packages that I created install correctly for me with current Port... (diff) | |
download | guru-cf02bf8c0fb5955666dfd4a3814722ec279f92dd.tar.gz guru-cf02bf8c0fb5955666dfd4a3814722ec279f92dd.tar.bz2 guru-cf02bf8c0fb5955666dfd4a3814722ec279f92dd.zip |
*/*: Added www-apps/rimgo, acct-group/rimgo and acct-user/rimgo.
Those packages that I created install correctly for me with current Portage.
Feel free to fix them if they don't install at all or if you think they need some improvement.
www-apps/rimgo might require proper logging and a SystemD service for non OpenRC users.
I used EGO_SUM instead of a vendor tarball because I've no way to host it but feel free to create one.
Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/rimgo/rimgo-0.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acct-group/rimgo/rimgo-0.ebuild b/acct-group/rimgo/rimgo-0.ebuild new file mode 100644 index 000000000..c0f7bf96f --- /dev/null +++ b/acct-group/rimgo/rimgo-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for www-apps/rimgo" +ACCT_GROUP_ID=-1 +SLOT="0" |