public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: acct-user/_bgpd/
@ 2020-03-21 18:00 Alarig Le Lay
  0 siblings, 0 replies; 3+ messages in thread
From: Alarig Le Lay @ 2020-03-21 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     14ea29fa59be060a33f9facd66da7683bc7aaaa9
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Sat Mar 21 17:54:48 2020 +0000
Commit:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Sat Mar 21 17:54:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14ea29fa

acct-user/_bgpd: New ebuild

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>

 acct-user/_bgpd/_bgpd-0.ebuild | 16 ++++++++++++++++
 acct-user/_bgpd/metadata.xml   |  8 ++++++++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/_bgpd/_bgpd-0.ebuild b/acct-user/_bgpd/_bgpd-0.ebuild
new file mode 100644
index 0000000..6dce5d5
--- /dev/null
+++ b/acct-user/_bgpd/_bgpd-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="User for OpenBGPD"
+# BGP port 179
+ACCT_USER_ID=179
+ACCT_USER_GROUPS=( _bgpd )
+ACCT_USER_HOME=/var/empty
+
+acct-user_add_deps

diff --git a/acct-user/_bgpd/metadata.xml b/acct-user/_bgpd/metadata.xml
new file mode 100644
index 0000000..17361c3
--- /dev/null
+++ b/acct-user/_bgpd/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>alarig@swordarmor.fr</email>
+		<name>Alarig Le Lay</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: acct-user/_bgpd/
@ 2021-04-17 20:05 Andrew Ammerlaan
  2021-04-17 20:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-04-17 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac890905b1c9976deda981ebb0ae9a51a5c0155
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 17 20:04:50 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 20:04:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ac89090

acct-user/_bgpd: set ID to -1

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

 acct-user/_bgpd/{_bgpd-0.ebuild => _bgpd-0-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/acct-user/_bgpd/_bgpd-0.ebuild b/acct-user/_bgpd/_bgpd-0-r1.ebuild
similarity index 77%
rename from acct-user/_bgpd/_bgpd-0.ebuild
rename to acct-user/_bgpd/_bgpd-0-r1.ebuild
index 6dce5d5ca..8573bd56e 100644
--- a/acct-user/_bgpd/_bgpd-0.ebuild
+++ b/acct-user/_bgpd/_bgpd-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,8 +8,7 @@ inherit acct-user
 KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="User for OpenBGPD"
-# BGP port 179
-ACCT_USER_ID=179
+ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( _bgpd )
 ACCT_USER_HOME=/var/empty
 


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

* [gentoo-commits] repo/proj/guru:master commit in: acct-user/_bgpd/
  2021-04-17 20:05 [gentoo-commits] repo/proj/guru:dev commit in: acct-user/_bgpd/ Andrew Ammerlaan
@ 2021-04-17 20:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-04-17 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac890905b1c9976deda981ebb0ae9a51a5c0155
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 17 20:04:50 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 20:04:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ac89090

acct-user/_bgpd: set ID to -1

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

 acct-user/_bgpd/{_bgpd-0.ebuild => _bgpd-0-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/acct-user/_bgpd/_bgpd-0.ebuild b/acct-user/_bgpd/_bgpd-0-r1.ebuild
similarity index 77%
rename from acct-user/_bgpd/_bgpd-0.ebuild
rename to acct-user/_bgpd/_bgpd-0-r1.ebuild
index 6dce5d5ca..8573bd56e 100644
--- a/acct-user/_bgpd/_bgpd-0.ebuild
+++ b/acct-user/_bgpd/_bgpd-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,8 +8,7 @@ inherit acct-user
 KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="User for OpenBGPD"
-# BGP port 179
-ACCT_USER_ID=179
+ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( _bgpd )
 ACCT_USER_HOME=/var/empty
 


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

end of thread, other threads:[~2021-04-17 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-17 20:05 [gentoo-commits] repo/proj/guru:dev commit in: acct-user/_bgpd/ Andrew Ammerlaan
2021-04-17 20:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-03-21 18:00 [gentoo-commits] repo/proj/guru:dev " Alarig Le Lay

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