[gentoo-dev] Last rites: media-libs/ming and dev-php/ming-php

2019-08-04 Thread Aaron Bauman
# Aaron Bauman  (2019-08-04)
# multiple open sec bugs. no response from upstream
# Masked for removal in 30 days
media-libs/ming
dev-php/ming-php

-- 
Cheers,
Aaron


signature.asc
Description: PGP signature


[gentoo-dev] [PATCH 2/3] acct-user/transmission: new user (169)

2019-08-04 Thread Mike Gilbert
ID matches Arch Linux.

Package-Manager: Portage-2.3.70_p2, Repoman-2.3.16_p22
Signed-off-by: Mike Gilbert 
---
 acct-user/transmission/metadata.xml  |  8 
 acct-user/transmission/transmission-0.ebuild | 12 
 2 files changed, 20 insertions(+)
 create mode 100644 acct-user/transmission/metadata.xml
 create mode 100644 acct-user/transmission/transmission-0.ebuild

diff --git a/acct-user/transmission/metadata.xml 
b/acct-user/transmission/metadata.xml
new file mode 100644
index ..de09ffd8b089
--- /dev/null
+++ b/acct-user/transmission/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+
diff --git a/acct-user/transmission/transmission-0.ebuild 
b/acct-user/transmission/transmission-0.ebuild
new file mode 100644
index ..5d8d83e04e50
--- /dev/null
+++ b/acct-user/transmission/transmission-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=169
+ACCT_USER_GROUPS=( transmission )
+ACCT_USER_HOME=/var/lib/transmission
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH 3/3] net-p2p/transmission: depend on acct-user/transmission

2019-08-04 Thread Mike Gilbert
Package-Manager: Portage-2.3.70_p2, Repoman-2.3.16_p22
Signed-off-by: Mike Gilbert 
---
 net-p2p/transmission/transmission-2.94.ebuild | 18 ++---
 net-p2p/transmission/transmission-.ebuild | 20 +++
 2 files changed, 13 insertions(+), 25 deletions(-)

diff --git a/net-p2p/transmission/transmission-2.94.ebuild 
b/net-p2p/transmission/transmission-2.94.ebuild
index 246560fb9ad7..745abf9221fa 100644
--- a/net-p2p/transmission/transmission-2.94.ebuild
+++ b/net-p2p/transmission/transmission-2.94.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools flag-o-matic gnome2-utils qmake-utils systemd user xdg-utils
+inherit autotools flag-o-matic gnome2-utils qmake-utils systemd xdg-utils
 
 DESCRIPTION="A Fast, Easy and Free BitTorrent client"
 HOMEPAGE="http://www.transmissionbt.com/";
@@ -16,7 +16,7 @@ SLOT=0
 IUSE="ayatana gtk libressl lightweight systemd qt5 xfs"
 KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux"
 
-RDEPEND=">=dev-libs/libevent-2.0.10:=
+COMMON_DEPEND=">=dev-libs/libevent-2.0.10:=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libnatpmp
@@ -37,7 +37,7 @@ RDEPEND=">=dev-libs/libevent-2.0.10:=
dev-qt/qtwidgets:5
)
systemd? ( >=sys-apps/systemd-209:= )"
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
>=dev-libs/glib-2.32
dev-util/intltool
sys-devel/gettext
@@ -45,6 +45,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
qt5? ( dev-qt/linguist-tools:5 )
xfs? ( sys-fs/xfsprogs )"
+RDEPEND="${COMMON_DEPEND}
+   acct-user/transmission"
 
 REQUIRED_USE="ayatana? ( gtk )"
 
@@ -137,14 +139,6 @@ pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update
 
-   enewgroup transmission
-   enewuser transmission -1 -1 /var/lib/transmission transmission
-
-   if [[ ! -e "${EROOT%/}"/var/lib/transmission ]]; then
-   mkdir -p "${EROOT%/}"/var/lib/transmission || die
-   chown transmission:transmission 
"${EROOT%/}"/var/lib/transmission || die
-   fi
-
elog "If you use transmission-daemon, please, set 'rpc-username' and"
elog "'rpc-password' (in plain text, transmission-daemon will hash it 
on"
elog "start) in settings.json file located at 
/var/lib/transmission/config or"
diff --git a/net-p2p/transmission/transmission-.ebuild 
b/net-p2p/transmission/transmission-.ebuild
index 392d8cb5bf3e..312540191f40 100644
--- a/net-p2p/transmission/transmission-.ebuild
+++ b/net-p2p/transmission/transmission-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils gnome2-utils readme.gentoo-r1 systemd user xdg-utils
+inherit cmake-utils gnome2-utils readme.gentoo-r1 systemd xdg-utils
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="ayatana gtk libressl lightweight nls mbedtls qt5 systemd test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
+COMMON_DEPEND="
dev-libs/libb64:0=
>=dev-libs/libevent-2.0.10:=
!mbedtls? (
@@ -51,7 +51,7 @@ RDEPEND="
)
systemd? ( >=sys-apps/systemd-209:= )
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
nls? (
virtual/libintl
@@ -64,6 +64,9 @@ DEPEND="${RDEPEND}
)
)
 "
