From 0f15659d48c193027158492acb726297501202c5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Dec 2021 20:34:27 +0000 Subject: gentoo xmass resync : 25.12.2021 --- dev-lua/Manifest.gz | Bin 6978 -> 6979 bytes dev-lua/luarocks/Manifest | 4 +- dev-lua/luarocks/luarocks-3.7.0.ebuild | 86 --------------------------------- dev-lua/luarocks/luarocks-3.8.0.ebuild | 2 +- 4 files changed, 2 insertions(+), 90 deletions(-) delete mode 100644 dev-lua/luarocks/luarocks-3.7.0.ebuild (limited to 'dev-lua') diff --git a/dev-lua/Manifest.gz b/dev-lua/Manifest.gz index 415dc54b7876..35fba27e440a 100644 Binary files a/dev-lua/Manifest.gz and b/dev-lua/Manifest.gz differ diff --git a/dev-lua/luarocks/Manifest b/dev-lua/luarocks/Manifest index 5e6424c58de8..37c7b4864adb 100644 --- a/dev-lua/luarocks/Manifest +++ b/dev-lua/luarocks/Manifest @@ -1,5 +1,3 @@ -DIST luarocks-3.7.0.tar.gz 247576 BLAKE2B b1e119ec897bc8122441445dc215e628d2415dacba9b23c2b075f82a01e21e6e9a8eeab5a3345355d85c566ff9f85ab29194580674521d4d92725b01377ee940 SHA512 cc3c555c488da9f95a118eedb74cb9e2a38b572e172958843dabebce125524e58a13ac65e89a349deb8fef13b6de751074fc3adbb430ab55d4e4109288119153 DIST luarocks-3.8.0.tar.gz 249787 BLAKE2B 2bfff5af400abfdf17a0eacd1f29838dd77751f2ba085d6c6fc18dfc971ea796523781ff2488566d42c01d005bd5037171bf1aabbfdd664746c55674e3ca32c7 SHA512 6c30884c60da57706228a9870f510a1bce435b2d5d67c63c5f2958b152c7a2b334bd74a016995871e3b05b98374f4c4e008993ede81f9fc564980e183bdf06b2 -EBUILD luarocks-3.7.0.ebuild 2032 BLAKE2B 1cc6d706561ce0e4d138183f266ca442b35c4ffe0a0cabb8e3d9248de063ebc05c42a9592ffa930e338c3a3eabfe94577db2283a88432d546266a1ddfd5527da SHA512 7e904f5cd9672c3de4bfe1ad1211a3a838b172bc7827b310cba6d496340e1a5d7125484b22ecd6c4baca3b288b0a83b432c1d41a519b2d35b35c1036360c1c1f -EBUILD luarocks-3.8.0.ebuild 2036 BLAKE2B 9d0ad6b22b35a2f9f5f44f0af037dff62937c1f284ae3b0434c22d8c3220154b885259e9b0fcd4f17763ac5ccf0a7c2c5165c488e0c37b2c6f4aa5d5ce4c492e SHA512 bd8803c691cb922c9a78e93dbee255541483171c4cd141a9284d62d776ef0c8382a68310691967d121356b6ebf34304e516cba5a18f43210d59b53d90c4e9620 +EBUILD luarocks-3.8.0.ebuild 2032 BLAKE2B c35eac393ab58c03ec8b8571f77728cc24b9a8e6b46f9863e93ec2c90ce10db271bb168a41f712801a5598e49ce5226013497768e495b77ba2d3ec0b2c45459b SHA512 a61f31bd7262e9d9f6af0b126a3e4fe41e805a54f4a7765b770a1a1bb4f2b1ab748fc1cdfb3482fb5097c1eec2f8918a889257246e27dde39cebe13257cfc3d4 MISC metadata.xml 501 BLAKE2B 0a2a3e7358a2ef2a4cbb79853408dfdf6015d49348bbb879a59253a88c73cf3d96c2ce708076844344468136d70962be74e639d24331a007fbd02ce6ccc18cee SHA512 43f147be67209e542e02733b6a57ce7ee05b61a7eb0d15662c0fb137db4f57c9f519cc98cf5dceb0e6f626f0dc6f04dd5b67da96a155b1e3884dca55896722f3 diff --git a/dev-lua/luarocks/luarocks-3.7.0.ebuild b/dev-lua/luarocks/luarocks-3.7.0.ebuild deleted file mode 100644 index 7a4a3895e807..000000000000 --- a/dev-lua/luarocks/luarocks-3.7.0.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) - -inherit lua-single - -DESCRIPTION="A package manager for the Lua programming language" -HOMEPAGE="https://luarocks.org" -SRC_URI="https://luarocks.org/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="test" - -RDEPEND="${LUA_DEPS}" - -DEPEND=" - net-misc/curl - dev-libs/openssl:0 - ${RDEPEND} -" - -BDEPEND=" - virtual/pkgconfig - test? ( - $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') - $(lua_gen_cond_dep 'dev-lua/busted-htest[${LUA_USEDEP}]') - ${RDEPEND} - ) -" - -src_prepare() { - default - - # If 'dev-lang/lua' is a new, fresh installation, no 'LUA_LIBDIR' exists, - # as no compiled modules are installed on a new, fresh installation, - # so this check must be disabled, otherwise 'configure' will fail. - sed -e '/LUA_LIBDIR is not a valid directory/d' -i configure || die -} - -src_configure() { - local myeconfargs=( - "--prefix=${EPREFIX}/usr" - "--rocks-tree=$(lua_get_lmod_dir)" - "--with-lua-include=$(lua_get_include_dir)" - "--with-lua-interpreter=${ELUA}" - "--with-lua-lib=$(lua_get_cmod_dir)" - ) - - # Since the configure script is handcrafted, - # and yells at unknown options, do not use 'econf'. - ./configure "${myeconfargs[@]}" || die -} - -src_test() { - busted --lua=${ELUA} || die -} - -src_install() { - default - - { find "${D}" -type f -exec sed -i -e "s:${D}::g" {} \;; } || die -} - -pkg_postinst() { - local lua_abi_ver - if use lua_single_target_luajit; then - lua_abi_ver="5.1" - else - lua_abi_ver=${ELUA#lua} - fi - elog - elog "To manage rocks for a Lua version other than the current ${CATEGORY}/${PN} default (${lua_abi_ver})" - elog "you can use the command-line option --lua-version, e.g." - elog - elog " luarocks --lua-version 5.3 install luasocket" - elog - elog "(use 5.1 for luajit). Note that the relevant Lua version must already be present in the system." - elog -} diff --git a/dev-lua/luarocks/luarocks-3.8.0.ebuild b/dev-lua/luarocks/luarocks-3.8.0.ebuild index c3c1e40609f5..00f5e2767e8f 100644 --- a/dev-lua/luarocks/luarocks-3.8.0.ebuild +++ b/dev-lua/luarocks/luarocks-3.8.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="test" -- cgit v1.2.3