diff options
| author | Conrad Kostecki <conikost@gentoo.org> | 2020-11-29 00:57:38 +0100 |
|---|---|---|
| committer | Conrad Kostecki <conikost@gentoo.org> | 2020-11-29 00:59:17 +0100 |
| commit | 79580bac1382aa10ef091c1b01f5da5b69c2aee2 (patch) | |
| tree | 304459fac2f8613ed180a0a01a3de578e0bc9ce9 /dev-lua/lua-utf8/lua-utf8-0.1.1.ebuild | |
| parent | 6d510f813a21e6f327ab7e1e160ef35696aeec80 (diff) | |
| download | gentoo-79580bac1382aa10ef091c1b01f5da5b69c2aee2.tar.gz gentoo-79580bac1382aa10ef091c1b01f5da5b69c2aee2.tar.bz2 gentoo-79580bac1382aa10ef091c1b01f5da5b69c2aee2.zip | |
dev-lua/lua-utf8: drop old version
Closes: https://bugs.gentoo.org/730464
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/lua-utf8/lua-utf8-0.1.1.ebuild')
| -rw-r--r-- | dev-lua/lua-utf8/lua-utf8-0.1.1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-lua/lua-utf8/lua-utf8-0.1.1.ebuild b/dev-lua/lua-utf8/lua-utf8-0.1.1.ebuild deleted file mode 100644 index d3dffeb9e9fa..000000000000 --- a/dev-lua/lua-utf8/lua-utf8-0.1.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="UTF-8 support for Lua" -HOMEPAGE="https://github.com/starwing/luautf8" -SRC_URI="https://github.com/starwing/luautf8/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64" -IUSE="luajit test" - -RESTRICT="!test? ( test )" - -BDEPEND="virtual/pkgconfig" -RDEPEND=" - !luajit? ( >=dev-lang/lua-5.1:= ) - luajit? ( dev-lang/luajit:2 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN//-/}-${PV}" - -src_prepare() { - default - - cp -v "${FILESDIR}/${PN}".Makefile "${S}"/Makefile || die -} - -src_compile() { - tc-export CC - emake DESTDIR="${D}" PREFIX="${EPREFIX}" MY_USE_LUA="$(usex luajit 'luajit' 'lua')" PKG_CONFIG="$(tc-getPKG_CONFIG)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}" MY_USE_LUA="$(usex luajit 'luajit' 'lua')" PKG_CONFIG="$(tc-getPKG_CONFIG)" install - einstalldocs -} - -src_test() { - LUA_CPATH=./?.so $(usex luajit 'luajit' 'lua') test.lua || die -} |
