summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <git@mva.name>2019-01-06 01:47:41 +0700
committerVadim A. Misbakh-Soloviov <git@mva.name>2019-01-06 01:47:41 +0700
commit3cc8b2e8c540c06124d01d9b1c084900c7d02f49 (patch)
tree3203e4c75b26c81d1874e66531efe53e9866eebc /dev-lua/penlight
parentmsgpack: bye (diff)
downloadlua-3cc8b2e8c540c06124d01d9b1c084900c7d02f49.tar.gz
lua-3cc8b2e8c540c06124d01d9b1c084900c7d02f49.tar.bz2
lua-3cc8b2e8c540c06124d01d9b1c084900c7d02f49.zip
moo
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
Diffstat (limited to 'dev-lua/penlight')
-rw-r--r--dev-lua/penlight/penlight-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/penlight/penlight-9999.ebuild b/dev-lua/penlight/penlight-9999.ebuild
index 9ceebc0..ddb5ba6 100644
--- a/dev-lua/penlight/penlight-9999.ebuild
+++ b/dev-lua/penlight/penlight-9999.ebuild
@@ -8,7 +8,7 @@ GITHUB_A="stevedonovan"
inherit lua
-DESCRIPTION="A set of pure Lua libraries focusing on input data handling, functional programming and OS path management."
+DESCRIPTION="Libraries for input handling, functional programming and OS path management."
HOMEPAGE="https://github.com/stevedonovan/Penlight"
LICENSE="MIT"
@@ -23,8 +23,8 @@ DEPEND="
doc? ( dev-lua/ldoc )
"
-HTML_DOCS=(html/.)
-DOCS=(README.md CHANGES.md CONTRIBUTING.md)
+#HTML_DOCS=(html/.)
+DOCS=(README.md CONTRIBUTING.md)
EXAMPLES=(examples/.)
all_lua_compile() {