From 2e6b794bf4361b8ae32bb6945e84696c2e1d94ba Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Mar 2023 01:36:14 +0000 Subject: gentoo auto-resync : 04:03:2023 - 01:36:13 --- dev-lua/luaposix/Manifest | 4 +- dev-lua/luaposix/luaposix-35.1.ebuild | 73 ----------------------------------- dev-lua/luaposix/luaposix-36.1.ebuild | 2 +- 3 files changed, 2 insertions(+), 77 deletions(-) delete mode 100644 dev-lua/luaposix/luaposix-35.1.ebuild (limited to 'dev-lua/luaposix') diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest index 56d9f7a32afc..f8ee19ce60a3 100644 --- a/dev-lua/luaposix/Manifest +++ b/dev-lua/luaposix/Manifest @@ -1,5 +1,3 @@ -DIST luaposix-35.1.tar.gz 180002 BLAKE2B fc48ae91c31968cb92ea9818148f135e16e2bacac10265cbfa43539c34a934c4eb636417b820ce3b0b3724fecbf27a860c6b481749d339b009fc01b6f81e6277 SHA512 f2c36bf69c0d73b4a2c6ab0915f81473addce427c22e82e2d1c334016dec7fecb4365fc980fa6adb0de21ad1a60bc75b73f58579e8a423990ad2067c9ae37775 DIST luaposix-36.1.tar.gz 185456 BLAKE2B 978a71a647f173a578bbe7106bbb7e46498007c4dfc4af5143c652708ecc8b56c19c9f4c76268b21a384f65b15356ef5bd0c36ba3b1ab933962a908ed0a1577f SHA512 444230b80c83e6691b6e52ff2ea4c558842418ffb6615ad81609ee62b65cc0e2a208cd3b1ad7f77a0a3ac72ffe4310a8027c6493494971d9d24097f5a0b1b1d0 -EBUILD luaposix-35.1.ebuild 1692 BLAKE2B 9528b6d6f98899dc47f21f7690a5c18f3840283d9b83054da6dc1b31cc0f87dfc454e1cbf402d680e2f01a4c6de88b885e5d1d6af210da490e73afa756c8ad8c SHA512 40e9799af270af721bdc95a37ae2f33ba251fc0c5be3e9b72d507ca62fe4a2c1563d771ef26cc430894b638ae4912ad1fae587c770a3dcc0b4f937927fa447b1 -EBUILD luaposix-36.1.ebuild 1694 BLAKE2B ba5ce400bfedb4e74a0f9c931a9a6f486c755fed080ebbadfb9e1f16d79f7bba16a1632036713519d1b3b0d1899e0bf8b7d821c52e0302ee66c579589935792d SHA512 6e8c1976ffeaf23cd0501893007158988bf19831d10d692534fef7ba47748a5b029794f0867cfb5644612be2e723d6ed694acaa79cbc79f5a0a4cc6ab98243a3 +EBUILD luaposix-36.1.ebuild 1692 BLAKE2B 1295d653c9e29392895bcbbdb7829fd50b2f52b328919aba1b0e1f18637b3f906a7775cf1f92ad3ae24d21b01953647f075a404416905b5759ebe92700ebe4f6 SHA512 1cdfe1d4358857d4b5b1321353e47033a18a6e4d1000deb9c23d4a2af829b31a8244d7041221483510310f2bc9e1324e86fd3bd3cc8bcd79885eab2aa636af9b MISC metadata.xml 600 BLAKE2B d695065d5b811b5ca92d40058cbbcd82bda51df5d56e8090473865e72d0a812e253cd17510768593cb54470d25fb930730f38dd0476ef7d08ce83a25282ffad0 SHA512 acc4b8b9964c24933453f46f5fba8e5b6138130e12b9393f524d02c2f7e80f71ff43c6c01488f5b68a6857695e6e4880770a0d8dc03fbbd1099b9a82cadff9ae diff --git a/dev-lua/luaposix/luaposix-35.1.ebuild b/dev-lua/luaposix/luaposix-35.1.ebuild deleted file mode 100644 index 998c454543f9..000000000000 --- a/dev-lua/luaposix/luaposix-35.1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) - -inherit lua toolchain-funcs - -DESCRIPTION="Bindings for POSIX APIs" -HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luaposix" -SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" -IUSE="doc" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -# Requires specl, which is not in the tree yet -RESTRICT="test" - -DEPEND="${LUA_DEPS} - virtual/libcrypt:= -" -RDEPEND="${DEPEND} - lua_targets_lua5-1? ( dev-lua/lua-bit32[lua_targets_lua5-1(-)] ) - lua_targets_luajit? ( dev-lua/lua-bit32[lua_targets_luajit(-)] ) -" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - lua_copy_sources -} - -lua_src_compile() { - pushd "${BUILD_DIR}" || die - - # LDOC=true means disable ldoc update documentation - ./build-aux/luke --verbose package="${PN}" version="${PV}" \ - LDOC=true \ - PREFIX="${ED}/usr" \ - INST_LIBDIR="${ED}/$(lua_get_cmod_dir)" \ - INST_LUADIR="${ED}/$(lua_get_lmod_dir)" \ - LUA_INCDIR="${EPREFIX}/$(lua_get_include_dir)" \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die - - popd || die -} - -src_compile() { - lua_foreach_impl lua_src_compile -} - -lua_src_install() { - pushd "${BUILD_DIR}" || die - - ./build-aux/luke install \ - LDOC=true \ - PREFIX="${ED}/usr" \ - INST_LIBDIR="${ED}/$(lua_get_cmod_dir)" \ - INST_LUADIR="${ED}/$(lua_get_lmod_dir)" \ - || die - - popd || die -} - -src_install() { - lua_foreach_impl lua_src_install - dodoc {NEWS,README}.md - use doc && dodoc -r doc -} diff --git a/dev-lua/luaposix/luaposix-36.1.ebuild b/dev-lua/luaposix/luaposix-36.1.ebuild index c135178d9d85..d6946f33967c 100644 --- a/dev-lua/luaposix/luaposix-36.1.ebuild +++ b/dev-lua/luaposix/luaposix-36.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}" -- cgit v1.2.3