summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-12-04 15:17:59 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-12-04 15:35:47 +0100
commit499a825625d1c2b9da5abad58759080a86fdd5cf (patch)
tree0cb39c032430437e072de564e667fb20f7c97c54 /dev-lua/luajson
parentdev-lua/luajson: move slotted lua version to r100 (diff)
downloadgentoo-499a825625d1c2b9da5abad58759080a86fdd5cf.tar.gz
gentoo-499a825625d1c2b9da5abad58759080a86fdd5cf.tar.bz2
gentoo-499a825625d1c2b9da5abad58759080a86fdd5cf.zip
dev-lua/luajson: drop old version
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/luajson')
-rw-r--r--dev-lua/luajson/luajson-1.3.4.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-lua/luajson/luajson-1.3.4.ebuild b/dev-lua/luajson/luajson-1.3.4.ebuild
deleted file mode 100644
index f06cd069d628..000000000000
--- a/dev-lua/luajson/luajson-1.3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} luajit )
-
-inherit lua
-
-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 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="dev-lua/lpeg[${LUA_USEDEP}]"
-
-# Require lunitx, which is not in the tree yet
-RESTRICT="test"
-
-DOCS=( README.md docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt )
-
-# nothing to compile
-src_compile() { :; }
-
-lua_src_install() {
- emake DESTDIR="${ED}" INSTALL_LMOD="$(lua_get_lmod_dir)" install
-}
-
-src_install() {
- lua_foreach_impl lua_src_install
- einstalldocs
-}