Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 752903

Summary: dev-lua/luajson: migrate to lua eclasses
Product: Gentoo Linux Reporter: Marek Szuba <marecki>
Component: Current packagesAssignee: Marek Szuba <marecki>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 752612    
Bug Blocks: 657722, 752960    

Description Marek Szuba archtester gentoo-dev 2020-11-03 15:38:02 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 Larry the Git Cow gentoo-dev 2020-11-28 23:07:37 UTC
The bug has been closed via the following commit(s):

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

commit 9477144781ba96c928ac473966ace6d6b5f3b06e
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-11-28 23:02:07 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-11-28 23:07:29 +0000

    dev-lua/luajson: bump to 1.3.4 and migrate to lua.eclass
    
    Can't run tests because they require lunitx (which in turn uses Lake,
    which we haven't got in the tree either) but since upstream says in the
    README which Lua implementations are supported, let's take their word
    for it.
    
    Closes: https://bugs.gentoo.org/752903
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 dev-lua/luajson/Manifest             |  1 +
 dev-lua/luajson/luajson-1.3.4.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 profiles/package.mask                |  1 +
 3 files changed, 39 insertions(+)