commit:     e7d61f2771fd8dc695bdb1a48b589cdd1e77ebde
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 17:31:25 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 17:31:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d61f27

dev-lua/lua-bit32: drop old version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lua/lua-bit32/lua-bit32-5.3.5-r100.ebuild | 55 ---------------------------
 1 file changed, 55 deletions(-)

diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5-r100.ebuild 
b/dev-lua/lua-bit32/lua-bit32-5.3.5-r100.ebuild
deleted file mode 100644
index ab3e7d6036c..00000000000
--- a/dev-lua/lua-bit32/lua-bit32-5.3.5-r100.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-1 luajit )
-
-MY_PN="lua-compat-5.3"
-MY_PV="0.10"
-
-inherit lua toolchain-funcs
-
-DESCRIPTION="Backported Lua bit manipulation library"
-HOMEPAGE="https://github.com/keplerproject/lua-compat-5.3";
-SRC_URI="https://github.com/keplerproject/${MY_PN}/archive/v${MY_PV}.tar.gz -> 
lua-compat53-${MY_PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-DEPEND="${LUA_DEPS}"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       compiler="$(tc-getCC) ${CFLAGS} -fPIC ${LDFLAGS} -DLUA_COMPAT_BITLIB 
-Ic-api -c lbitlib.c -o lbitlib.o"
-       einfo "${compiler}"
-       eval "${compiler}" || die
-
-       linker="$(tc-getCC) -shared ${LDFLAGS} -o bit32.so lbitlib.o"
-       einfo "${linker}"
-       eval "${linker}" || die
-}
-
-lua_src_test() {
-       LUA_CPATH="./?.so" "${ELUA}" "tests/test-bit32.lua" || die
-}
-
-src_test() {
-       lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
-       exeinto "$(lua_get_cmod_dir)"
-       doexe bit32.so
-}
-
-src_install() {
-       default
-
-       lua_foreach_impl lua_src_install
-}

Reply via email to