* [gentoo-commits] repo/gentoo:master commit in: acct-user/reg/
@ 2021-07-17 21:35 William Hubbs
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2021-07-17 21:35 UTC (permalink / raw
To: gentoo-commits
commit: badd0f3a2167003c0576e6c9f1a9230fcd72a044
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 21:35:48 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 21:35:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badd0f3a
acct-user/reg: add reg user
Bug: https://bugs.gentoo.org/701230
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
acct-user/reg/metadata.xml | 8 ++++++++
acct-user/reg/reg-0.ebuild | 13 +++++++++++++
2 files changed, 21 insertions(+)
diff --git a/acct-user/reg/metadata.xml b/acct-user/reg/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/acct-user/reg/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>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-user/reg/reg-0.ebuild b/acct-user/reg/reg-0.ebuild
new file mode 100644
index 00000000000..8dbc96cdd96
--- /dev/null
+++ b/acct-user/reg/reg-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
+
+DESCRIPTION="A user for app-emulation/reg"
+
+ACCT_USER_ID=94
+ACCT_USER_GROUPS=( reg )
+ACCT_USER_HOME=/var/lib/reg
+
+acct-user_add_deps
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/reg/
@ 2021-11-15 13:13 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2021-11-15 13:13 UTC (permalink / raw
To: gentoo-commits
commit: f06b87a91e967cfddacb277c25a03c5b1df8275e
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 20:24:10 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 13:12:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06b87a9
acct-user/reg: Change UID to 503
Bug: https://bugs.gentoo.org/823750
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
acct-user/reg/{reg-0.ebuild => reg-0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct-user/reg/reg-0.ebuild b/acct-user/reg/reg-0-r1.ebuild
similarity index 93%
rename from acct-user/reg/reg-0.ebuild
rename to acct-user/reg/reg-0-r1.ebuild
index 8dbc96cdd96d..52db0f73e1cf 100644
--- a/acct-user/reg/reg-0.ebuild
+++ b/acct-user/reg/reg-0-r1.ebuild
@@ -6,7 +6,7 @@ inherit acct-user
DESCRIPTION="A user for app-emulation/reg"
-ACCT_USER_ID=94
+ACCT_USER_ID=503
ACCT_USER_GROUPS=( reg )
ACCT_USER_HOME=/var/lib/reg
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-15 13:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 13:13 [gentoo-commits] repo/gentoo:master commit in: acct-user/reg/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2021-07-17 21:35 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox