public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/jellyfin/
@ 2022-07-10 18:26 Craig Andrews
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Andrews @ 2022-07-10 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6b38672ee64dd013f16e8d550dfaef3d64a75d28
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 21:12:08 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:25:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b38672e

acct-user/jellyfin: user for jellyfin

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 acct-user/jellyfin/jellyfin-0.ebuild | 12 ++++++++++++
 acct-user/jellyfin/metadata.xml      | 20 ++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/acct-user/jellyfin/jellyfin-0.ebuild b/acct-user/jellyfin/jellyfin-0.ebuild
new file mode 100644
index 000000000000..7c64c03022a5
--- /dev/null
+++ b/acct-user/jellyfin/jellyfin-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_HOME=/var/lib/jellyfin
+ACCT_USER_ID=518
+ACCT_USER_GROUPS=( jellyfin render )
+
+acct-user_add_deps

diff --git a/acct-user/jellyfin/metadata.xml b/acct-user/jellyfin/metadata.xml
new file mode 100644
index 000000000000..9a547e28ad43
--- /dev/null
+++ b/acct-user/jellyfin/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>gentoo@wb9.se</email>
+		<name>Fredrik Eriksson</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>candrews@gentoo.org</email>
+		<name>Craig Andrews</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jellyfin/jellyfin</remote-id>
+		<bugs-to>https://github.com/jellyfin/jellyfin/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/jellyfin/
@ 2022-07-23  4:13 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-07-23  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1795c361837fc2493e95fe6ac1d98eda66d70e1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 04:10:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 04:10:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1795c361

acct-user/jellyfin: [QA] fix dtd URL (HTTP->HTTPS)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 acct-user/jellyfin/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-user/jellyfin/metadata.xml b/acct-user/jellyfin/metadata.xml
index 9a547e28ad43..8500bdb0844f 100644
--- a/acct-user/jellyfin/metadata.xml
+++ b/acct-user/jellyfin/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person" proxied="yes">
 		<email>gentoo@wb9.se</email>


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/jellyfin/
@ 2022-10-16 15:39 Craig Andrews
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Andrews @ 2022-10-16 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     450f57236425adeb595e9a5a2657919ddcd8e461
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 15:38:10 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 15:38:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450f5723

acct-user/jellyfin: add jellyfin to the video group

Closes: https://bugs.gentoo.org/877185
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

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

diff --git a/acct-user/jellyfin/jellyfin-0-r1.ebuild b/acct-user/jellyfin/jellyfin-0-r1.ebuild
new file mode 100644
index 000000000000..80de5e231296
--- /dev/null
+++ b/acct-user/jellyfin/jellyfin-0-r1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_HOME=/var/lib/jellyfin
+ACCT_USER_ID=518
+ACCT_USER_GROUPS=( jellyfin render video )
+
+acct-user_add_deps


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

* [gentoo-commits] repo/gentoo:master commit in: acct-user/jellyfin/
@ 2022-10-16 15:39 Craig Andrews
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Andrews @ 2022-10-16 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ae62cf3d6d2c75c2999779eec8ff56ce2d41eaa2
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 15:38:34 2022 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 15:38:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae62cf3d

acct-user/jellyfin: drop 0

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 acct-user/jellyfin/jellyfin-0.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/acct-user/jellyfin/jellyfin-0.ebuild b/acct-user/jellyfin/jellyfin-0.ebuild
deleted file mode 100644
index 7c64c03022a5..000000000000
--- a/acct-user/jellyfin/jellyfin-0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit acct-user
-
-ACCT_USER_HOME=/var/lib/jellyfin
-ACCT_USER_ID=518
-ACCT_USER_GROUPS=( jellyfin render )
-
-acct-user_add_deps


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

end of thread, other threads:[~2022-10-16 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-16 15:39 [gentoo-commits] repo/gentoo:master commit in: acct-user/jellyfin/ Craig Andrews
  -- strict thread matches above, loose matches on Subject: below --
2022-10-16 15:39 Craig Andrews
2022-07-23  4:13 Sam James
2022-07-10 18:26 Craig Andrews

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