public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] acct-group/xrootd: new group for GID 469
@ 2019-12-20 13:25 Marek Szuba
  2019-12-20 13:25 ` [gentoo-dev] [PATCH 2/2] acct-user/xrootd: new user for UID 469 Marek Szuba
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Szuba @ 2019-12-20 13:25 UTC (permalink / raw
  To: gentoo-dev

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
---
 acct-group/xrootd/metadata.xml    | 8 ++++++++
 acct-group/xrootd/xrootd-0.ebuild | 9 +++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 acct-group/xrootd/metadata.xml
 create mode 100644 acct-group/xrootd/xrootd-0.ebuild

diff --git a/acct-group/xrootd/metadata.xml b/acct-group/xrootd/metadata.xml
new file mode 100644
index 00000000000..46a304a17de
--- /dev/null
+++ b/acct-group/xrootd/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="project">
+		<email>sci-physics@gentoo.org</email>
+		<name>Gentoo Physics Project</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/acct-group/xrootd/xrootd-0.ebuild b/acct-group/xrootd/xrootd-0.ebuild
new file mode 100644
index 00000000000..7a62ea791cd
--- /dev/null
+++ b/acct-group/xrootd/xrootd-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Group for the XRootD server"
+ACCT_GROUP_ID=469
-- 
2.24.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-dev] [PATCH 2/2] acct-user/xrootd: new user for UID 469
  2019-12-20 13:25 [gentoo-dev] [PATCH 1/2] acct-group/xrootd: new group for GID 469 Marek Szuba
@ 2019-12-20 13:25 ` Marek Szuba
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Szuba @ 2019-12-20 13:25 UTC (permalink / raw
  To: gentoo-dev

enewuser in net-libs/xrootd ebuilds has set the home directory to
"${EPREFIX}"/var/spool/xrootd but as far as I can recall from my
personal experience or see in the documentation, it isn't really
necessary for that user to have a home directory.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
---
 acct-user/xrootd/metadata.xml    |  8 ++++++++
 acct-user/xrootd/xrootd-0.ebuild | 12 ++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 acct-user/xrootd/metadata.xml
 create mode 100644 acct-user/xrootd/xrootd-0.ebuild

diff --git a/acct-user/xrootd/metadata.xml b/acct-user/xrootd/metadata.xml
new file mode 100644
index 00000000000..46a304a17de
--- /dev/null
+++ b/acct-user/xrootd/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="project">
+		<email>sci-physics@gentoo.org</email>
+		<name>Gentoo Physics Project</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/acct-user/xrootd/xrootd-0.ebuild b/acct-user/xrootd/xrootd-0.ebuild
new file mode 100644
index 00000000000..7b0eaaf9584
--- /dev/null
+++ b/acct-user/xrootd/xrootd-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the XRootD server"
+ACCT_USER_ID=469
+ACCT_USER_GROUPS=( "${PN}" )
+
+acct-user_add_deps
-- 
2.24.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-20 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-20 13:25 [gentoo-dev] [PATCH 1/2] acct-group/xrootd: new group for GID 469 Marek Szuba
2019-12-20 13:25 ` [gentoo-dev] [PATCH 2/2] acct-user/xrootd: new user for UID 469 Marek Szuba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox