cosmo: remove broken package

The cosmo package has been marked as broken for two and a half years
now, and nobody cared. Get rid of it.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Arnout Vandecappelle 2017-02-23 18:00:24 +01:00 committed by Thomas Petazzoni
parent a91952ccb2
commit 2c84388663
4 changed files with 0 additions and 23 deletions

View File

@ -527,7 +527,6 @@ menu "Lua libraries/modules"
source "package/argparse/Config.in"
source "package/cgilua/Config.in"
source "package/copas/Config.in"
source "package/cosmo/Config.in"
source "package/coxpcall/Config.in"
source "package/dado/Config.in"
source "package/easydbus/Config.in"

View File

@ -1,10 +0,0 @@
config BR2_PACKAGE_COSMO
bool "cosmo"
# run-time dependency
select BR2_PACKAGE_LPEG
# upstream site does not provide a valid archive
depends on BROKEN
help
Cosmo is a "safe templates" engine for Lua.
http://mascarenhas.github.io/cosmo/

View File

@ -1,2 +0,0 @@
# locally computed
sha256 4e81c1bba7ab3b4633c8d6dadfc8332c59c818829436435b4d5a2ec76adfbb87 cosmo-14.03.04-1.src.rock

View File

@ -1,10 +0,0 @@
################################################################################
#
# cosmo
#
################################################################################
COSMO_VERSION = 14.03.04-1
COSMO_LICENSE = MIT
$(eval $(luarocks-package))