public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/nut/
@ 2021-07-09 22:36 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-07-09 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ec4ba15dbcf3a2fa927a602c0f815f3f42b8aa48
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  9 22:22:04 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul  9 22:36:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4ba15d

acct-user/nut: add user (84) for sys-power/nut

Bug: https://bugs.gentoo.org/781509
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/nut/metadata.xml |  8 ++++++++
 acct-user/nut/nut-0.ebuild | 14 ++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/acct-user/nut/metadata.xml b/acct-user/nut/metadata.xml
new file mode 100644
index 00000000000..4073267daf2
--- /dev/null
+++ b/acct-user/nut/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>robbat2@gentoo.org</email>
+		<name>Robin H. Johnson</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/acct-user/nut/nut-0.ebuild b/acct-user/nut/nut-0.ebuild
new file mode 100644
index 00000000000..7dc04085343
--- /dev/null
+++ b/acct-user/nut/nut-0.ebuild
@@ -0,0 +1,14 @@
+# 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 the nullmailer"
+
+ACCT_USER_GROUPS=( "nullmail" "uucp" )
+ACCT_USER_HOME="/var/lib/nut"
+ACCT_USER_ID="84"
+
+acct-user_add_deps


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/nut/
@ 2021-07-10  9:27 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-07-10  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     db6bce4749f06c79ea47deef525eb54e8a21515e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 09:25:32 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 09:27:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6bce47

acct-user/nut: fix group

Closes: https://bugs.gentoo.org/801433
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/nut/nut-0-r1.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/acct-user/nut/nut-0-r1.ebuild b/acct-user/nut/nut-0-r1.ebuild
new file mode 100644
index 00000000000..22114ee23ca
--- /dev/null
+++ b/acct-user/nut/nut-0-r1.ebuild
@@ -0,0 +1,14 @@
+# 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 the nullmailer"
+
+ACCT_USER_GROUPS=( "nut" "uucp" )
+ACCT_USER_HOME="/var/lib/nut"
+ACCT_USER_ID="84"
+
+acct-user_add_deps


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/nut/
@ 2021-07-10  9:27 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-07-10  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     80ae92c338276d0ee28f13d2ffb1526784b310fc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 09:26:36 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 09:27:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ae92c3

acct-user/nut: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/nut/nut-0.ebuild | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/acct-user/nut/nut-0.ebuild b/acct-user/nut/nut-0.ebuild
deleted file mode 100644
index 7dc04085343..00000000000
--- a/acct-user/nut/nut-0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 the nullmailer"
-
-ACCT_USER_GROUPS=( "nullmail" "uucp" )
-ACCT_USER_HOME="/var/lib/nut"
-ACCT_USER_ID="84"
-
-acct-user_add_deps


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/nut/
@ 2021-07-10  9:29 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-07-10  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     fed506b1ca7eb779fb815d224dce475d1e3e7542
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 09:28:48 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 09:28:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed506b1

acct-user/nut: update description

Closes: https://bugs.gentoo.org/801433
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/nut/nut-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-user/nut/nut-0-r1.ebuild b/acct-user/nut/nut-0-r1.ebuild
index 22114ee23ca..e0c09e02a34 100644
--- a/acct-user/nut/nut-0-r1.ebuild
+++ b/acct-user/nut/nut-0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit acct-user
 
-DESCRIPTION="A user for the nullmailer"
+DESCRIPTION="A user for the Network-UPS Tools"
 
 ACCT_USER_GROUPS=( "nut" "uucp" )
 ACCT_USER_HOME="/var/lib/nut"


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

end of thread, other threads:[~2021-07-10  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-10  9:29 [gentoo-commits] repo/gentoo:master commit in: acct-user/nut/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2021-07-10  9:27 Conrad Kostecki
2021-07-10  9:27 Conrad Kostecki
2021-07-09 22:36 Conrad Kostecki

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