+RDEPEND="${COMMON_DEPEND}
+   acct-user/transmission
+"
 
 src_unpack() {
if [[ ${PV} ==  ]]; then
@@ -137,14 +140,5 @@ pkg_postrm() {
 pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update
-
-   enewgroup transmission
-   enewuser transmission -1 -1 /var/lib/transmission transmission
-
-   if [[ ! -e "${EROOT%/}"/var/lib/transmission ]]; then
-   mkdir -p "${EROOT%/}"/var/lib/transmission || die
-   chown transmission:transmission 
"${EROOT%/}"/var/lib/transmission || die
-   fi
-
readme.gentoo_print_elog
 }
-- 
2.22.0




[gentoo-dev] [PATCH 1/3] acct-group/transmission: new group (169)

2019-08-04 Thread Mike Gilbert
ID matches Arch Linux.

Package-Manager: Portage-2.3.70_p2, Repoman-2.3.16_p22
Signed-off-by: Mike Gilbert 
---
 acct-group/transmission/metadata.xml  | 8 
 acct-group/transmission/transmission-0.ebuild | 8 
 2 files changed, 16 insertions(+)
 create mode 100644 acct-group/transmission/metadata.xml
 create mode 100644 acct-group/transmission/transmission-0.ebuild

diff --git a/acct-group/transmission/metadata.xml 
b/acct-group/transmission/metadata.xml
new file mode 100644
index ..de09ffd8b089
--- /dev/null
+++ b/acct-group/transmission/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   flop...@gentoo.org
+   Mike Gilbert
+   
+
diff --git a/acct-group/transmission/transmission-0.ebuild 
b/acct-group/transmission/transmission-0.ebuild
new file mode 100644
index ..f35ce5f2f7d5
--- /dev/null
+++ b/acct-group/transmission/transmission-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=169
-- 
2.22.0




[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2019-08-04 23:59 UTC

2019-08-04 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2019-08-04 23:59 UTC.

Removals:
app-misc/cfiles 20190801-20:09 mgorny   28b8e3f7d4a
app-misc/pip3line   20190804-21:59 bman 95d2003eee1
app-text/kup20190730-18:49 asturm   b82967bd8e0
media-sound/ventrilo-server-bin 20190801-08:37 ulm  15c6a556cef
sci-mathematics/gwnum   20190801-10:33 soap 1e9106da267
x11-themes/korilla  20190804-18:36 asturm   b6a953ca2dc
x11-themes/noia 20190804-18:36 asturm   b6a953ca2dc
x11-themes/oxygen-molecule  20190804-18:36 asturm   b6a953ca2dc

Additions:
acct-group/adm  20190727-13:42 floppym  c6ed4bdabe4
acct-group/audio20190727-13:31 floppym  635881f36d6
acct-group/cdrom20190727-13:33 floppym  ee456ebc2de
acct-group/dialout  20190727-13:34 floppym  d6ccfd20835
acct-group/disk 20190727-13:34 floppym  1167bab88bc
acct-group/input20190727-13:35 floppym  167b03e24b6
acct-group/kmem 20190727-13:41 floppym  15d5f84abf9
acct-group/kvm  20190727-13:36 floppym  0a51f657833
acct-group/libvirt  20190729-17:58 floppym  b668dd0da82
acct-group/lp   20190727-13:36 floppym  44e9fa2621c
acct-group/man  20190803-19:20 polynomial-c a540fcf6428
acct-group/qemu 20190729-17:54 floppym  c2353d0e306
acct-group/render   20190727-13:37 floppym  1155f1dbd95
acct-group/tape 20190727-13:39 floppym  839c2bf0253
acct-group/tty  20190727-13:41 floppym  ad12fe8d793
acct-group/utmp 20190727-13:51 floppym  633c0d8edcb
acct-group/video20190727-13:39 floppym  59b6852792b
acct-group/wheel20190727-13:42 floppym  06a3321c807
acct-user/man   20190803-19:24 polynomial-c dbfb964b87e
acct-user/qemu  20190729-17:57 floppym  6a63bf8d6ec
app-backup/kup  20190730-18:51 asturm   cce99b0c3bd
app-crypt/swtpm 20190802-01:55 juippis  29420beac9c
app-emacs/ledger-mode   20190729-14:58 ulm  df3d4c44202
app-misc/cfiles 20190726-07:03 alicef   8ccd44646d8
app-text/tessdata_best  20190730-19:36 voyageur 87d7216af4d
app-text/tessdata_fast  20190730-19:36 voyageur f0b3b9b2cd3
app-text/tessdata_legacy20190730-19:37 voyageur a7f9ece4bc6
dev-lang/zig20190526-06:22 juippis  01327ee8db1
dev-libs/libtpms20190802-01:55 juippis  c3a5d320ff9
dev-lisp/roswell20190314-14:51 juippis  6b2e4dfcd97
dev-perl/Alien-Base-ModuleBuild 20190802-09:54 titanofold   facd067fa62
dev-perl/Alien-LibGumbo 20190802-09:59 titanofold   edc5418a6e7
dev-perl/HTML-Gumbo 20190802-10:01 titanofold   f838bd84bdb
dev-perl/Shell-Config-Generate  20190802-09:44 titanofold   5df94f83ad7
dev-perl/Shell-Guess20190802-09:42 titanofold   c60a356f1a8
dev-python/consonance   20190726-21:13 juippis  58ed1ade0c4
dev-python/dissononce   20190726-21:14 juippis  3447f783465
dev-python/google-auth-oauthlib 20190315-21:04 juippis  57911d8951e
dev-python/pytest-asyncio   20190730-14:24 mgorny   25e72763bb0
dev-python/transitions  20190726-21:15 juippis  bc6ccad3aa9
games-simulation/train-valley   20190802-20:59 chewi7c9adb59dab
mail-client/aerc20190801-06:58 gyakovlevdc225da03b2
media-plugins/alsaequal 20181130-20:35 juippis  98955a92619
media-sound/pulseaudio-ctl  20190803-07:18 mgorny   7cb5feb7c8f
media-tv/tvbrowser-bin  20190514-08:47 juippis  82b63558d6e
sys-process/gnome-usage 20190802-03:17 sobhan   c0957dc25d7
x11-misc/splatmoji  20190119-21:39 juippis  ee9901be35b
x11-misc/urxvt-tabbedex 20190801-06:35 juippis  722b68d3c06
x11-misc/yabar  20190719-03:46 juippis  18b417e3c03

--
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : robb...@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
Removed Packages:
app-misc/pip3line,removed,bman,20190804-21:59,95d2003eee1
x11-themes/korilla,removed,asturm,20190804-18:36,b6a953ca2dc
x11-themes/noia,removed,asturm,20190804-18:36,b6a953ca2dc
x11-themes/oxygen-molecule,removed,asturm,20190804-18:36,b6a953ca2dc
app-misc/cfiles,removed,mgorny,20190801-20:09,28b8e3f7d4a
media-sound/ventrilo-server-bin,removed,ulm,20190801-08:37,15c6a556cef
sci-mathematics/gwnum,removed,soap,20190801-10:33,1e9106da267
app-text/kup,removed,asturm,20190730-18:49,b82967bd8e0
Added Packages:
app-emacs/ledger-mode,added,ulm,20190729-14:58,df3d4c44202
acct-user/man

Re: [gentoo-dev] [PATCH 2/2] acct-user/unifi: New user for net-wireless/unifi

2019-08-04 Thread Louis Sautier
On 04/08/2019 20:11, Conrad Kostecki wrote:
> Package-Manager: Portage-2.3.70, Repoman-2.3.16
> Signed-off-by: Conrad Kostecki 
> ---
>  acct-user/unifi/metadata.xml   | 22 ++
>  acct-user/unifi/unifi-0.ebuild | 15 +++
>  2 files changed, 37 insertions(+)
>  create mode 100644 acct-user/unifi/metadata.xml
>  create mode 100644 acct-user/unifi/unifi-0.ebuild
>
> diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml
> new file mode 100644
> index 000..57ba2066974
> --- /dev/null
> +++ b/acct-user/unifi/metadata.xml
> @@ -0,0 +1,22 @@
> +
> +http://www.gentoo.org/dtd/metadata.dtd";>
> +
> + 
> + bkoh...@gentoo.org
> + Ben Kohler
> + 
> + 
> + ck+gen...@bl4ckb0x.de
> + Conrad Kostecki
> + 
> + 
> + proxy-ma...@gentoo.org
> + Proxy Maintainers
> + 
> + 
> + UniFi is a management controller software for Ubiquiti UniFi 
> APs.
> + It's purpose is to configure and monitor all those APs.

"Its purpose", I just fixed it inside the main package's metadata.xml:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefdaf99782da77ac7a8b8ada79263482b09ede2

> + Also all kind of statistics are collected, which can be 
> accessed through UniFi.
> + There is also an internal RADIUS server, which can be used for 
> WPA2-Enterprise.
> + 
> +
> diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild
> new file mode 100644
> index 000..0f750e70188
> --- /dev/null
> +++ b/acct-user/unifi/unifi-0.ebuild
> @@ -0,0 +1,15 @@
> +# Copyright 2019 Gentoo Authors
> +# Distributed under the terms of the GNU General Public License v2
> +
> +EAPI=7
> +
> +inherit acct-user
> +
> +DESCRIPTION="A user for the UniFi Controller"
> +
> +ACCT_USER_GROUPS=( "unifi" )
> +ACCT_USER_HOME="/var/lib/unifi"
> +ACCT_USER_HOME_OWNER="unifi:unifi"
> +ACCT_USER_ID="113"
> +
> +acct-user_add_deps





signature.asc
Description: OpenPGP digital signature


Re[2]: [gentoo-dev] [PATCH 2/2] acct-user/minecraft: New user for games-server/minecraft-server

2019-08-04 Thread Conrad Kostecki

Am 04.08.2019 20:54:07, "Michael Orlitzky"  schrieb:


On 8/4/19 2:07 PM, Conrad Kostecki wrote:
You don't have to set ACCT_USER_HOME_OWNER here. That ownership is the
common case, so the eclass will do the right thing for you and set it by
default. From acct-user.eclass:

  if [[ ${ACCT_USER_HOME} != /dev/null ]]; then
# default ownership to user:group
if [[ -z ${ACCT_USER_HOME_OWNER} ]]; then
ACCT_USER_HOME_OWNER=${ACCT_USER_NAME}:${ACCT_USER_GROUPS[0]}
fi
fowners "${ACCT_USER_HOME_OWNER}" "${ACCT_USER_HOME}"
fperms "${ACCT_USER_HOME_PERMS}" "${ACCT_USER_HOME}"
  fi


Thanks! Updated.







[gentoo-dev] [PATCH v2 1/2] acct-group/unifi: New group for net-wireless/unifi

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/unifi/metadata.xml   | 16 
 acct-group/unifi/unifi-0.ebuild | 10 ++
 2 files changed, 26 insertions(+)
 create mode 100644 acct-group/unifi/metadata.xml
 create mode 100644 acct-group/unifi/unifi-0.ebuild

diff --git a/acct-group/unifi/metadata.xml b/acct-group/unifi/metadata.xml
new file mode 100644
index 000..9d243bd924c
--- /dev/null
+++ b/acct-group/unifi/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   bkoh...@gentoo.org
+   Ben Kohler
+   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/unifi/unifi-0.ebuild b/acct-group/unifi/unifi-0.ebuild
new file mode 100644
index 000..c95cd4f4b1b
--- /dev/null
+++ b/acct-group/unifi/unifi-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the UniFi controller"
+
+ACCT_GROUP_ID="113"
-- 
2.22.0




[gentoo-dev] [PATCH v2 2/2] acct-user/unifi: New user for net-wireless/unifi

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/unifi/metadata.xml   | 16 
 acct-user/unifi/unifi-0.ebuild | 14 ++
 2 files changed, 30 insertions(+)
 create mode 100644 acct-user/unifi/metadata.xml
 create mode 100644 acct-user/unifi/unifi-0.ebuild

diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml
new file mode 100644
index 000..9d243bd924c
--- /dev/null
+++ b/acct-user/unifi/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   bkoh...@gentoo.org
+   Ben Kohler
+   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild
new file mode 100644
index 000..a21167b15ea
--- /dev/null
+++ b/acct-user/unifi/unifi-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="A user for the UniFi Controller"
+
+ACCT_USER_GROUPS=( "unifi" )
+ACCT_USER_HOME="/var/lib/unifi"
+ACCT_USER_ID="113"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH v2 2/2] acct-user/teamspeak: New user for teamspeak-server/teamspeak-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/teamspeak/metadata.xml   | 12 
 acct-user/teamspeak/teamspeak-0.ebuild | 14 ++
 2 files changed, 26 insertions(+)
 create mode 100644 acct-user/teamspeak/metadata.xml
 create mode 100644 acct-user/teamspeak/teamspeak-0.ebuild

diff --git a/acct-user/teamspeak/metadata.xml b/acct-user/teamspeak/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/teamspeak/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/teamspeak/teamspeak-0.ebuild 
b/acct-user/teamspeak/teamspeak-0.ebuild
new file mode 100644
index 000..d5fa883f6c0
--- /dev/null
+++ b/acct-user/teamspeak/teamspeak-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="A user for the TeamSpeak server"
+
+ACCT_USER_GROUPS=( "teamspeak" )
+ACCT_USER_HOME="/opt/teamspeak3-server"
+ACCT_USER_ID="488"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH v2 1/2] acct-group/teamspeak: New group for media-sound/teamspeak-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/teamspeak/metadata.xml   | 12 
 acct-group/teamspeak/teamspeak-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/teamspeak/metadata.xml
 create mode 100644 acct-group/teamspeak/teamspeak-0.ebuild

