From 2641f53a7ee934d92d03389ec1159a34aa41f9c5 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 24 Jan 2021 18:52:29 +0100 Subject: [PATCH] dev-lua/inifile: drop old version Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki --- dev-lua/inifile/inifile-1.0.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 dev-lua/inifile/inifile-1.0.ebuild diff --git a/dev-lua/inifile/inifile-1.0.ebuild b/dev-lua/inifile/inifile-1.0.ebuild deleted file mode 100644 index 172de3e5af4fd..0000000000000 --- a/dev-lua/inifile/inifile-1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PV="${PV/_p/-}" - -inherit toolchain-funcs - -DESCRIPTION="A simple and complete ini parser for Lua" -HOMEPAGE="https://github.com/bartbes/inifile/" -SRC_URI="https://github.com/bartbes/inifile/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="luajit" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND=" - luajit? ( dev-lang/luajit:2 ) - !luajit? ( >=dev-lang/lua-5.1:0= ) -" - -BDEPEND="virtual/pkgconfig" - -src_install() { - insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD $(usex luajit 'luajit' 'lua'))" - doins inifile.lua -}