Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880867 - app-portage/portage-utils: qmerge: set EBUILD_PHASE_FUNC
Summary: app-portage/portage-utils: qmerge: set EBUILD_PHASE_FUNC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords: InVCS, PATCH
Depends on:
Blocks:
 
Reported: 2022-11-11 03:30 UTC by sfrolov
Modified: 2022-12-06 08:22 UTC (History)
0 users

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


Attachments
Sets EBUILD_PHASE_FUNC in qmerge (qmerge-ebuild-phase-func.patch,376 bytes, patch)
2022-11-11 03:30 UTC, sfrolov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sfrolov 2022-11-11 03:30:47 UTC
Created attachment 830711 [details, diff]
Sets EBUILD_PHASE_FUNC in qmerge

EBUILD_PHASE_FUNC is a variable that contains an exact phase function name. It was added in https://bugs.gentoo.org/show_bug.cgi?id=390765

This variable may be useful to access in phase functions, but it is currently not set in qmerge. Patch in attachment sets EBUILD_PHASE_FUNC in qmerge.
Comment 1 Fabian Groffen gentoo-dev 2022-11-11 07:41:09 UTC
looks good
Comment 2 Larry the Git Cow gentoo-dev 2022-11-16 08:59:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=72f679853cbec7a34a358e9c67f70b672ee86bee

commit 72f679853cbec7a34a358e9c67f70b672ee86bee
Author:     sfrolov <sfrolov@google.com>
AuthorDate: 2022-11-16 08:53:37 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-11-16 08:53:37 +0000

    qmerge: set EBUILD_PHASE_FUNC
    
    EBUILD_PHASE_FUNC is a variable that contains an exact phase function
    name. It was added in https://bugs.gentoo.org/show_bug.cgi?id=390765
    
    Bug: https://bugs.gentoo.org/880867
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 qmerge.c | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Larry the Git Cow gentoo-dev 2022-12-06 08:22:38 UTC
The bug has been closed via the following commit(s):

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

commit bed995908f73ac2603ac9153d0f6274c1f13ee61
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2022-12-06 08:20:18 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-12-06 08:22:36 +0000

    app-portage/portage-utils-0.94.4: version bump for #880867
    
    Closes: https://bugs.gentoo.org/880867
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 app-portage/portage-utils/Manifest                 |  1 +
 .../portage-utils/portage-utils-0.94.4.ebuild      | 75 ++++++++++++++++++++++
 2 files changed, 76 insertions(+)