summaryrefslogtreecommitdiff
path: root/dev-lua/luajson/luajson-1.3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luajson/luajson-1.3.2.ebuild')
-rw-r--r--dev-lua/luajson/luajson-1.3.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lua/luajson/luajson-1.3.2.ebuild b/dev-lua/luajson/luajson-1.3.2.ebuild
deleted file mode 100644
index cee2aa1cf414..000000000000
--- a/dev-lua/luajson/luajson-1.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="JSON Parser/Constructor for Lua"
-HOMEPAGE="https://www.eharning.us/wiki/luajson/"
-SRC_URI="https://github.com/harningt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips x86"
-IUSE="test"
-
-RDEPEND="|| ( >=dev-lang/lua-5.1 dev-lang/luajit:2 )
- dev-lua/lpeg"
-DEPEND="test? ( dev-lua/luafilesystem )"
-
-# lunit not in the tree yet
-RESTRICT="test"
-
-# nothing to compile
-src_compile() { :; }
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
- dodoc README docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt
-}