summaryrefslogtreecommitdiff
path: root/dev-lua/luaposix/luaposix-34.0.4.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-12 14:09:29 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-12 14:09:29 +0200
commitb0e4a49d44af75a8d09168eda594e56f73441cf2 (patch)
tree6d2e6a47d51406afc2c2b9739549de6d3b339ac1 /dev-lua/luaposix/luaposix-34.0.4.ebuild
parentbd6cb869f5a946656c6c63e2c3987fd643d5fcc1 (diff)
downloadgentoo-personal-overlay-b0e4a49d44af75a8d09168eda594e56f73441cf2.tar.gz
gentoo-personal-overlay-b0e4a49d44af75a8d09168eda594e56f73441cf2.tar.bz2
gentoo-personal-overlay-b0e4a49d44af75a8d09168eda594e56f73441cf2.zip
Drop new version of luaposix as that required unsupported build system
Diffstat (limited to 'dev-lua/luaposix/luaposix-34.0.4.ebuild')
-rw-r--r--dev-lua/luaposix/luaposix-34.0.4.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-lua/luaposix/luaposix-34.0.4.ebuild b/dev-lua/luaposix/luaposix-34.0.4.ebuild
deleted file mode 100644
index 27a468b..0000000
--- a/dev-lua/luaposix/luaposix-34.0.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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/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-lua/lua-compat[bit32]"
-DEPEND="${RDEPEND}"