summaryrefslogtreecommitdiff
path: root/dev-haskell/hslua-typing
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-23 08:35:49 +0100
commit386855c4d1ef509c1fd32abd721589c81669613b (patch)
tree35dc984118f0a7dc2df88313d83bb5779fd12514 /dev-haskell/hslua-typing
parent0118ac4510d7b85ca62da20e4abd1286dd8bd752 (diff)
gentoo auto-resync : 23:10:2023 - 08:35:49
Diffstat (limited to 'dev-haskell/hslua-typing')
-rw-r--r--dev-haskell/hslua-typing/Manifest3
-rw-r--r--dev-haskell/hslua-typing/hslua-typing-0.1.0.ebuild31
-rw-r--r--dev-haskell/hslua-typing/metadata.xml12
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/hslua-typing/Manifest b/dev-haskell/hslua-typing/Manifest
new file mode 100644
index 000000000000..50bf4fb41e05
--- /dev/null
+++ b/dev-haskell/hslua-typing/Manifest
@@ -0,0 +1,3 @@
+DIST hslua-typing-0.1.0.tar.gz 6420 BLAKE2B 06571d510baf0654199a91dd98bf4188ab3007bc1f6aa1ce6c1085a593d778e41fb65d549e75c3625c6d6e8083086dc414052e689d2331e61299336298efc271 SHA512 caca4003fab2fab4920e43491dc56cd137198f4a312d654f9489ea841b5e18b1b528a46e493692d027500a2fc5201d6f39b49b8bf0af8c199dbe357b95ccfb1f
+EBUILD hslua-typing-0.1.0.ebuild 951 BLAKE2B b9a00a3853c6fe948bcbcdfca95d5a74f66e8ce95870be72d1cf32e23b55ada741f4da8ef3a254f26d7daa055e226691af692ac408dfc896dc423beb58aef655 SHA512 c0a7c8aebc9f8a2a19cdf22d4daf14263b9816b57e8ae89a52bd08be4ee7afbc3baa61922123d4eea60bb28137fa6f4fdb253677c21b885e0917cb19bc48c08b
+MISC metadata.xml 379 BLAKE2B 69d99e3b82a5a37009b9ea47d45b109dc9e23fccdaca4d7eda496615cc55f4f856fd3045bd5a95f8e82d66e664eac536afd19e301923e4bfa774f7a1631f10e6 SHA512 7e4ac13c1cebf460b6ae5a853dbfcce00d8d8a590351e9831a20ce63f451a8b73ec38c57182a46651e01d977a925019829875963376f03f776b8045e983dfc97
diff --git a/dev-haskell/hslua-typing/hslua-typing-0.1.0.ebuild b/dev-haskell/hslua-typing/hslua-typing-0.1.0.ebuild
new file mode 100644
index 000000000000..2d60654a9256
--- /dev/null
+++ b/dev-haskell/hslua-typing/hslua-typing-0.1.0.ebuild
@@ -0,0 +1,31 @@
+# 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="Type specifiers for Lua"
+HOMEPAGE="https://hslua.org/"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-haskell/hslua-core-2.3:=[profile?] <dev-haskell/hslua-core-2.4:=[profile?]
+ >=dev-haskell/hslua-marshalling-2.3:=[profile?] <dev-haskell/hslua-marshalling-2.4:=[profile?]
+ >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.1:=[profile?]
+ >=dev-lang/ghc-8.8.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.0.0.0
+ test? ( >=dev-haskell/lua-arbitrary-1.0 <dev-haskell/lua-arbitrary-1.1
+ dev-haskell/quickcheck
+ dev-haskell/quickcheck-instances
+ >=dev-haskell/tasty-0.11
+ >=dev-haskell/tasty-hunit-0.10
+ >=dev-haskell/tasty-quickcheck-0.8 )
+"
diff --git a/dev-haskell/hslua-typing/metadata.xml b/dev-haskell/hslua-typing/metadata.xml
new file mode 100644
index 000000000000..339631ae3125
--- /dev/null
+++ b/dev-haskell/hslua-typing/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="hackage">hslua-typing</remote-id>
+ <remote-id type="github">hslua/hslua</remote-id>
+ </upstream>
+</pkgmetadata>