Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_LUALOGGING
bool "lualogging"
help
LuaLogging provides a simple API to use logging features in Lua.
Its design was based on log4j. LuaLogging currently supports,
through the use of appenders, console, file, rolling file, email,
socket and SQL outputs.
http://www.keplerproject.org/lualogging/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 6ca3827c4903814626b96011e17ad99b42ecfa983b605aa75bf58f17e90ed58d lualogging-1.3.0-1.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# lualogging
#
################################################################################
LUALOGGING_VERSION = 1.3.0-1
LUALOGGING_SUBDIR = lualogging
LUALOGGING_LICENSE = MIT
LUALOGGING_LICENSE_FILES = $(LUALOGGING_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))