diff --git a/acct-group/teamspeak/metadata.xml 
b/acct-group/teamspeak/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/teamspeak/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/teamspeak/teamspeak-0.ebuild 
b/acct-group/teamspeak/teamspeak-0.ebuild
new file mode 100644
index 000..fec76a40b4b
--- /dev/null
+++ b/acct-group/teamspeak/teamspeak-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the TeamSpeak server"
+
+ACCT_GROUP_ID="488"
-- 
2.22.0




[gentoo-dev] [PATCH v2 1/2] acct-group/steamcmd: New group for games-server/steamcmd

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/steamcmd/metadata.xml  | 12 
 acct-group/steamcmd/steamcmd-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/steamcmd/metadata.xml
 create mode 100644 acct-group/steamcmd/steamcmd-0.ebuild

diff --git a/acct-group/steamcmd/metadata.xml b/acct-group/steamcmd/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/steamcmd/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/steamcmd/steamcmd-0.ebuild 
b/acct-group/steamcmd/steamcmd-0.ebuild
new file mode 100644
index 000..a38c0e77195
--- /dev/null
+++ b/acct-group/steamcmd/steamcmd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the SteamCMD server"
+
+ACCT_GROUP_ID="489"
-- 
2.22.0




[gentoo-dev] [PATCH v2 2/2] acct-user/steamcmd: New user for games-server/steamcmd

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/steamcmd/metadata.xml  | 12 
 acct-user/steamcmd/steamcmd-0.ebuild | 14 ++
 2 files changed, 26 insertions(+)
 create mode 100644 acct-user/steamcmd/metadata.xml
 create mode 100644 acct-user/steamcmd/steamcmd-0.ebuild

diff --git a/acct-user/steamcmd/metadata.xml b/acct-user/steamcmd/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/steamcmd/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/steamcmd/steamcmd-0.ebuild 
b/acct-user/steamcmd/steamcmd-0.ebuild
new file mode 100644
index 000..bd63596a3b7
--- /dev/null
+++ b/acct-user/steamcmd/steamcmd-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="A user for the SteamCMD server"
+
+ACCT_USER_GROUPS=( "steamcmd" )
+ACCT_USER_HOME="/opt/steamcmd"
+ACCT_USER_ID="489"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH v2 2/2] acct-user/spectrum: New user for net-im/spectrum2

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/spectrum/metadata.xml  | 12 
 acct-user/spectrum/spectrum-0.ebuild | 14 ++
 2 files changed, 26 insertions(+)
 create mode 100644 acct-user/spectrum/metadata.xml
 create mode 100644 acct-user/spectrum/spectrum-0.ebuild

diff --git a/acct-user/spectrum/metadata.xml b/acct-user/spectrum/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/spectrum/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/spectrum/spectrum-0.ebuild 
b/acct-user/spectrum/spectrum-0.ebuild
new file mode 100644
index 000..47560fb7af7
--- /dev/null
+++ b/acct-user/spectrum/spectrum-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="A user for the Spectrum messaging transport"
+
+ACCT_USER_GROUPS=( "spectrum" )
+ACCT_USER_HOME="/var/lib/spectrum2"
+ACCT_USER_ID="486"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH v2 1/2] acct-group/spectrum: New group for net-im/spectrum2

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/spectrum/metadata.xml  | 12 
 acct-group/spectrum/spectrum-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/spectrum/metadata.xml
 create mode 100644 acct-group/spectrum/spectrum-0.ebuild

diff --git a/acct-group/spectrum/metadata.xml b/acct-group/spectrum/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/spectrum/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/spectrum/spectrum-0.ebuild 
b/acct-group/spectrum/spectrum-0.ebuild
new file mode 100644
index 000..fdd5fc0e0ec
--- /dev/null
+++ b/acct-group/spectrum/spectrum-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Spectrum messaging transport"
+
+ACCT_GROUP_ID="486"
-- 
2.22.0




[gentoo-dev] [PATCH v2 1/2] acct-group/minecraft: New group for games-server/minecraft-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/minecraft/metadata.xml   | 12 
 acct-group/minecraft/minecraft-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/minecraft/metadata.xml
 create mode 100644 acct-group/minecraft/minecraft-0.ebuild

diff --git a/acct-group/minecraft/metadata.xml 
b/acct-group/minecraft/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/minecraft/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/minecraft/minecraft-0.ebuild 
b/acct-group/minecraft/minecraft-0.ebuild
new file mode 100644
index 000..4b075b5967f
--- /dev/null
+++ b/acct-group/minecraft/minecraft-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Minecraft server"
+
+ACCT_GROUP_ID="490"
-- 
2.22.0




[gentoo-dev] [PATCH v2 2/2] acct-user/minecraft: New user for games-server/minecraft-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/minecraft/metadata.xml   | 12 
 acct-user/minecraft/minecraft-0.ebuild | 14 ++
 2 files changed, 26 insertions(+)
 create mode 100644 acct-user/minecraft/metadata.xml
 create mode 100644 acct-user/minecraft/minecraft-0.ebuild

diff --git a/acct-user/minecraft/metadata.xml b/acct-user/minecraft/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/minecraft/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/minecraft/minecraft-0.ebuild 
b/acct-user/minecraft/minecraft-0.ebuild
new file mode 100644
index 000..8762fb77e5a
--- /dev/null
+++ b/acct-user/minecraft/minecraft-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="A user for the Minecraft server"
+
+ACCT_USER_GROUPS=( "minecraft" )
+ACCT_USER_HOME="/var/lib/minecraft-server"
+ACCT_USER_ID="490"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH v3 2/2] acct-user/fhem: New user for app-misc/fhem

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/fhem/fhem-0.ebuild | 14 ++
 acct-user/fhem/metadata.xml  | 12 
 2 files changed, 26 insertions(+)
 create mode 100644 acct-user/fhem/fhem-0.ebuild
 create mode 100644 acct-user/fhem/metadata.xml

diff --git a/acct-user/fhem/fhem-0.ebuild b/acct-user/fhem/fhem-0.ebuild
new file mode 100644
index 000..a705ec7f97f
--- /dev/null
+++ b/acct-user/fhem/fhem-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="A user for the FHEM perl server for house automation"
+
+ACCT_USER_GROUPS=( "fhem" )
+ACCT_USER_HOME="/opt/fhem"
+ACCT_USER_ID="491"
+
+acct-user_add_deps
diff --git a/acct-user/fhem/metadata.xml b/acct-user/fhem/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/fhem/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




[gentoo-dev] [PATCH v3 1/2] acct-group/fhem: New group for app-misc/fhem

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/fhem/fhem-0.ebuild | 10 ++
 acct-group/fhem/metadata.xml  | 12 
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/fhem/fhem-0.ebuild
 create mode 100644 acct-group/fhem/metadata.xml

diff --git a/acct-group/fhem/fhem-0.ebuild b/acct-group/fhem/fhem-0.ebuild
new file mode 100644
index 000..ada06e5d9d5
--- /dev/null
+++ b/acct-group/fhem/fhem-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the FHEM perl server for house automation"
+
+ACCT_GROUP_ID="491"
diff --git a/acct-group/fhem/metadata.xml b/acct-group/fhem/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/fhem/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




Re: [gentoo-dev] [PATCH v2 2/2] acct-user/fhem: New user for app-misc/fhem

2019-08-04 Thread Michael Orlitzky
On 8/4/19 2:02 PM, Conrad Kostecki wrote:
> +
> +ACCT_USER_GROUPS=( "fhem" )
> +ACCT_USER_HOME="/opt/fhem"
> +ACCT_USER_HOME_OWNER="fhem:fhem"

Same comment for the rest of these.



Re: [gentoo-dev] [PATCH 2/2] acct-user/minecraft: New user for games-server/minecraft-server

2019-08-04 Thread Michael Orlitzky
On 8/4/19 2:07 PM, Conrad Kostecki wrote:
> +
> +ACCT_USER_GROUPS=( "minecraft" )
> +ACCT_USER_HOME="/var/lib/minecraft-server"
> +ACCT_USER_HOME_OWNER="minecraft:minecraft"

You don't have to set ACCT_USER_HOME_OWNER here. That ownership is the
common case, so the eclass will do the right thing for you and set it by
default. From acct-user.eclass:

  if [[ ${ACCT_USER_HOME} != /dev/null ]]; then
# default ownership to user:group
if [[ -z ${ACCT_USER_HOME_OWNER} ]]; then
ACCT_USER_HOME_OWNER=${ACCT_USER_NAME}:${ACCT_USER_GROUPS[0]}
fi
fowners "${ACCT_USER_HOME_OWNER}" "${ACCT_USER_HOME}"
fperms "${ACCT_USER_HOME_PERMS}" "${ACCT_USER_HOME}"
  fi



[gentoo-dev] [PATCH 2/2] acct-user/unifi: New user for net-wireless/unifi

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/unifi/metadata.xml   | 22 ++
 acct-user/unifi/unifi-0.ebuild | 15 +++
 2 files changed, 37 insertions(+)
 create mode 100644 acct-user/unifi/metadata.xml
 create mode 100644 acct-user/unifi/unifi-0.ebuild

diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml
new file mode 100644
index 000..57ba2066974
--- /dev/null
+++ b/acct-user/unifi/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   bkoh...@gentoo.org
+   Ben Kohler
+   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   UniFi is a management controller software for Ubiquiti UniFi 
APs.
+   It's purpose is to configure and monitor all those APs.
+   Also all kind of statistics are collected, which can be 
accessed through UniFi.
+   There is also an internal RADIUS server, which can be used for 
WPA2-Enterprise.
+   
+
diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild
new file mode 100644
index 000..0f750e70188
--- /dev/null
+++ b/acct-user/unifi/unifi-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the UniFi Controller"
+
+ACCT_USER_GROUPS=( "unifi" )
+ACCT_USER_HOME="/var/lib/unifi"
+ACCT_USER_HOME_OWNER="unifi:unifi"
+ACCT_USER_ID="113"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/unifi: New group for net-wireless/unifi

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/unifi/metadata.xml   | 22 ++
 acct-group/unifi/unifi-0.ebuild | 10 ++
 2 files changed, 32 insertions(+)
 create mode 100644 acct-group/unifi/metadata.xml
 create mode 100644 acct-group/unifi/unifi-0.ebuild

diff --git a/acct-group/unifi/metadata.xml b/acct-group/unifi/metadata.xml
new file mode 100644
index 000..57ba2066974
--- /dev/null
+++ b/acct-group/unifi/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   bkoh...@gentoo.org
+   Ben Kohler
+   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   UniFi is a management controller software for Ubiquiti UniFi 
APs.
+   It's purpose is to configure and monitor all those APs.
+   Also all kind of statistics are collected, which can be 
accessed through UniFi.
+   There is also an internal RADIUS server, which can be used for 
WPA2-Enterprise.
+   
+
diff --git a/acct-group/unifi/unifi-0.ebuild b/acct-group/unifi/unifi-0.ebuild
new file mode 100644
index 000..c95cd4f4b1b
--- /dev/null
+++ b/acct-group/unifi/unifi-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the UniFi controller"
+
+ACCT_GROUP_ID="113"
-- 
2.22.0




[gentoo-dev] [PATCH 2/2] acct-user/spectrum: New user for net-im/spectrum2

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/spectrum/metadata.xml  | 12 
 acct-user/spectrum/spectrum-0.ebuild | 15 +++
 2 files changed, 27 insertions(+)
 create mode 100644 acct-user/spectrum/metadata.xml
 create mode 100644 acct-user/spectrum/spectrum-0.ebuild

diff --git a/acct-user/spectrum/metadata.xml b/acct-user/spectrum/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/spectrum/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/spectrum/spectrum-0.ebuild 
b/acct-user/spectrum/spectrum-0.ebuild
new file mode 100644
index 000..1153624c369
--- /dev/null
+++ b/acct-user/spectrum/spectrum-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the Spectrum messaging transport"
+
+ACCT_USER_GROUPS=( "spectrum" )
+ACCT_USER_HOME="/var/lib/spectrum2"
+ACCT_USER_HOME_OWNER="spectrum:spectrum"
+ACCT_USER_ID="486"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/spectrum: New group for net-im/spectrum2

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/spectrum/metadata.xml  | 12 
 acct-group/spectrum/spectrum-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/spectrum/metadata.xml
 create mode 100644 acct-group/spectrum/spectrum-0.ebuild

diff --git a/acct-group/spectrum/metadata.xml b/acct-group/spectrum/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/spectrum/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/spectrum/spectrum-0.ebuild 
b/acct-group/spectrum/spectrum-0.ebuild
new file mode 100644
index 000..fdd5fc0e0ec
--- /dev/null
+++ b/acct-group/spectrum/spectrum-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Spectrum messaging transport"
+
+ACCT_GROUP_ID="486"
-- 
2.22.0




[gentoo-dev] [PATCH 2/2] acct-user/ddclient: New user for net-dns/ddclient

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/ddclient/ddclient-0.ebuild | 13 +
 acct-user/ddclient/metadata.xml  | 12 
 2 files changed, 25 insertions(+)
 create mode 100644 acct-user/ddclient/ddclient-0.ebuild
 create mode 100644 acct-user/ddclient/metadata.xml

diff --git a/acct-user/ddclient/ddclient-0.ebuild 
b/acct-user/ddclient/ddclient-0.ebuild
new file mode 100644
index 000..ecc4a3260c0
--- /dev/null
+++ b/acct-user/ddclient/ddclient-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the dynamic DNS client"
+
+ACCT_USER_GROUPS=( "ddclient" )
+ACCT_USER_ID="487"
+
+acct-user_add_deps
diff --git a/acct-user/ddclient/metadata.xml b/acct-user/ddclient/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/ddclient/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/ddclient: New group for net-dns/ddclient

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/ddclient/ddclient-0.ebuild | 10 ++
 acct-group/ddclient/metadata.xml  | 12 
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/ddclient/ddclient-0.ebuild
 create mode 100644 acct-group/ddclient/metadata.xml

diff --git a/acct-group/ddclient/ddclient-0.ebuild 
b/acct-group/ddclient/ddclient-0.ebuild
new file mode 100644
index 000..346a067ebc3
--- /dev/null
+++ b/acct-group/ddclient/ddclient-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the dynamic DNS client"
+
+ACCT_GROUP_ID="487"
diff --git a/acct-group/ddclient/metadata.xml b/acct-group/ddclient/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/ddclient/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/steamcmd: New group for games-server/steamcmd

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/steamcmd/metadata.xml  | 12 
 acct-group/steamcmd/steamcmd-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/steamcmd/metadata.xml
 create mode 100644 acct-group/steamcmd/steamcmd-0.ebuild

diff --git a/acct-group/steamcmd/metadata.xml b/acct-group/steamcmd/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/steamcmd/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/steamcmd/steamcmd-0.ebuild 
b/acct-group/steamcmd/steamcmd-0.ebuild
new file mode 100644
index 000..a38c0e77195
--- /dev/null
+++ b/acct-group/steamcmd/steamcmd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the SteamCMD server"
+
+ACCT_GROUP_ID="489"
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/teamspeak: New group for media-sound/teamspeak-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/teamspeak/metadata.xml   | 12 
 acct-group/teamspeak/teamspeak-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/teamspeak/metadata.xml
 create mode 100644 acct-group/teamspeak/teamspeak-0.ebuild

diff --git a/acct-group/teamspeak/metadata.xml 
b/acct-group/teamspeak/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/teamspeak/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/teamspeak/teamspeak-0.ebuild 
b/acct-group/teamspeak/teamspeak-0.ebuild
new file mode 100644
index 000..fec76a40b4b
--- /dev/null
+++ b/acct-group/teamspeak/teamspeak-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the TeamSpeak server"
+
+ACCT_GROUP_ID="488"
-- 
2.22.0




[gentoo-dev] [PATCH 2/2] acct-user/teamspeak: New user for teamspeak-server/teamspeak-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/teamspeak/metadata.xml   | 12 
 acct-user/teamspeak/teamspeak-0.ebuild | 15 +++
 2 files changed, 27 insertions(+)
 create mode 100644 acct-user/teamspeak/metadata.xml
 create mode 100644 acct-user/teamspeak/teamspeak-0.ebuild

diff --git a/acct-user/teamspeak/metadata.xml b/acct-user/teamspeak/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/teamspeak/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/teamspeak/teamspeak-0.ebuild 
b/acct-user/teamspeak/teamspeak-0.ebuild
new file mode 100644
index 000..d9d650efcfb
--- /dev/null
+++ b/acct-user/teamspeak/teamspeak-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the TeamSpeak server"
+
+ACCT_USER_GROUPS=( "teamspeak" )
+ACCT_USER_HOME="/opt/teamspeak3-server"
+ACCT_USER_HOME_OWNER="teamspeak:teamspeak"
+ACCT_USER_ID="488"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/steamcmd: New group for games-server/steamcmd

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/steamcmd/metadata.xml  | 12 
 acct-group/steamcmd/steamcmd-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/steamcmd/metadata.xml
 create mode 100644 acct-group/steamcmd/steamcmd-0.ebuild

diff --git a/acct-group/steamcmd/metadata.xml b/acct-group/steamcmd/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/steamcmd/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/steamcmd/steamcmd-0.ebuild 
b/acct-group/steamcmd/steamcmd-0.ebuild
new file mode 100644
index 000..a38c0e77195
--- /dev/null
+++ b/acct-group/steamcmd/steamcmd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the SteamCMD server"
+
+ACCT_GROUP_ID="489"
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/minecraft: New group for games-server/minecraft-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/minecraft/metadata.xml   | 12 
 acct-group/minecraft/minecraft-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/minecraft/metadata.xml
 create mode 100644 acct-group/minecraft/minecraft-0.ebuild

diff --git a/acct-group/minecraft/metadata.xml 
b/acct-group/minecraft/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/minecraft/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-group/minecraft/minecraft-0.ebuild 
b/acct-group/minecraft/minecraft-0.ebuild
new file mode 100644
index 000..4b075b5967f
--- /dev/null
+++ b/acct-group/minecraft/minecraft-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Minecraft server"
+
+ACCT_GROUP_ID="490"
-- 
2.22.0




[gentoo-dev] [PATCH 2/2] acct-user/minecraft: New user for games-server/minecraft-server

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/minecraft/metadata.xml   | 12 
 acct-user/minecraft/minecraft-0.ebuild | 15 +++
 2 files changed, 27 insertions(+)
 create mode 100644 acct-user/minecraft/metadata.xml
 create mode 100644 acct-user/minecraft/minecraft-0.ebuild

diff --git a/acct-user/minecraft/metadata.xml b/acct-user/minecraft/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/minecraft/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
diff --git a/acct-user/minecraft/minecraft-0.ebuild 
b/acct-user/minecraft/minecraft-0.ebuild
new file mode 100644
index 000..0f8f6295f52
--- /dev/null
+++ b/acct-user/minecraft/minecraft-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the Minecraft server"
+
+ACCT_USER_GROUPS=( "minecraft" )
+ACCT_USER_HOME="/var/lib/minecraft-server"
+ACCT_USER_HOME_OWNER="minecraft:minecraft"
+ACCT_USER_ID="490"
+
+acct-user_add_deps
-- 
2.22.0




[gentoo-dev] [PATCH v2 1/2] acct-group/fhem: New group for app-misc/fhem

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/fhem/fhem-0.ebuild | 10 ++
 acct-group/fhem/metadata.xml  | 12 
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/fhem/fhem-0.ebuild
 create mode 100644 acct-group/fhem/metadata.xml

diff --git a/acct-group/fhem/fhem-0.ebuild b/acct-group/fhem/fhem-0.ebuild
new file mode 100644
index 000..ada06e5d9d5
--- /dev/null
+++ b/acct-group/fhem/fhem-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the FHEM perl server for house automation"
+
+ACCT_GROUP_ID="491"
diff --git a/acct-group/fhem/metadata.xml b/acct-group/fhem/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/fhem/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




[gentoo-dev] [PATCH v2 2/2] acct-user/fhem: New user for app-misc/fhem

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/fhem/fhem-0.ebuild | 15 +++
 acct-user/fhem/metadata.xml  | 12 
 2 files changed, 27 insertions(+)
 create mode 100644 acct-user/fhem/fhem-0.ebuild
 create mode 100644 acct-user/fhem/metadata.xml

