Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 752543 - app-emulation/libguestfs: migrate to lua eclasses
Summary: app-emulation/libguestfs: migrate to lua eclasses
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slotted-lua
  Show dependency tree
 
Reported: 2020-11-03 15:35 UTC by Marek Szuba
Modified: 2020-12-09 00:52 UTC (History)
1 user (show)

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 Marek Szuba archtester gentoo-dev 2020-11-03 15:35:38 UTC
In order for Gentoo Linux to properly support side-by-side installation of
different versions of Lua (including LuaJIT), please migrate this package as
to lua.eclass (for packages which should support multiple Lua implementations
at the same time, i.e. most likely Lua modules) or lua-single.eclass (for
packages which only have to support one Lua implementation at a time). For
details, consult documentation of respective eclasses as well as
already-migrated ebuilds in the tree.

Please note that since slotted dev-lang/lua is currently masked, your
migrated ebuilds should be masked as well. There is a section of package.mask,
created in September 2020, which you can use for this purpose so that it will
be easier in the future to unmask them all in one go.

Thank you in advance for your effort!
Comment 1 Richard Jones 2020-11-03 16:19:27 UTC
Is this downstream only or does it need changes/help upstream?
Comment 2 Larry the Git Cow gentoo-dev 2020-12-09 00:52:59 UTC
The bug has been closed via the following commit(s):

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

commit e94ec6a069afb8b913d076cf9f93427860194bba
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-12-09 00:47:32 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-12-09 00:52:51 +0000

    app-emulation/libguestfs: migrate to lua-single.eclass
    
    Simple-impl for now because making this multi-impl will require jumping
    through some hoops. Unclear which Lua versions are supported so play it
    safe and stick with what the unmigrated ebuilds support, i.e. lua5.1.
    
    Explicitly invoking maintainer time-out on this one.
    
    Closes: https://bugs.gentoo.org/752543
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 .../libguestfs/libguestfs-1.38.6-r100.ebuild       | 181 +++++++++++++++++++++
 profiles/package.mask                              |   1 +
 2 files changed, 182 insertions(+)