Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 781464 - net-proxy/havp: migrate to GLEP 81
Summary: net-proxy/havp: migrate to GLEP 81
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: glep-81
  Show dependency tree
 
Reported: 2021-04-08 21:07 UTC by Conrad Kostecki
Modified: 2023-07-02 12:48 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 Conrad Kostecki gentoo-dev 2021-04-08 21:07:50 UTC
Current package still uses old 'user' eclass. Please port to GLEP 81.
If you need help, just ask.
Comment 1 Larry the Git Cow gentoo-dev 2021-04-11 13:20:23 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/data/api.git/commit/?id=c248ad7fcd8f92fff1cf62a9c5e4a66c7dd9ddb4

commit c248ad7fcd8f92fff1cf62a9c5e4a66c7dd9ddb4
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-11 13:06:43 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-11 13:06:43 +0000

    uid-gid.txt: add user/group (254) havp
    
    Bug: https://bugs.gentoo.org/781464
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Larry the Git Cow gentoo-dev 2021-04-11 16:26:43 UTC
The bug has been referenced in the following commit(s):

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

commit 3a20e8cb407ea6c2af84ad532185cf3271d0e45f
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-11 16:09:00 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-11 16:26:01 +0000

    acct-user/havp: add user for net-proxy/havp
    
    Bug: https://bugs.gentoo.org/781464
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 acct-user/havp/havp-0.ebuild | 14 ++++++++++++++
 acct-user/havp/metadata.xml  |  5 +++++
 2 files changed, 19 insertions(+)

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

commit 67da5c89737ddddf0e4176362dae1e9b1f892197
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-11 16:06:50 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-11 16:26:00 +0000

    acct-group/havp: add group for net-proxy/havp
    
    Bug: https://bugs.gentoo.org/781464
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 acct-group/havp/havp-0.ebuild | 10 ++++++++++
 acct-group/havp/metadata.xml  |  5 +++++
 2 files changed, 15 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-04-17 19:20:25 UTC
The bug has been closed via the following commit(s):

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

commit 2acde7b9b35942d9f4f414cb5f0ffe8bfff774c9
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-17 18:57:43 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-17 19:19:37 +0000

    net-proxy/havp: migrate to glep 81
    
    Closes: https://bugs.gentoo.org/781464
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-proxy/havp/havp-0.92a-r3.ebuild | 81 +++++++++++++++++++++++++++++++++++++
 1 file changed, 81 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2023-07-02 12:48:02 UTC
The bug has been referenced in the following commit(s):

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

commit baa398a3d09023c8b131c716a20ef724b0207e7d
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-06-30 08:53:46 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-07-02 12:47:49 +0000

    acct-user/havp: remove unused variable
    
    The ACCT_HOME_USER should have been ACCT_USER_HOME most probably,
    because pre-GLEP 81 ebuild used
    
       enewuser ${PN} -1 -1 /etc/${PN} ${PN}
    
    However, no one complained about the default /dev/null home in last few
    years. I don't see any signs indicating why /etc/havp should be used.
    Therefore, it seems appropriate to remove the unused variable
    ACCT_HOME_USER.
    
    Bug: https://bugs.gentoo.org/781464
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 acct-user/havp/havp-0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)