diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:05:12 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:02 +0100 |
commit | 88fa15631378b6d573105566efb21f68e1e6e6b3 (patch) | |
tree | 4493cf243d22c6c0a24c3d86115e6cce1770688e /dev-haskell/hslua-core | |
parent | dev-haskell/lua: add 2.3.1 (diff) | |
download | gentoo-88fa15631378b6d573105566efb21f68e1e6e6b3.tar.gz gentoo-88fa15631378b6d573105566efb21f68e1e6e6b3.tar.bz2 gentoo-88fa15631378b6d573105566efb21f68e1e6e6b3.zip |
dev-haskell/hslua-core: add 2.3.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hslua-core')
-rw-r--r-- | dev-haskell/hslua-core/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hslua-core/hslua-core-2.3.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/hslua-core/metadata.xml | 4 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/hslua-core/Manifest b/dev-haskell/hslua-core/Manifest index 04fd7fc31e9f..9dffd7138958 100644 --- a/dev-haskell/hslua-core/Manifest +++ b/dev-haskell/hslua-core/Manifest @@ -1 +1,2 @@ DIST hslua-core-2.2.0.tar.gz 36808 BLAKE2B 02cbb94ea562fbaac9c2eb9445150f6f79a345ab15b2062aa7900d18c671ad0104a0ad3abe6603a38ddb40a9fa59cd13f4892d73c7dba4baff5727a9211fa503 SHA512 cb2f8b76b44432698624aac3d425be7a0c068bec1d41cd8a13b75854ed15fc614de5a0aee46c1092ef22b0e6b706a931188879d97354c01c37aa47a334baf5f3 +DIST hslua-core-2.3.1.tar.gz 39580 BLAKE2B db54e9ba24ae17762ce153af9db9e7838579264c90457df15f3dc39cf7942cb6c617dee9bf2c94cada5433fc85107ba7650c10a162c4ee06b40fd478c08ae60f SHA512 840ab7f7a17c34ec00c84b3b7ae80a9c0842ac117d61f938fb8900c0685a41d91006d154898b04e69eb9cd79d08e0e1d8f53e464e6038f08fe15b9570bbad947 diff --git a/dev-haskell/hslua-core/hslua-core-2.3.1.ebuild b/dev-haskell/hslua-core/hslua-core-2.3.1.ebuild new file mode 100644 index 000000000000..418a570aa0d6 --- /dev/null +++ b/dev-haskell/hslua-core/hslua-core-2.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.2.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Bindings to Lua, an embeddable scripting language" +HOMEPAGE="https://hslua.org/" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/lua-2.3.1:=[profile?] <dev-haskell/lua-2.4:=[profile?] + >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.1:=[profile?] + >=dev-lang/ghc-8.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.0.0 + test? ( >=dev-haskell/lua-arbitrary-1.0 + >=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 ) +" diff --git a/dev-haskell/hslua-core/metadata.xml b/dev-haskell/hslua-core/metadata.xml index 937381521944..2b850d9e5612 100644 --- a/dev-haskell/hslua-core/metadata.xml +++ b/dev-haskell/hslua-core/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">hslua-core</remote-id> + <remote-id type="github">hslua/hslua</remote-id> + </upstream> </pkgmetadata> |