* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lua/
@ 2022-07-23 4:09 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-23 4:09 UTC (permalink / raw
To: gentoo-commits
commit: 1a6bf50c63ab072b3abca2544d33fd4ac691972c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 04:04:32 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 04:08:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6bf50c
dev-haskell/lua: fix dtd URL (HTTP->HTTPS)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/lua/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/lua/metadata.xml b/dev-haskell/lua/metadata.xml
index 5b1e564f95ae..d3429e60dd25 100644
--- a/dev-haskell/lua/metadata.xml
+++ b/dev-haskell/lua/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lua/
@ 2022-07-31 4:10 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-31 4:10 UTC (permalink / raw
To: gentoo-commits
commit: 277d0070a04258118a6d324235272d4f2c3d0262
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sun Jul 31 03:14:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 04:10:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d0070
dev-haskell/lua: drop 2.1.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
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(-)
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 @@
<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name="allow-unsafe-gc">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.</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'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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-31 4:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-23 4:09 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lua/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-07-31 4:10 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox