Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 699850

Summary: acct-group/vdr - A group for the VDR (VideoDiskRecorder)
Product: Gentoo Linux Reporter: Joerg Bornkessel <hd_brummy>
Component: New packagesAssignee: Joerg Bornkessel (RETIRED) <hd_brummy>
Status: RESOLVED FIXED    
Severity: normal CC: martin.dummer, vdr
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=781344
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 688174, 701210    
Attachments: initial ebuild
metadata
metadata with proxy maintainer
ebuild with GID 452, requested on gentoo-dev ML

Description Joerg Bornkessel 2019-11-11 17:09:26 UTC
Created attachment 595772 [details]
initial ebuild

new package

please add the new package

acct-group/vdr

this is needed for the next version of media-tv/gentoo-vdr-scripts

this will replace the inherit user eclass

this  will replace the function
pkg_setup() {
    enewgroup vdr

    # Add user vdr to these groups:
    #   video - accessing dvb-devices
    #   audio - playing sound when using software-devices
    #   cdrom - playing dvds/audio-cds ...
    enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
}

in existing gentoo-vdr-scripts ebuild's
Comment 1 Joerg Bornkessel 2019-11-11 17:10:00 UTC
Created attachment 595774 [details]
metadata
Comment 2 Martin Dummer 2019-11-11 23:34:19 UTC
RFC for UID/GID assignment already done. 

See https://archives.gentoo.org/gentoo-dev/message/1c8fa9a10762356b8a468774f77a672a, no objections yet.
Also see https://api.gentoo.org/uid-gid.txt

Proposed UID+GID for vdr is 452+452
Comment 3 Joerg Bornkessel 2019-11-12 15:13:35 UTC
Created attachment 595892 [details]
metadata with proxy maintainer
Comment 4 Joerg Bornkessel 2019-11-12 15:14:34 UTC
Created attachment 595894 [details]
ebuild with GID 452, requested on gentoo-dev ML
Comment 5 Conrad Kostecki gentoo-dev 2021-07-23 11:09:14 UTC
Already done.