From 5f0bf002e4307ef6202fbbf0586454f99a32ab18 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 19 Apr 2020 13:59:36 +0100 Subject: net-p2p/monero: support python 3.8, move to glep81 Package-Manager: Portage-2.3.89, Repoman-2.3.20 --- acct-user/monero/metadata.xml | 8 ++++++++ acct-user/monero/monero-0.ebuild | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 acct-user/monero/metadata.xml create mode 100644 acct-user/monero/monero-0.ebuild (limited to 'acct-user') diff --git a/acct-user/monero/metadata.xml b/acct-user/monero/metadata.xml new file mode 100644 index 00000000..de37e444 --- /dev/null +++ b/acct-user/monero/metadata.xml @@ -0,0 +1,8 @@ + + + + + bertrand@jacquin.bzh + Bertrand Jacquin + + diff --git a/acct-user/monero/monero-0.ebuild b/acct-user/monero/monero-0.ebuild new file mode 100644 index 00000000..768d501d --- /dev/null +++ b/acct-user/monero/monero-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for monero" +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( monero ) +ACCT_USER_HOME=/var/lib/monero + +acct-user_add_deps -- cgit v1.2.3