* [gentoo-commits] repo/gentoo:master commit in: acct-user/mythtv/
@ 2019-09-20 16:18 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2019-09-20 16:18 UTC (permalink / raw
To: gentoo-commits
commit: f0da885e136a44c7a788572965ee8b89410ad15d
Author: Wilson Michaels <thebitpit <AT> eartlink <DOT> net>
AuthorDate: Tue Sep 17 19:57:04 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 16:11:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0da885e
acct-user/mythtv: New (UID 117)
Signed-off-by: Wilson Michaels <thebitpit <AT> eartlink.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
acct-user/mythtv/metadata.xml | 12 ++++++++++++
acct-user/mythtv/mythtv-0.ebuild | 14 ++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/acct-user/mythtv/metadata.xml b/acct-user/mythtv/metadata.xml
new file mode 100644
index 00000000000..4c0ca2be0ca
--- /dev/null
+++ b/acct-user/mythtv/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>thebitpit@earthlink.net</email>
+ <name>Wilson Michaels</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild
new file mode 100644
index 00000000000..a1246bb8eee
--- /dev/null
+++ b/acct-user/mythtv/mythtv-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="Mythtv mythbackend server/deamon user"
+ACCT_USER_ID=117
+ACCT_USER_GROUPS=( mythtv video audio tty )
+ACCT_USER_SHELL=/bin/bash
+ACCT_USER_HOME=/var/lib/mythtv
+
+acct-user_add_deps
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/mythtv/
@ 2019-11-24 14:03 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2019-11-24 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2
Author: Wilson Michaels <thebitpit <AT> earthlink <DOT> net>
AuthorDate: Wed Oct 16 15:34:26 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 14:03:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f68c9f
acct-user/mythtv: Add cdrom group to mythtv user
Closes: https://bugs.gentoo.org/697798
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Wilson Michaels <thebitpit <AT> earthlink.net>
Closes: https://github.com/gentoo/gentoo/pull/13320
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
acct-user/mythtv/mythtv-0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild
index a1246bb8eee..affc3f43439 100644
--- a/acct-user/mythtv/mythtv-0.ebuild
+++ b/acct-user/mythtv/mythtv-0.ebuild
@@ -7,7 +7,7 @@ inherit acct-user
DESCRIPTION="Mythtv mythbackend server/deamon user"
ACCT_USER_ID=117
-ACCT_USER_GROUPS=( mythtv video audio tty )
+ACCT_USER_GROUPS=( mythtv video audio cdrom tty )
ACCT_USER_SHELL=/bin/bash
ACCT_USER_HOME=/var/lib/mythtv
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/mythtv/
@ 2020-02-19 7:34 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-02-19 7:34 UTC (permalink / raw
To: gentoo-commits
commit: bcacc2103d21191b3b1c5a805e48e7b3dfeb6254
Author: Wilson Michaels <thebitpit <AT> earthlink <DOT> net>
AuthorDate: Wed Oct 16 15:34:26 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 07:23:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcacc210
acct-user/mythtv: Add cdrom group to mythtv user, fix typo
Closes: https://bugs.gentoo.org/697798
Closes: https://bugs.gentoo.org/707058
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Wilson Michaels <thebitpit <AT> earthlink.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
acct-user/mythtv/mythtv-0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild
index affc3f43439..79984187e86 100644
--- a/acct-user/mythtv/mythtv-0.ebuild
+++ b/acct-user/mythtv/mythtv-0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
-DESCRIPTION="Mythtv mythbackend server/deamon user"
+DESCRIPTION="Mythtv mythbackend server/daemon user"
ACCT_USER_ID=117
ACCT_USER_GROUPS=( mythtv video audio cdrom tty )
ACCT_USER_SHELL=/bin/bash
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-19 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-20 16:18 [gentoo-commits] repo/gentoo:master commit in: acct-user/mythtv/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2019-11-24 14:03 Joonas Niilola
2020-02-19 7:34 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox