summaryrefslogtreecommitdiff
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
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
-rw-r--r--dev-lua/luaposix/Manifest1
-rw-r--r--dev-lua/luaposix/luaposix-34.0.4.ebuild18
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}"