diff --git a/acct-user/fhem/fhem-0.ebuild b/acct-user/fhem/fhem-0.ebuild
new file mode 100644
index 000..fe6968feab9
--- /dev/null
+++ b/acct-user/fhem/fhem-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the FHEM perl server for house automation"
+
+ACCT_USER_GROUPS=( "fhem" )
+ACCT_USER_HOME="/opt/fhem"
+ACCT_USER_HOME_OWNER="fhem:fhem"
+ACCT_USER_ID="491"
+
+acct-user_add_deps
diff --git a/acct-user/fhem/metadata.xml b/acct-user/fhem/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/fhem/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




Re[2]: [gentoo-dev] [PATCH 2/2] acct-user/fhem: New user for app-misc/fhem

2019-08-04 Thread Conrad Kostecki

Am 04.08.2019 19:01:19, "Ulrich Mueller"  schrieb:


 On Sun, 04 Aug 2019, Conrad Kostecki wrote:



 +DESCRIPTION="An user for the FHEM perl server for house automation"


s/An user/A user/

Will fix it, thanks.





 +ACCT_USER_ID="489"


Any particular rationale for this ID? AFAICS, the next available one
would be 491 (if we reserve 492 and 493 for oprofile and oidentd, in
order to agree with Arch Linux).

No reason. I can start with 491 too. Will submit again.




Re: [gentoo-dev] [PATCH 2/2] acct-user/fhem: New user for app-misc/fhem

2019-08-04 Thread Ulrich Mueller
> On Sun, 04 Aug 2019, Conrad Kostecki wrote:

> +DESCRIPTION="An user for the FHEM perl server for house automation"

s/An user/A user/

> +ACCT_USER_ID="489"

Any particular rationale for this ID? AFAICS, the next available one
would be 491 (if we reserve 492 and 493 for oprofile and oidentd, in
order to agree with Arch Linux).

Ulrich


signature.asc
Description: PGP signature


Re: [gentoo-dev] [PATCH] glep-0067: Add 'proxied' and 'watcher' maint types

2019-08-04 Thread Ulrich Mueller
> On Sat, 03 Aug 2019, Michał Górny wrote:

>> Upstream developers can be listed already now in the 
>> description (per GLEP 68). Should they be listed twice now, only to
>> indicate that they are to be CCed on bugs?

> This is happening already.  I'm not saying it's perfect but I don't see
> anyone working on a better solution either.

> And yes, I'm talking about real life situation when the only
>  in the package left was this 'upstream watcher'.
> I suppose an alternative solution there would be to return to explicit
> logical marking as .

Many metadata files have that anyway as a comment, which is far from
perfect. So yes, I'd say that explicit  is better
than .

Alternatively, how about calling that type "upstream" instead of
"watcher"?

Ulrich


signature.asc
Description: PGP signature


[gentoo-dev] [PATCH 2/2] acct-user/fhem: New user for app-misc/fhem

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-user/fhem/fhem-0.ebuild | 16 
 acct-user/fhem/metadata.xml  | 12 
 2 files changed, 28 insertions(+)
 create mode 100644 acct-user/fhem/fhem-0.ebuild
 create mode 100644 acct-user/fhem/metadata.xml

diff --git a/acct-user/fhem/fhem-0.ebuild b/acct-user/fhem/fhem-0.ebuild
new file mode 100644
index 000..3aa516d84a7
--- /dev/null
+++ b/acct-user/fhem/fhem-0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="An user for the FHEM perl server for house automation"
+
+ACCT_USER_GROUPS=( "fhem" )
+ACCT_USER_HOME="/opt/fhem"
+ACCT_USER_HOME_OWNER="fhem:fhem"
+ACCT_USER_HOME_PERMS="0770"
+ACCT_USER_ID="489"
+
+acct-user_add_deps
diff --git a/acct-user/fhem/metadata.xml b/acct-user/fhem/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-user/fhem/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




[gentoo-dev] [PATCH 1/2] acct-group/fhem: New group for app-misc/fhem

2019-08-04 Thread Conrad Kostecki
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki 
---
 acct-group/fhem/fhem-0.ebuild | 10 ++
 acct-group/fhem/metadata.xml  | 12 
 2 files changed, 22 insertions(+)
 create mode 100644 acct-group/fhem/fhem-0.ebuild
 create mode 100644 acct-group/fhem/metadata.xml

diff --git a/acct-group/fhem/fhem-0.ebuild b/acct-group/fhem/fhem-0.ebuild
new file mode 100644
index 000..66c295c7aba
--- /dev/null
+++ b/acct-group/fhem/fhem-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the FHEM perl server for house automation"
+
+ACCT_GROUP_ID="489"
diff --git a/acct-group/fhem/metadata.xml b/acct-group/fhem/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/acct-group/fhem/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
-- 
2.22.0




Re: [gentoo-dev] [PATCH] glep-0067: Add 'proxied' and 'watcher' maint types

2019-08-04 Thread Jaco Kroon

Hi

On 2019/08/03 01:19, Jonas Stein wrote:

On 02/08/2019 22.55, Michał Górny wrote:

Add two new maintainer types: 'proxied' for proxied maintainers,
and 'watcher' for people who wish to be CC-ed on bugs but are not
maintainers (e.g. upstream developers).

Can't we solve this simply in the bug tracker? The monitor setting of a
user does not belong into the tree.


The upstream maintainer and all other "watchers" have no write access to
the tree so they will consume manpower in adding and removing their
contacts to packages.

The perfect solution would be that any user can add a watch filter to
my-cat/mypkg in the bugtracker.

Between 2018-01-01 and 2018-12-31 we received and assigned 31280 bugs.
I am no fan of the descriptions in the form "please CC: If the bug is
about x but not y and the moon is in the third house of the lion"

This consumes extra time for every assignment and prevents automagic
assignment in future. We should rather keep it simple instead of
extending the options.


I agree.  I was just thinking "I'd like to watch certain packages, be 
aware of commits et al, but not get involved in ongoing stuff" too.


The rule should be simple:  CC me on any bugs to this list of packages.

I can then unsub myself from individual bugs I don't care about.

Then there are packages that have changed in the past unexpectedly and 
bit me (badly sometimes), so on those I'd like to know about any commit 
going in.  Guess I can set up a git pull + filter myself there, but if 
this is done upstream then it can work for everyone, and not waste 
duplication effort.


Kind Regards,
Jaco




Re: [gentoo-dev] dynamic groups and users

2019-08-04 Thread Jaco Kroon

Hi Michał,

On 2019/08/02 19:06, Michał Górny wrote:

On Fri, 2019-08-02 at 12:24 -0400, Michael Orlitzky wrote:

On 8/2/19 11:58 AM, Michał Górny wrote:

Given that overlays won't do proper assignment, the numbers they choose
may collide with numbers used in ::gentoo.  Forcing explicit assignment
from dynamic range is cleaner in that regard.


