diff options
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/Manifest | 1 | ||||
-rw-r--r-- | dev-lua/luaposix/luaposix-34.0.4.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest deleted file mode 100644 index c57373d..0000000 --- a/dev-lua/luaposix/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST luaposix-34.0.4.tar.gz 175194 BLAKE2B 9523982abc9fb808fb597ff55a07b4c55a183a304ed19f8ca3e0ab4db2a2a471ed2d0a432412dd3cde3dc13d86d1a3a067339bb6063433abc13655071e40d083 SHA512 c6399d87d490ab5bc3e220183dc181121fe3ac0d802b6f6400dbe71c491d810b4e705ab098242ac195a0b179b9b22c098072c05b7f8e534a6a60a12931ee1585 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}" |