From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-lua/luaexpat/Manifest | 1 - dev-lua/luaexpat/luaexpat-1.5.2.ebuild | 73 ---------------------------------- dev-lua/luaexpat/metadata.xml | 12 ------ 3 files changed, 86 deletions(-) delete mode 100644 dev-lua/luaexpat/Manifest delete mode 100644 dev-lua/luaexpat/luaexpat-1.5.2.ebuild delete mode 100644 dev-lua/luaexpat/metadata.xml (limited to 'dev-lua/luaexpat') diff --git a/dev-lua/luaexpat/Manifest b/dev-lua/luaexpat/Manifest deleted file mode 100644 index 2dd5a32613c9..000000000000 --- a/dev-lua/luaexpat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST luaexpat-1.5.2.tar.gz 54072 BLAKE2B 7d7a9dbbb28e4fff7adfffaf910546065b3f781934004318566ec13838007ee135247c75555e9b34f530e2f72f65156310454af73dfa6ac48aad50d4e0679efc SHA512 a2a04b2bb76a10a8a0da077b53d22b6e84460f416486a4b006d3df4991cff011dc91a225ab25f994a2713632d562b13d4341530bbc7ede4fd660a6fce24eed3c diff --git a/dev-lua/luaexpat/luaexpat-1.5.2.ebuild b/dev-lua/luaexpat/luaexpat-1.5.2.ebuild deleted file mode 100644 index 821355f38a0a..000000000000 --- a/dev-lua/luaexpat/luaexpat-1.5.2.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1,3,4} luajit ) - -inherit lua toolchain-funcs - -DESCRIPTION="A SAX XML parser based on the Expat library" -HOMEPAGE="https://github.com/lunarmodules/luaexpat" -SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~sparc x86" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND=" - dev-libs/expat - ${LUA_DEPS} -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -HTML_DOCS=( "docs/." ) - -src_prepare() { - default - - # Respect users CFLAGS - sed -e 's/-O2//g' -i Makefile || die - - lua_copy_sources -} - -lua_src_compile() { - pushd "${BUILD_DIR}" || die - - local myemakeargs=( - "CC=$(tc-getCC)" - "LUA_INC=$(lua_get_CFLAGS)" - ) - - emake "${myemakeargs[@]}" - - popd -} - -src_compile() { - lua_foreach_impl lua_src_compile -} - -lua_src_install() { - pushd "${BUILD_DIR}" || die - - local myemakeargs=( - "DESTDIR=${ED}" - "LUA_CDIR=$(lua_get_cmod_dir)" - "LUA_INC=$(lua_get_include_dir)" - "LUA_LDIR=$(lua_get_lmod_dir)" - ) - - emake "${myemakeargs[@]}" install - - popd -} - -src_install() { - lua_foreach_impl lua_src_install - - einstalldocs -} diff --git a/dev-lua/luaexpat/metadata.xml b/dev-lua/luaexpat/metadata.xml deleted file mode 100644 index e71474a7cc5e..000000000000 --- a/dev-lua/luaexpat/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - conikost@gentoo.org - Conrad Kostecki - - - https://github.com/lunarmodules/luaexpat/issues - lunarmodules/luaexpat - - -- cgit v1.3.1