summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <git@mva.name>2018-02-16 01:42:44 +0700
committerVadim A. Misbakh-Soloviov <git@mva.name>2018-02-16 01:42:44 +0700
commit3592014ff86df24f1d4a14d8ae1e9757810dab7a (patch)
tree07e0b732d653648fcb29f63c50cf1b0c4e323845
parentlunix: fix (diff)
downloadlua-3592014ff86df24f1d4a14d8ae1e9757810dab7a.tar.gz
lua-3592014ff86df24f1d4a14d8ae1e9757810dab7a.tar.bz2
lua-3592014ff86df24f1d4a14d8ae1e9757810dab7a.zip
raven: fix
-rw-r--r--dev-lua/raven/raven-9999.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/dev-lua/raven/raven-9999.ebuild b/dev-lua/raven/raven-9999.ebuild
index f643fc8..28e89a4 100644
--- a/dev-lua/raven/raven-9999.ebuild
+++ b/dev-lua/raven/raven-9999.ebuild
@@ -24,17 +24,24 @@ RDEPEND="
dev-lua/luaposix
)
"
+# doc? ( dev-lua/ldoc )
DEPEND="
${RDEPEND}
"
DOCS=(README.md)
-HTML_DOCS=(docs/.)
+#HTML_DOCS=(docs/.)
EXAMPLES=(tests/.)
+#all_lua_compile() {
+# use doc && ldoc .
+#}
+#
+#each_lua_compile() { :; }
# Makefile is only used to run tests
+# and ldoc is currently broken
src_compile() { :; }
each_lua_install() {
- dolua raven.lua
+ dolua raven
}