diff options
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r-- | dev-lua/luaposix/Manifest | 1 | ||||
-rw-r--r-- | dev-lua/luaposix/luaposix-33.4.0-r1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest deleted file mode 100644 index bf3cf9b..0000000 --- a/dev-lua/luaposix/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST luaposix-33.4.0.tar.gz 643523 BLAKE2B e407363eb6410d2636024371a169eefe8d0bc633b9fcbad6c2e7edb413b4aa0fc681e94b35c9ea39a561ecdcf225af1033ded1c67d87cd57bed2ba3e0d795aab SHA512 3cb78ccb343a55e2bf5b182410e2050356379e8f7a86d42a79853db6198628cae85f9984854f99f41505cb7e4fbb5288e4a46633a6db459649837729af76044c diff --git a/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild b/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild deleted file mode 100644 index 6fb73e9..0000000 --- a/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild +++ /dev/null @@ -1,19 +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/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:= - dev-lua/lua-compat[bit32]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${PN}-release-v${PV} |