Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 584694 - dev-lua/busted: add dev-lang/luajit support
Summary: dev-lua/busted: add dev-lang/luajit support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on: 584492
Blocks:
  Show dependency tree
 
Reported: 2016-05-31 23:16 UTC by Coacher
Modified: 2020-11-28 16:17 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 Coacher 2016-05-31 23:16:22 UTC
Hello.

Homepage says:
busted is a unit testing framework with a focus on being easy to use. busted works with lua >= 5.1, moonscript, terra, and LuaJIT >= 2.0.0.

Please add support for luajit in Gentoo.
Comment 1 Larry the Git Cow gentoo-dev 2020-09-30 00:03:45 UTC
The bug has been referenced in the following commit(s):

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

commit f60946ba6398fac3388cb690d6c687b03d7d8d4d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-29 23:53:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-30 00:03:40 +0000

    app-editors/neovim: bump to 0.4.4
    
    * Bump to 0.4.4
    * Pave the way for tests, but we can't yet because
      dev-lua/busted lacks luajit support (needed for tests).
    * Make LTO optional.
    
    Bug: https://bugs.gentoo.org/584694
    Closes: https://bugs.gentoo.org/744184
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/neovim/Manifest            |  1 +
 app-editors/neovim/metadata.xml        |  1 +
 app-editors/neovim/neovim-0.4.3.ebuild |  4 --
 app-editors/neovim/neovim-0.4.4.ebuild | 99 ++++++++++++++++++++++++++++++++++
 app-editors/neovim/neovim-9999.ebuild  | 22 +++++---
 5 files changed, 116 insertions(+), 11 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-11-28 16:17:29 UTC
The bug has been closed via the following commit(s):

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

commit d089d1b7118de53261993cec0cac16dc75b4053d
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-11-28 16:15:50 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-11-28 16:16:42 +0000

    dev-lua/busted: migrate to lua eclass
    
    Also adding tests.
    
    Bug: https://bugs.gentoo.org/628758
    Closes: https://bugs.gentoo.org/584694
    Closes: https://bugs.gentoo.org/752921
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/busted/busted-2.0.0-r100.ebuild | 63 +++++++++++++++++++++++++++++++++
 dev-lua/busted/metadata.xml             |  6 +++-
 profiles/package.mask                   |  1 +
 3 files changed, 69 insertions(+), 1 deletion(-)