diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 21:16:06 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:55:33 +0100 |
commit | 25d709258d5219d902cc04c8e9374eb6efb4a6c1 (patch) | |
tree | d5e6bf31083a9c95867476b0181a4b3f11ebebe5 /dev-lua/inifile | |
parent | dev-lua/inifile: update EAPI 7 -> 8 (diff) | |
download | gentoo-25d709258d5219d902cc04c8e9374eb6efb4a6c1.tar.gz gentoo-25d709258d5219d902cc04c8e9374eb6efb4a6c1.tar.bz2 gentoo-25d709258d5219d902cc04c8e9374eb6efb4a6c1.zip |
dev-lua/inifile: drop 1.0-r100
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/inifile')
-rw-r--r-- | dev-lua/inifile/inifile-1.0-r100.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-lua/inifile/inifile-1.0-r100.ebuild b/dev-lua/inifile/inifile-1.0-r100.ebuild deleted file mode 100644 index f8a98461d83c..000000000000 --- a/dev-lua/inifile/inifile-1.0-r100.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) -MY_PV="${PV/_p/-}" - -inherit lua - -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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND="${LUA_DEPS}" -BDEPEND="virtual/pkgconfig" - -lua_src_install() { - insinto $(lua_get_lmod_dir) - doins inifile.lua -} - -src_install() { - lua_foreach_impl lua_src_install -} |