I think it would be cleanest to leave the hacks in the overlay, and set
the desired ID to either 999 or a random number like floppym suggested.
The meaning of RANDOM is even more clear than "-1", and doesn't require
us to add both the code that's dead-on-arrival and the CI check to
ensure that it stays that way. But you're the one who's maintaining it
now so I won't argue.


I suppose setting it to 999 would also serve the purpose.  Jaco, do you
agree?


No objections.

999 I think is probably as good a reserved "don't care" number as any, 
since really the first dynamic allocation will already use that.


Kind Regards,
Jaco




[gentoo-dev] Re: [PATCH 1/2] acct-group/unrealircd: new group (495)

2019-08-04 Thread Michael Palimaka

On 8/4/19 10:36 PM, Hasan Calisir wrote:

Thank you.

FYI

https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment

439 ldap fixed id used in old packages
450 firebird fixed id used in old packages
495 gvm assignment requested
*496 strelaysrv acct-group/strelaysrv*
497 stdiscosrv acct-group/stdiscosrv
498 burp acct-group/burp
499 syncthing acct-group/syncthing


On 8/4/19 8:00 PM, Hasan ÇALIŞIR wrote:

I have a request waiting for "gvm" user on ID 495 ??

https://github.com/gentoo/gentoo/pull/12609


I have updated my local branch to use 496 instead.



Thanks! I'm clearly having a bad day today.

Local branch updated to *494*.



Re: [gentoo-dev] Re: [PATCH 1/2] acct-group/unrealircd: new group (495)

2019-08-04 Thread Hasan Calisir
Thank you.  

FYI 


https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment


439 ldap fixed id used in old packages 
450 firebird fixed id used in old packages 
495 gvm assignment requested 
496 STRELAYSRV ACCT-GROUP/STRELAYSRV 
497 stdiscosrv acct-group/stdiscosrv 
498 burp acct-group/burp 
499 syncthing acct-group/syncthing


On 8/4/19 8:00 PM, Hasan ÇALIŞIR wrote: 


I have a request waiting for "gvm" user on ID 495 ??

https://github.com/gentoo/gentoo/pull/12609


I have updated my local branch to use 496 instead.

signature.asc
Description: OpenPGP digital signature


[gentoo-dev] Re: [PATCH 1/2] acct-group/unrealircd: new group (495)

2019-08-04 Thread Michael Palimaka

On 8/4/19 8:00 PM, Hasan ÇALIŞIR wrote:

I have a request waiting for "gvm" user on ID 495 ??

https://github.com/gentoo/gentoo/pull/12609


I have updated my local branch to use 496 instead.



Re: [gentoo-dev] [PATCH 1/2] acct-group/unrealircd: new group (495)

2019-08-04 Thread Hasan ÇALIŞIR
I have a request waiting for "gvm" user on ID 495 ??https://github.com/gentoo/gentoo/pull/126094 Ağu 2019 12:31 tarihinde Michael Palimaka  yazdı:Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Palimaka 
---
 acct-group/unrealircd/metadata.xml    | 7 +++
 acct-group/unrealircd/unrealircd-0.ebuild | 8 
 2 files changed, 15 insertions(+)
 create mode 100644 acct-group/unrealircd/metadata.xml
 create mode 100644 acct-group/unrealircd/unrealircd-0.ebuild

diff --git a/acct-group/unrealircd/metadata.xml b/acct-group/unrealircd/metadata.xml
new file mode 100644
index 000..69570e84932
--- /dev/null
+++ b/acct-group/unrealircd/metadata.xml
@@ -0,0 +1,7 @@
+
+
+
+	
+		kensing...@gentoo.org
+	
+
diff --git a/acct-group/unrealircd/unrealircd-0.ebuild b/acct-group/unrealircd/unrealircd-0.ebuild
new file mode 100644
index 000..113279ff302
--- /dev/null
+++ b/acct-group/unrealircd/unrealircd-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=495
-- 
2.21.0





[gentoo-dev] [PATCH 2/2] acct-user/unrealircd: new user (495)

2019-08-04 Thread Michael Palimaka
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Palimaka 
---
 acct-user/unrealircd/metadata.xml|  7 +++
 acct-user/unrealircd/unrealircd-0.ebuild | 11 +++
 2 files changed, 18 insertions(+)
 create mode 100644 acct-user/unrealircd/metadata.xml
 create mode 100644 acct-user/unrealircd/unrealircd-0.ebuild

diff --git a/acct-user/unrealircd/metadata.xml 
b/acct-user/unrealircd/metadata.xml
new file mode 100644
index 000..69570e84932
--- /dev/null
+++ b/acct-user/unrealircd/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   kensing...@gentoo.org
+   
+
diff --git a/acct-user/unrealircd/unrealircd-0.ebuild 
b/acct-user/unrealircd/unrealircd-0.ebuild
new file mode 100644
index 000..3fa0f9074b4
--- /dev/null
+++ b/acct-user/unrealircd/unrealircd-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=495
+ACCT_USER_GROUPS=( unrealircd )
+
+acct-user_add_deps
-- 
2.21.0




[gentoo-dev] [PATCH 1/2] acct-group/unrealircd: new group (495)

2019-08-04 Thread Michael Palimaka
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Palimaka 
---
 acct-group/unrealircd/metadata.xml| 7 +++
 acct-group/unrealircd/unrealircd-0.ebuild | 8 
 2 files changed, 15 insertions(+)
 create mode 100644 acct-group/unrealircd/metadata.xml
 create mode 100644 acct-group/unrealircd/unrealircd-0.ebuild

diff --git a/acct-group/unrealircd/metadata.xml 
b/acct-group/unrealircd/metadata.xml
new file mode 100644
index 000..69570e84932
--- /dev/null
+++ b/acct-group/unrealircd/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   kensing...@gentoo.org
+   
+
diff --git a/acct-group/unrealircd/unrealircd-0.ebuild 
b/acct-group/unrealircd/unrealircd-0.ebuild
new file mode 100644
index 000..113279ff302
--- /dev/null
+++ b/acct-group/unrealircd/unrealircd-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=495
-- 
2.21.0




[gentoo-dev] Packages up for grabs: dev-util/electron, app-eselect/eselect-electron

2019-08-04 Thread Michał Górny
The following packages are now up for grabs due to Elvis going MIA:

app-eselect/eselect-electron
dev-util/electron

The latter has quite a few bugs filed against it [1], and seems not to
be in the newest version either.

[1] https://bugs.gentoo.org/buglist.cgi?quicksearch=dev-util%2Felectron

-- 
Best regards,
Michał Górny



signature.asc
Description: This is a digitally signed message part