package/lunit: remove package
authorFrancois Perrad <fperrad@gmail.com>
Wed, 3 Apr 2019 13:06:09 +0000 (15:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 3 Apr 2019 19:35:46 +0000 (21:35 +0200)
it was replaced by its fork lunitx which supports all versions of Lua.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Config.in.legacy
package/Config.in
package/lunit/Config.in [deleted file]
package/lunit/lunit.hash [deleted file]
package/lunit/lunit.mk [deleted file]

index cafa1c06740fd8e65b0eb7b065a9a920734ddfa0..ec5079da65148d5f3fc09d9ae385d1c7cd24d5e9 100644 (file)
@@ -146,6 +146,14 @@ endif
 
 comment "Legacy options removed in 2019.05"
 
+config BR2_PACKAGE_LUNIT
+       bool "lunit package removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_LUA_LUNITX
+       help
+         The lunit package was removed in favor of its fork lunitx,
+         which supports all versions of Lua.
+
 config BR2_PACKAGE_FFMPEG_FFSERVER
        bool "ffmpeg ffserver removed"
        select BR2_LEGACY
index 287f3493be689608e040e57105371d414be4186f..6fd047ec8c8ee2ef9a626a34f1222e01e1d21ab5 100644 (file)
@@ -649,7 +649,6 @@ menu "Lua libraries/modules"
        source "package/luasocket/Config.in"
        source "package/luasql-sqlite3/Config.in"
        source "package/lua-valua/Config.in"
-       source "package/lunit/Config.in"
        source "package/lutok/Config.in"
        source "package/luv/Config.in"
        source "package/luvi/Config.in"
diff --git a/package/lunit/Config.in b/package/lunit/Config.in
deleted file mode 100644 (file)
index d6c2c6b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_LUNIT
-       bool "lunit"
-       depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
-       help
-         A unit testing framework for Lua.
-
-         http://www.mroth.net/lunit/
-
-comment "lunit needs a Lua 5.1 interpreter"
-       depends on !BR2_PACKAGE_LUA_5_1
-       depends on !BR2_PACKAGE_LUAJIT
diff --git a/package/lunit/lunit.hash b/package/lunit/lunit.hash
deleted file mode 100644 (file)
index bd168ba..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# computed by luarocks/buildroot
-sha256 b19854c685337ddcec2fe9c22113d2cd14715d52ccd2676abe2fa49b61a2ec4d  lunit-0.5-2.src.rock
-sha256 316317e9e9b7eac811e1be56738e2434fb4a0c39ecd660f3b34dad739bfb3707  lunit-0.5/LICENSE
diff --git a/package/lunit/lunit.mk b/package/lunit/lunit.mk
deleted file mode 100644 (file)
index 34e22db..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-################################################################################
-#
-# lunit
-#
-################################################################################
-
-LUNIT_VERSION = 0.5-2
-LUNIT_LICENSE = MIT
-LUNIT_LICENSE_FILES = $(LUNIT_SUBDIR)/LICENSE
-
-$(eval $(luarocks-package))