diff options
author | 2022-07-24 11:39:34 -0400 | |
---|---|---|
committer | 2022-07-30 06:57:43 +0100 | |
commit | 6f27563f4210ae5a364ac73cddf6b1dcb76900c6 (patch) | |
tree | 58d008eaa3c7b64e64eb4a43809b066589812130 /dev-haskell/hslua | |
parent | dev-haskell/parsers: drop 0.12.10 (diff) | |
download | gentoo-6f27563f4210ae5a364ac73cddf6b1dcb76900c6.tar.gz gentoo-6f27563f4210ae5a364ac73cddf6b1dcb76900c6.tar.bz2 gentoo-6f27563f4210ae5a364ac73cddf6b1dcb76900c6.zip |
dev-haskell/hslua: drop 1.0.3.1, 1.1.2, 1.3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hslua')
-rw-r--r-- | dev-haskell/hslua/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/hslua/hslua-1.0.3.1.ebuild | 46 | ||||
-rw-r--r-- | dev-haskell/hslua/hslua-1.1.2.ebuild | 49 | ||||
-rw-r--r-- | dev-haskell/hslua/hslua-1.3.0.1.ebuild | 47 | ||||
-rw-r--r-- | dev-haskell/hslua/metadata.xml | 3 |
5 files changed, 0 insertions, 148 deletions
diff --git a/dev-haskell/hslua/Manifest b/dev-haskell/hslua/Manifest index df573cd0b8c0..e6c0cf8f8688 100644 --- a/dev-haskell/hslua/Manifest +++ b/dev-haskell/hslua/Manifest @@ -1,5 +1,2 @@ -DIST hslua-1.0.3.1.tar.gz 236734 BLAKE2B 45eba849c41a22fdc7d03729f0ac15fb25ff83d1cdcb905a58a5813ef34f3b2e2a98a7ff2991083672a7afd5898e50e6ef9c83157c773b9861bd1547f4da5972 SHA512 047bcf851727e7525f10f6c705ec8968f330373aedf22bc91c96a44e5abdced46622a66a87c7973eac178c69dd3371bbcf4b858ed3c442719279e4cac4e57657 -DIST hslua-1.1.2.tar.gz 244832 BLAKE2B 5da2b9c2da6f43d841662b3143d3cd5b084d3f32cd2804316a8741e863d4c8dcab85da650b219af4250b2d4ec0570a742dc13b8bbeab79ec6dd5d4ddbe4907be SHA512 886a9d555a034b8fe74d5184457dad9e1bc9bd75662760a0415a75222bd64c556043ce6f98bc11dc1d27c34212f87ad3ce2271d5ff8125c1b5a89263cdf987eb -DIST hslua-1.3.0.1.tar.gz 253503 BLAKE2B 381a0281d7bfd6713b1e8ec4023ff4a42e9b9248d20c958daa1ff75b0a52f9ed381bf3dda6ee87d51c130b31d6627f20f66dd9ff918bb5047ad98475b72a3304 SHA512 6c270cfd3abd81c3b06dc2005796909ea96e14ecc2ff4689f18164ac38fe13f99ff0e5cd25ed1aa020ad422c7e52d2d40001e1c7298436c10e04f3670aa08e98 DIST hslua-2.1.0.tar.gz 17065 BLAKE2B 269a6ea5dd432500879c190b37941483889841ecee27f9af161dae98c70e21aa3a9a4f1ecb0805d06154fa12742edb5be2f0ec246117d399e19a275f67ba93dd SHA512 c1c0f942406f6c346c7922fe3bcf0d76abad66898f075f296e24ad82153330e35a0559276945146834f5d6156adc714a69ecec5db42be35b80084210886264e6 DIST hslua-2.2.0.tar.gz 17278 BLAKE2B eda496aa4a2bd89fd0be2fcefa0b1554a931c7876f5b2e456fb315a72d304050f8d9b2ad5ee583c15f4b31dc26f1a87370c526626d8dbed1e2fc5660ee66667e SHA512 cdd4ff872557ba014bb6f64a592702820e9274456c35b9f9c42fccbd279b2157b3087a5040be2bad03890934bf682c7f4d066232480e8243d5259f871514346a diff --git a/dev-haskell/hslua/hslua-1.0.3.1.ebuild b/dev-haskell/hslua/hslua-1.0.3.1.ebuild deleted file mode 100644 index 14a16b75700b..000000000000 --- a/dev-haskell/hslua/hslua-1.0.3.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.5.6.9999 -#hackport: flags: -allow-unsafe-gc,-apicheck,-export-dynamic,-lua501,-lua502,-lua_32bits - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A Lua language interpreter embedding in Haskell" -HOMEPAGE="https://hslua.github.io/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" # system-lua disabled since it requires lua-5.3, which is masked - -RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.11:=[profile?] - >=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-5:=[profile?] - >=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 - test? ( >=dev-haskell/quickcheck-2.7 - >=dev-haskell/quickcheck-instances-0.3 - >=dev-haskell/tasty-0.11 - >=dev-haskell/tasty-hunit-0.9 - >=dev-haskell/tasty-quickcheck-0.8 ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-allow-unsafe-gc \ - --flag=-apicheck \ - --flag=-export-dynamic \ - --flag=-lua501 \ - --flag=-lua502 \ - --flag=-lua_32bits \ - --flag=-system-lua \ - --flag=-pkg-config -} diff --git a/dev-haskell/hslua/hslua-1.1.2.ebuild b/dev-haskell/hslua/hslua-1.1.2.ebuild deleted file mode 100644 index 829469faf3e7..000000000000 --- a/dev-haskell/hslua/hslua-1.1.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.6 -#hackport: flags: -allow-unsafe-gc,-apicheck,-export-dynamic,-lua501,-lua502,-lua_32bits,-system-lua,-pkg-config - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A Lua language interpreter embedding in Haskell" -HOMEPAGE="https://hslua.github.io/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="hardcode-reg-keys" - -RDEPEND=">=dev-haskell/base-compat-0.10:=[profile?] - >=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.11:=[profile?] - >=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-5:=[profile?] - >=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.20:=[profile?] - >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 - test? ( >=dev-haskell/quickcheck-2.7 - >=dev-haskell/quickcheck-instances-0.3 - >=dev-haskell/tasty-0.11 - >=dev-haskell/tasty-hunit-0.9 - >=dev-haskell/tasty-quickcheck-0.8 ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-allow-unsafe-gc \ - --flag=-apicheck \ - --flag=-export-dynamic \ - $(cabal_flag hardcode-reg-keys hardcode-reg-keys) \ - --flag=-lua501 \ - --flag=-lua502 \ - --flag=-lua_32bits \ - --flag=-pkg-config \ - --flag=-system-lua -} diff --git a/dev-haskell/hslua/hslua-1.3.0.1.ebuild b/dev-haskell/hslua/hslua-1.3.0.1.ebuild deleted file mode 100644 index 7a67259435cd..000000000000 --- a/dev-haskell/hslua/hslua-1.3.0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.7.9999 -#hackport: flags: -allow-unsafe-gc,-apicheck,-export-dynamic,-lua501,-lua502,-lua_32bits,-system-lua,-pkg-config - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Bindings to Lua, an embeddable scripting language" -HOMEPAGE="https://hslua.github.io/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="hardcode-reg-keys" - -RDEPEND=">=dev-haskell/base-compat-0.10:=[profile?] - >=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.11:=[profile?] - >=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?] - >=dev-lang/ghc-8.4.3:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 - test? ( >=dev-haskell/quickcheck-2.7 - >=dev-haskell/quickcheck-instances-0.3 - >=dev-haskell/tasty-0.11 - >=dev-haskell/tasty-hunit-0.9 - >=dev-haskell/tasty-quickcheck-0.8 ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-allow-unsafe-gc \ - --flag=-apicheck \ - --flag=-export-dynamic \ - $(cabal_flag hardcode-reg-keys hardcode-reg-keys) \ - --flag=-lua501 \ - --flag=-lua502 \ - --flag=-lua_32bits \ - --flag=-pkg-config \ - --flag=-system-lua -} diff --git a/dev-haskell/hslua/metadata.xml b/dev-haskell/hslua/metadata.xml index dd3f14edb59f..937381521944 100644 --- a/dev-haskell/hslua/metadata.xml +++ b/dev-haskell/hslua/metadata.xml @@ -5,7 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <use> - <flag name="hardcode-reg-keys">Don't use CAPI to determine the names of certain registry key names but Use hard coded values for instead. This flag is required when compiling against Lua 5.3.3 or earlier, as those do not expose the necessary information in the @lauxlib.h@ header file.</flag> - </use> </pkgmetadata> |