From 277d0070a04258118a6d324235272d4f2c3d0262 Mon Sep 17 00:00:00 2001 From: matoro Date: Sat, 30 Jul 2022 23:14:34 -0400 Subject: dev-haskell/lua: drop 2.1.0 Signed-off-by: Sam James --- dev-haskell/lua/Manifest | 1 - dev-haskell/lua/lua-2.1.0.ebuild | 39 --------------------------------------- dev-haskell/lua/metadata.xml | 19 ------------------- 3 files changed, 59 deletions(-) delete mode 100644 dev-haskell/lua/lua-2.1.0.ebuild (limited to 'dev-haskell/lua') diff --git a/dev-haskell/lua/Manifest b/dev-haskell/lua/Manifest index ed735fb75392..63f1348bc0b1 100644 --- a/dev-haskell/lua/Manifest +++ b/dev-haskell/lua/Manifest @@ -1,2 +1 @@ -DIST lua-2.1.0.tar.gz 212562 BLAKE2B 916eb056d5e920492821c21fb7a51e2f6cde7d5b17462378baa3fc00f22d4a1ac0435e2671fb3d7d722a972beed5d267c587790e0fa9d066ac3a5af3fd988954 SHA512 1360e163915e14381e457727e0d04abc089fef95b6c14331b355330ec35458d5ddf899f843ce61dffe23b86ceffd0d203fd66f2edb4cc8ce11f00278842e1a94 DIST lua-2.2.0.tar.gz 260005 BLAKE2B ec79108a72a6060fc82b94aac1e61c51aea0d570bac37add749654d903fec5b62c5caa82932606e9778431c80c68fceb11b5eba9d6c45c183a8f249934d26c55 SHA512 d19f54c9424773557f7ef7929be84dfcb7624d8a617d3383a771fe1ba7d6d5cd724c8fcd40475cde443e02e0cf3164a8869c0d67c90cf04b3b09ef6d876aa727 diff --git a/dev-haskell/lua/lua-2.1.0.ebuild b/dev-haskell/lua/lua-2.1.0.ebuild deleted file mode 100644 index e3d79624aa13..000000000000 --- a/dev-haskell/lua/lua-2.1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.7.1.1.9999 -#hackport: flags: -allow-unsafe-gc,-apicheck,-export-dynamic,-lua_32bits,+pkgconfig,+system-lua - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Lua, an embeddable scripting language" -HOMEPAGE="https://hslua.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="+allow-unsafe-gc apicheck +export-dynamic +hardcode-reg-keys lua-32bits" - -RDEPEND=">=dev-lang/ghc-8.4.3:= - dev-lang/lua:5.3 -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 - test? ( >=dev-haskell/tasty-0.11 - >=dev-haskell/tasty-hunit-0.9 ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-allow-unsafe-gc \ - --flag=-apicheck \ - --flag=-export-dynamic \ - $(cabal_flag hardcode-reg-keys hardcode-reg-keys) \ - --flag=-lua_32bits \ - --flag=pkg-config \ - --flag=system-lua -} diff --git a/dev-haskell/lua/metadata.xml b/dev-haskell/lua/metadata.xml index d3429e60dd25..e48f482bf8de 100644 --- a/dev-haskell/lua/metadata.xml +++ b/dev-haskell/lua/metadata.xml @@ -6,25 +6,6 @@ Gentoo Haskell - Allow optimizations which make Lua's garbage collection -potentially unsafe; enabling this should be safe if -there are no callbacks into Haskell during Lua garbage -collection cycles. The flag should be *disabled* if Lua -objects can have Haskell finalizers, i.e., @__gc@ -metamethods that call Haskell function. - Compile Lua with -DLUA_USE_APICHECK. - Add all symbols to dynamic symbol table; disabling this -will make it possible to create fully static binaries, -but renders loading of dynamic C libraries impossible. - Don't use CAPI to determine the names of certain -registry key names but use hard coded values instead. -This flag is required when compiling against Lua 5.3.3 -or earlier, as those versions do not expose the -necessary information in the @lauxlib.h@ header file. -Setting this flag should usually be unproblematic, -except if the used Lua version has been patched -heavily. - Compile Lua with -DLUA_32BITS Use @pkg-config@ to discover library and include paths. Setting this flag implies `pkg-config`. -- cgit v1.2.3-65-gdbad