summaryrefslogtreecommitdiff
path: root/dev-lua/luaposix/luaposix-33.4.0-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-04-13 17:13:58 +0200
committerKarel Kočí <cynerd@email.cz>2019-04-13 17:13:58 +0200
commit6807cfe29e606fb1bfd644b6d91c024fc640d734 (patch)
tree31e538b9233f5d639e379c635ff08bc483b75fc9 /dev-lua/luaposix/luaposix-33.4.0-r1.ebuild
parentcb26ad47bcbc6e657248655c9df364b5239e1115 (diff)
downloadgentoo-personal-overlay-6807cfe29e606fb1bfd644b6d91c024fc640d734.tar.gz
gentoo-personal-overlay-6807cfe29e606fb1bfd644b6d91c024fc640d734.tar.bz2
gentoo-personal-overlay-6807cfe29e606fb1bfd644b6d91c024fc640d734.zip
dev-lua: drop all packages
I no longer need those packages.
Diffstat (limited to 'dev-lua/luaposix/luaposix-33.4.0-r1.ebuild')
-rw-r--r--dev-lua/luaposix/luaposix-33.4.0-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
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}