summaryrefslogtreecommitdiff
path: root/dev-haskell/lua
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-31 09:12:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-31 09:12:05 +0100
commit100ce16c6fb75a4911f388aa77f860324607c869 (patch)
treede54fe6a6fd7ceb7a41fdf2b03b666c479794055 /dev-haskell/lua
parent6262f7e48882f381dea4a0751717f65e6abd212f (diff)
gentoo auto-resync : 31:07:2022 - 09:12:04
Diffstat (limited to 'dev-haskell/lua')
-rw-r--r--dev-haskell/lua/Manifest4
-rw-r--r--dev-haskell/lua/lua-2.1.0.ebuild39
-rw-r--r--dev-haskell/lua/metadata.xml19
3 files changed, 1 insertions, 61 deletions
diff --git a/dev-haskell/lua/Manifest b/dev-haskell/lua/Manifest
index b0507777e702..f49346fad6cf 100644
--- a/dev-haskell/lua/Manifest
+++ b/dev-haskell/lua/Manifest
@@ -1,5 +1,3 @@
-DIST lua-2.1.0.tar.gz 212562 BLAKE2B 916eb056d5e920492821c21fb7a51e2f6cde7d5b17462378baa3fc00f22d4a1ac0435e2671fb3d7d722a972beed5d267c587790e0fa9d066ac3a5af3fd988954 SHA512 1360e163915e14381e457727e0d04abc089fef95b6c14331b355330ec35458d5ddf899f843ce61dffe23b86ceffd0d203fd66f2edb4cc8ce11f00278842e1a94
DIST lua-2.2.0.tar.gz 260005 BLAKE2B ec79108a72a6060fc82b94aac1e61c51aea0d570bac37add749654d903fec5b62c5caa82932606e9778431c80c68fceb11b5eba9d6c45c183a8f249934d26c55 SHA512 d19f54c9424773557f7ef7929be84dfcb7624d8a617d3383a771fe1ba7d6d5cd724c8fcd40475cde443e02e0cf3164a8869c0d67c90cf04b3b09ef6d876aa727
-EBUILD lua-2.1.0.ebuild 1043 BLAKE2B 2011e4c60ff598acfa868e5eb97be2c81f6f33db31541867cfb22b818a5e0bfa2140ab917766750384f8d50cf424c86db58b8b0078983e78a62b6f0f56da5dc6 SHA512 12b533fdc05e7bef0cf792e3d41c814eed2193086f69b7e1f485708fe25db0aeb00cfef2297a0263a30c161f9a3d91e830386017e70111361ba57b36e5e076ad
EBUILD lua-2.2.0.ebuild 974 BLAKE2B 0d05aaa0abfd7c13d93b3f2a0fb889e09cbbaacd9f7955b5a7b01955df04079b4c2a5186be9c6b6dffdc1819e63bcc9133e8d99f94b4cf941594ce107f98740f SHA512 b9626c98c475d29723965c65284574eeeb8fd75877e0055c6acd9520730a0b3270b824a5a406f75fd7160cf9c8c45c8f3edebb02d189d96aad12ba35a9e7171c
-MISC metadata.xml 1491 BLAKE2B 605ec3b0e830245db62d758c108a1682f03a2a1f7bd3b510f0d156358625c9d2630cae51d6c0c219fd23281318c6af3f80dd04a976c6707febe618bb6ea52374 SHA512 6e4a093059bf30dee3a3c563045b97afa7aefbe4391d336e77e4194879a8590cfd84b2cee286f543b2d919852312a927a628439113e86a4e57efd27f7e18d36f
+MISC metadata.xml 394 BLAKE2B 03b806ac3be3a2c1630ddfb5b026667fca12a939940ebc1f0ec647615797b267d5058dee981dff1111e0a75b62a15872b37971259bc6331376dd59dea092f213 SHA512 25ee72444ebe8941c34453a677663b89ac635bcdd4bfba1b7a3c203bc852defbf4410c20193d7bad6a929c041e4e1cc5d3a28b325f6af4a3de6743747b8c8f18
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 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name="allow-unsafe-gc">Allow optimizations which make Lua&#39;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.</flag>
- <flag name="apicheck">Compile Lua with -DLUA_USE_APICHECK.</flag>
- <flag name="export-dynamic">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.</flag>
- <flag name="hardcode-reg-keys">Don&#39;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.</flag>
- <flag name="lua-32bits">Compile Lua with -DLUA_32BITS</flag>
<flag name="system-lua">Use @pkg-config@ to discover library and include paths.
Setting this flag implies `pkg-config`.</flag>
</use>