commit: 55d9989341a8341e98557f7565131e688140eab4
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 18 14:41:19 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Jul 18 14:41:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d99893
dev-lua/toluapp: drop 1.0.93_p20190513-r100
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../toluapp/toluapp-1.0.93_p20190513-r100.ebuild | 41 ----------------------
1 file changed, 41 deletions(-)
diff --git a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild
b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild
deleted file mode 100644
index 1e925c75128b..000000000000
--- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Newer Lua versions are NOT supported, see Bug #508222
-LUA_COMPAT=( lua5-1 )
-
-CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
-
-inherit cmake lua-single
-
-MY_PN=${PN/pp/++}
-COMMIT_ID="b34075b76835b778bb6b2ce0aa224afd9d182887"
-
-DESCRIPTION="A tool to integrate C/C++ code with Lua"
-HOMEPAGE="https://github.com/LuaDist/toluapp"
-SRC_URI="https://github.com/LuaDist/toluapp/archive/${COMMIT_ID}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${COMMIT_ID}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch
- "${FILESDIR}"/${PN}-1.0.93_p20190513-lua-version.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DLUA_VERSION=$(ver_cut 1-2 $(lua_get_version))
- )
- cmake_src_configure
-}