public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2024-03-18 19:52 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-03-18 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6c9c44fe714ed6cb220d04b92beb7cd9f0681ad1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:23:21 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:49:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9c44fe

acct-user/pipewire: update EAPI 7 -> 8

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34810
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/pipewire/{pipewire-1-r1.ebuild => pipewire-1-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acct-user/pipewire/pipewire-1-r1.ebuild b/acct-user/pipewire/pipewire-1-r2.ebuild
similarity index 85%
rename from acct-user/pipewire/pipewire-1-r1.ebuild
rename to acct-user/pipewire/pipewire-1-r2.ebuild
index 0492f9ffcc2e..2825e42284c8 100644
--- a/acct-user/pipewire/pipewire-1-r1.ebuild
+++ b/acct-user/pipewire/pipewire-1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit acct-user
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2024-03-18 19:52 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-03-18 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2e1851b4f3cc7e2fd5f4e55214b182868dbae99e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:22:56 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:49:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1851b4

acct-user/pipewire: drop 0-r1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 acct-user/pipewire/pipewire-0-r1.ebuild | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/acct-user/pipewire/pipewire-0-r1.ebuild b/acct-user/pipewire/pipewire-0-r1.ebuild
deleted file mode 100644
index 75bfc8650b44..000000000000
--- a/acct-user/pipewire/pipewire-0-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="User for running PipeWire as a system-wide instance"
-ACCT_USER_ID=509
-ACCT_USER_GROUPS=( pipewire audio )
-ACCT_USER_HOME=/var/run/pipewire
-
-acct-user_add_deps


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2023-01-28  5:57 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-01-28  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a223fd3523255c768dee81d8c6545ef21304f680
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 05:22:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 05:57:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a223fd35

acct-user/pipewire: add 1

Bug: https://bugs.gentoo.org/832785
Signed-off-by: Sam James <sam <AT> gentoo.org>

 acct-user/pipewire/pipewire-1.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/acct-user/pipewire/pipewire-1.ebuild b/acct-user/pipewire/pipewire-1.ebuild
new file mode 100644
index 000000000000..0492f9ffcc2e
--- /dev/null
+++ b/acct-user/pipewire/pipewire-1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for running PipeWire as a system-wide instance"
+ACCT_USER_ID=509
+ACCT_USER_GROUPS=( pipewire audio )
+ACCT_USER_HOME=/dev/null
+
+acct-user_add_deps


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2022-11-25  4:43 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-11-25  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bce9b92f333dbc8d0b14a5aca4f5a0644c63cc4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 04:43:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 04:43:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce9b92f

acct-user/pipewire: drop gnome@

As discussed a few times in #gentoo-desktop.

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

 acct-user/pipewire/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/acct-user/pipewire/metadata.xml b/acct-user/pipewire/metadata.xml
index b32edab9c8df..4c3f19b6393d 100644
--- a/acct-user/pipewire/metadata.xml
+++ b/acct-user/pipewire/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>gnome@gentoo.org</email>
-		<name>Gentoo GNOME Desktop</name>
-	</maintainer>
 	<maintainer type="person">
 		<email>sam@gentoo.org</email>
 		<name>Sam James</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>leio@gentoo.org</email>
+		<name>Mart Raudsepp</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2022-07-27  4:42 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-07-27  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cad5e07e9b234343afd8ba62f11c00cca07eba16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 04:42:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 04:42:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad5e07e

acct-user/pipewire: update maintainers

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

 acct-user/pipewire/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/acct-user/pipewire/metadata.xml b/acct-user/pipewire/metadata.xml
index 6d27fca777f7..b32edab9c8df 100644
--- a/acct-user/pipewire/metadata.xml
+++ b/acct-user/pipewire/metadata.xml
@@ -9,8 +9,4 @@
 		<email>sam@gentoo.org</email>
 		<name>Sam James</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>asturm@gentoo.org</email>
-		<name>Andreas Sturmlechner</name>
-	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2022-02-06  8:09 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-02-06  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a36bf6722b58ce104eeb3505e7e28cdaf2fe5fbb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 08:08:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 08:09:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36bf672

acct-user/pipewire: sync maintainers with media-video/pipewire

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

 acct-user/pipewire/metadata.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/acct-user/pipewire/metadata.xml b/acct-user/pipewire/metadata.xml
index f453528b934f..818bc8df5664 100644
--- a/acct-user/pipewire/metadata.xml
+++ b/acct-user/pipewire/metadata.xml
@@ -5,4 +5,16 @@
 		<email>gnome@gentoo.org</email>
 		<name>Gentoo GNOME Desktop</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>asturm@gentoo.org</email>
+		<name>Andreas Sturmlechner</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>whissi@gentoo.org</email>
+		<name>Thomas Deutschmann</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/
@ 2022-02-05 23:59 Jason A. Donenfeld
  0 siblings, 0 replies; 7+ messages in thread
From: Jason A. Donenfeld @ 2022-02-05 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8d6a8257382a4b4102401cf714a028da06673577
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 23:53:12 2022 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 23:57:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6a8257

acct-user/pipewire: new user for pipewire USE=system-service

Closes: https://github.com/gentoo/gentoo/pull/23972
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 acct-user/pipewire/metadata.xml      |  8 ++++++++
 acct-user/pipewire/pipewire-0.ebuild | 13 +++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/acct-user/pipewire/metadata.xml b/acct-user/pipewire/metadata.xml
new file mode 100644
index 000000000000..f453528b934f
--- /dev/null
+++ b/acct-user/pipewire/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>gnome@gentoo.org</email>
+		<name>Gentoo GNOME Desktop</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/acct-user/pipewire/pipewire-0.ebuild b/acct-user/pipewire/pipewire-0.ebuild
new file mode 100644
index 000000000000..7d3ea52b7d16
--- /dev/null
+++ b/acct-user/pipewire/pipewire-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for running PipeWire as a system-wide instance"
+ACCT_USER_ID=509
+ACCT_USER_GROUPS=( pipewire audio )
+ACCT_USER_HOME=/var/run/pipewire
+
+acct-user_add_deps


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

end of thread, other threads:[~2024-03-18 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18 19:52 [gentoo-commits] repo/gentoo:master commit in: acct-user/pipewire/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-03-18 19:52 Conrad Kostecki
2023-01-28  5:57 Sam James
2022-11-25  4:43 Sam James
2022-07-27  4:42 Sam James
2022-02-06  8:09 Sam James
2022-02-05 23:59 Jason A. Donenfeld

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