From 035f9005e6a08ff99f67184b5dd445473500c00c Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 25 Jan 2021 14:05:25 +0000 Subject: dev-lua/luajson: remove old Signed-off-by: Marek Szuba --- dev-lua/luajson/Manifest | 1 - dev-lua/luajson/luajson-1.3.3-r1.ebuild | 28 ----------------------- dev-lua/luajson/luajson-1.3.4.ebuild | 39 --------------------------------- 3 files changed, 68 deletions(-) delete mode 100644 dev-lua/luajson/luajson-1.3.3-r1.ebuild delete mode 100644 dev-lua/luajson/luajson-1.3.4.ebuild (limited to 'dev-lua') diff --git a/dev-lua/luajson/Manifest b/dev-lua/luajson/Manifest index 29fa7b008cb7..5f2473690bc4 100644 --- a/dev-lua/luajson/Manifest +++ b/dev-lua/luajson/Manifest @@ -1,2 +1 @@ -DIST luajson-1.3.3.tar.gz 42653 BLAKE2B 2bc7310317a1279906681c2de284dc7b9d50766c0c21c606da746d0e709168e5364c3a821798f3ce423dfdd246162212525c1fee7c13cb5f0999db56d1e5e3c3 SHA512 9b507148afaf59871f97e7cf78ad35dc01497d553699d1d1a928543fad6a375aebc3852da86d51d744f10ab2ec24c7b1d7c380852da8134ae05f2f22f6f200c2 DIST luajson-1.3.4.tar.gz 46941 BLAKE2B 50c8c20c487f92fd19b3e080a87eec58c2cb30d83dfc6acd7aca3f155a04f85a194c069f735a2881e14b0eb3fd3b16e4a75ea625ac81c65b9e25cb1c3601673c SHA512 d24dc8399337b96cde3254a83e5cc1fa995b76f0e1fae54ad91a490f0a6f4c5d0927919320f99d7bc4238ac5529d0ea57435c6be2519fb52e2a83f5005fbc4f7 diff --git a/dev-lua/luajson/luajson-1.3.3-r1.ebuild b/dev-lua/luajson/luajson-1.3.3-r1.ebuild deleted file mode 100644 index 48f67efbcaae..000000000000 --- a/dev-lua/luajson/luajson-1.3.3-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 ~arm64 ~hppa ~mips ppc ppc64 sparc x86" -IUSE="test" - -RDEPEND="|| ( >=dev-lang/lua-5.1:0 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="${EPREFIX}/usr" DESTDIR="${D}" install - dodoc README docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt -} 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 23394e143028..000000000000 --- a/dev-lua/luajson/luajson-1.3.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -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" -IUSE="luajit test" - -# lunit not in the tree yet -RESTRICT="test" - -RDEPEND=" - dev-lua/lpeg - luajit? ( dev-lang/luajit:2 ) - !luajit? ( dev-lang/lua:0 ) -" -BDEPEND=" - virtual/pkgconfig - test? ( dev-lua/luafilesystem ) -" - -DOCS=( README.md docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt ) - -# nothing to compile -src_compile() { :; } - -src_install() { - emake DESTDIR="${ED}" INSTALL_LMOD="$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD $(usex luajit 'luajit' 'lua'))" install - - einstalldocs -} -- cgit v1.2.3-65-gdbad