public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: acct-user/sndiod/
@ 2020-04-23  3:19 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2020-04-23  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c2b35984d2eaa305b6f2d3427f16da1f7ce792de
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Apr 23 02:59:30 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Apr 23 03:18:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2b35984

acct-user/sndiod: New user

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

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

diff --git a/acct-user/sndiod/metadata.xml b/acct-user/sndiod/metadata.xml
new file mode 100644
index 0000000..c698af2
--- /dev/null
+++ b/acct-user/sndiod/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>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/acct-user/sndiod/sndiod-0.ebuild b/acct-user/sndiod/sndiod-0.ebuild
new file mode 100644
index 0000000..9571204
--- /dev/null
+++ b/acct-user/sndiod/sndiod-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="daemon user for sndio"
+ACCT_USER_ID="-1"
+ACCT_USER_GROUPS=( audio )
+ACCT_USER_HOME=/var/lib/sndio
+
+acct-user_add_deps


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

* [gentoo-commits] repo/proj/guru:dev commit in: acct-user/sndiod/
@ 2020-04-23 10:24 Andrew Ammerlaan
  2020-04-23 10:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-04-23 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a8e369f2b6f6055c866723bfcf685efb05c7acbf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 23 10:24:48 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 23 10:24:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8e369f2

acct-user/sndiod: add KEYWORS

default acct-user keywords are stable, and we shouldnt have
stable keywords in ::guru

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 acct-user/sndiod/sndiod-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/sndiod/sndiod-0.ebuild b/acct-user/sndiod/sndiod-0.ebuild
index 9571204..e1d52a2 100644
--- a/acct-user/sndiod/sndiod-0.ebuild
+++ b/acct-user/sndiod/sndiod-0.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="daemon user for sndio"
+KEYWORDS="~amd64"
 ACCT_USER_ID="-1"
 ACCT_USER_GROUPS=( audio )
 ACCT_USER_HOME=/var/lib/sndio


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

* [gentoo-commits] repo/proj/guru:master commit in: acct-user/sndiod/
  2020-04-23 10:24 [gentoo-commits] repo/proj/guru:dev commit in: acct-user/sndiod/ Andrew Ammerlaan
@ 2020-04-23 10:39 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-04-23 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a8e369f2b6f6055c866723bfcf685efb05c7acbf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 23 10:24:48 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 23 10:24:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8e369f2

acct-user/sndiod: add KEYWORS

default acct-user keywords are stable, and we shouldnt have
stable keywords in ::guru

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 acct-user/sndiod/sndiod-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/sndiod/sndiod-0.ebuild b/acct-user/sndiod/sndiod-0.ebuild
index 9571204..e1d52a2 100644
--- a/acct-user/sndiod/sndiod-0.ebuild
+++ b/acct-user/sndiod/sndiod-0.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="daemon user for sndio"
+KEYWORDS="~amd64"
 ACCT_USER_ID="-1"
 ACCT_USER_GROUPS=( audio )
 ACCT_USER_HOME=/var/lib/sndio


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

* [gentoo-commits] repo/proj/guru:dev commit in: acct-user/sndiod/
@ 2020-05-28  0:13 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2020-05-28  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1f427f3e99a621d592b3448715e8924dfdc1d2c6
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed May 27 23:48:27 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed May 27 23:48:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f427f3e

acct-user/sndiod: Remove useless home

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 acct-user/sndiod/sndiod-0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/acct-user/sndiod/sndiod-0.ebuild b/acct-user/sndiod/sndiod-0.ebuild
index e1d52a2..a25ed12 100644
--- a/acct-user/sndiod/sndiod-0.ebuild
+++ b/acct-user/sndiod/sndiod-0.ebuild
@@ -9,6 +9,5 @@ DESCRIPTION="daemon user for sndio"
 KEYWORDS="~amd64"
 ACCT_USER_ID="-1"
 ACCT_USER_GROUPS=( audio )
-ACCT_USER_HOME=/var/lib/sndio
 
 acct-user_add_deps


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

end of thread, other threads:[~2020-05-28  0:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-23 10:24 [gentoo-commits] repo/proj/guru:dev commit in: acct-user/sndiod/ Andrew Ammerlaan
2020-04-23 10:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-05-28  0:13 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2020-04-23  3:19 Haelwenn Monnier

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