diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-24 18:52:29 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-27 20:40:11 +0100 |
commit | 2641f53a7ee934d92d03389ec1159a34aa41f9c5 (patch) | |
tree | 83f2c1414ae7a4e33a6b701fce223bab301097fb /dev-lua | |
parent | dev-lua/dkjson: drop old version (diff) | |
download | gentoo-2641f53a7ee934d92d03389ec1159a34aa41f9c5.tar.gz gentoo-2641f53a7ee934d92d03389ec1159a34aa41f9c5.tar.bz2 gentoo-2641f53a7ee934d92d03389ec1159a34aa41f9c5.zip |
dev-lua/inifile: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/inifile/inifile-1.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-lua/inifile/inifile-1.0.ebuild b/dev-lua/inifile/inifile-1.0.ebuild deleted file mode 100644 index 172de3e5af4f..000000000000 --- 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 -} |