Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907847 - [guru] www-apps/code-server-bin-4.13.0 should support openrc
Summary: [guru] www-apps/code-server-bin-4.13.0 should support openrc
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Leonardo Hernández Hernández
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-04 17:54 UTC by Reva Denis
Modified: 2023-06-10 11:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reva Denis 2023-06-04 17:54:12 UTC
At this moment it has only systemd daemon configs, not openrc one.
Also this package ought to support "systemd" use flag.

Reproducible: Always




/usr/lib/systemd/user/code-server-bin.service
Comment 1 Mike Gilbert gentoo-dev 2023-06-04 18:00:43 UTC
There is no package called www-apps/code-server-bin in the gentoo repository.

Also, we don't add the "systemd" use flag just for systemd unit files.

https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301
Comment 2 Mike Gilbert gentoo-dev 2023-06-04 18:04:45 UTC
I assume you installed this from guru.
Comment 3 Leonardo Hernández Hernández 2023-06-08 04:30:17 UTC
I'll work on this tomorrow.
Comment 4 Larry the Git Cow gentoo-dev 2023-06-10 10:56:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a6e0013d14ed626692045b82795de5a41ccfba8

commit 6a6e0013d14ed626692045b82795de5a41ccfba8
Author:     Leonardo Hernández Hernández <leohdz172@proton.me>
AuthorDate: 2023-06-09 07:19:25 +0000
Commit:     Leonardo Hernández Hernández <leohdz172@proton.me>
CommitDate: 2023-06-09 07:20:15 +0000

    www-apps/code-server-bin: add OpenRC init script
    
    Closes: https://bugs.gentoo.org/907847
    Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>

 .../code-server-bin-4.13.0-r1.ebuild               | 105 +++++++++++++++++++++
 .../code-server-bin/files/code-server-bin.conf     |  13 +++
 www-apps/code-server-bin/files/code-server-bin.rc  |  47 +++++++++
 3 files changed, 165 insertions(+)
Comment 5 Reva Denis 2023-06-10 11:08:21 UTC
Wonderful! Thank you for your business!