summaryrefslogtreecommitdiff
path: root/acct-user/automatic
diff options
context:
space:
mode:
Diffstat (limited to 'acct-user/automatic')
-rw-r--r--acct-user/automatic/Manifest2
-rw-r--r--acct-user/automatic/automatic-0.ebuild13
-rw-r--r--acct-user/automatic/metadata.xml12
3 files changed, 27 insertions, 0 deletions
diff --git a/acct-user/automatic/Manifest b/acct-user/automatic/Manifest
new file mode 100644
index 000000000000..bfa66de34920
--- /dev/null
+++ b/acct-user/automatic/Manifest
@@ -0,0 +1,2 @@
+EBUILD automatic-0.ebuild 279 BLAKE2B 6e90885e409c508e860889276db428b0ed00b98d99d6ecf7abd31bcab7040960488c8ef9db78cbc59b6ed910bf8864b96ed59245b2ec87da4b7841384cbaf493 SHA512 2c04bb4aa9c909982e7ae6c02d4c0c4aa7daebc0a384c1ca87e166c40563feae242a6ffebaeae9560a86ba4b595db43bd7dda0fab4914f3b1db63de741f2b901
+MISC metadata.xml 376 BLAKE2B 5455c81e8cef3eac3dcd4bf8687fe61fb3f2aab49e5685fe3d2fe2b9cbab41158b7cd6d777dcdfcec1e4bf23a8903bc7e800053b92a992150f42a9822fd46d8d SHA512 71861b1caab3679f55fd8033679e4d3fd186649e12ccf3f586123d2171e5cca09bae25978aac38c73c35dafc26dc70397b30709ecc70c39407aeb3f67b1c65ad
diff --git a/acct-user/automatic/automatic-0.ebuild b/acct-user/automatic/automatic-0.ebuild
new file mode 100644
index 000000000000..4b8f27357849
--- /dev/null
+++ b/acct-user/automatic/automatic-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=338
+ACCT_USER_GROUPS=( automatic )
+ACCT_USER_HOME="/var/lib/automatic"
+ACCT_USER_HOME_OWNER="automatic:automatic"
+
+acct-user_add_deps
diff --git a/acct-user/automatic/metadata.xml b/acct-user/automatic/metadata.xml
new file mode 100644
index 000000000000..e2e6278b62a4
--- /dev/null
+++ b/acct-user/automatic/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>spiderx@spiderx.dp.ua</email>
+ <name>Vladimir Pavljuchenkov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>