commit:     0598391345ebc99aa21474a5078e88b65d6a0ce8
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Dec 28 03:33:36 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Dec 28 03:33:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05983913

acct-user/monero: new package

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 acct-user/monero/metadata.xml    |  8 ++++++++
 acct-user/monero/monero-0.ebuild | 13 +++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/acct-user/monero/metadata.xml b/acct-user/monero/metadata.xml
new file mode 100644
index 00000000..55a6008a
--- /dev/null
+++ b/acct-user/monero/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>tel...@posteo.de</email>
+    <name>Theo Anderson</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/acct-user/monero/monero-0.ebuild b/acct-user/monero/monero-0.ebuild
new file mode 100644
index 00000000..39903a68
--- /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
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( monero )
+
+acct-user_add_deps

Reply via email to