Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699850 - acct-group/vdr - A group for the VDR (VideoDiskRecorder)
Summary: acct-group/vdr - A group for the VDR (VideoDiskRecorder)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 688174 glep-81
  Show dependency tree
 
Reported: 2019-11-11 17:09 UTC by Joerg Bornkessel
Modified: 2021-07-23 11:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
initial ebuild (vdr-0.ebuild,200 bytes, text/plain)
2019-11-11 17:09 UTC, Joerg Bornkessel
Details
metadata (metadata.xml,362 bytes, text/xml)
2019-11-11 17:10 UTC, Joerg Bornkessel
Details
metadata with proxy maintainer (metadata.xml,479 bytes, text/xml)
2019-11-12 15:13 UTC, Joerg Bornkessel
Details
ebuild with GID 452, requested on gentoo-dev ML (vdr-0.ebuild,201 bytes, text/plain)
2019-11-12 15:14 UTC, Joerg Bornkessel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.