summaryrefslogtreecommitdiff
path: root/dev-lua/luaposix
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-12 13:33:28 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-12 13:33:28 +0200
commit2ba9c6b7d5a9796b57bcdbff73efe570d65b9a0b (patch)
tree7f65335a249b2ba05a0216a92d07996dfb390a3d /dev-lua/luaposix
parent114932c5a85e316bfc647860c9064f8a09e93305 (diff)
downloadgentoo-personal-overlay-2ba9c6b7d5a9796b57bcdbff73efe570d65b9a0b.tar.gz
gentoo-personal-overlay-2ba9c6b7d5a9796b57bcdbff73efe570d65b9a0b.tar.bz2
gentoo-personal-overlay-2ba9c6b7d5a9796b57bcdbff73efe570d65b9a0b.zip
Try to fix luaposix
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r--dev-lua/luaposix/Manifest1
-rw-r--r--dev-lua/luaposix/luaposix-34.0.4.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest
new file mode 100644
index 0000000..26cc516
--- /dev/null
+++ b/dev-lua/luaposix/Manifest
@@ -0,0 +1 @@
+DIST luaposix-34.0.4.tar.gz 175204 BLAKE2B 4ecbf0c222d95c42d2e4f14aca318c18f6fbc585084de0149201295e9c3f4789d3fdcb23991d0c969560701eb75506905390f9388679e53fd6bc79da78a82f8f SHA512 d97690d3a9dd1941ab8c1e94627cafadff19080c2f6633ce363b2f3a33b76f856ce1f55acaa916254d094179e4ffd130ab7caa30e3b930d04219740967494f55
diff --git a/dev-lua/luaposix/luaposix-34.0.4.ebuild b/dev-lua/luaposix/luaposix-34.0.4.ebuild
new file mode 100644
index 0000000..0c940da
--- /dev/null
+++ b/dev-lua/luaposix/luaposix-34.0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Bindings for POSIX APIs"
+HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luaposix"
+SRC_URI="https://github.com/luaposix/luaposix/archive/release-v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ dev-lang/lua:0=
+ dev-lang/lua-compat[bit32]"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${PN}-release-v${PV}