diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:05:25 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:05 +0100 |
commit | ce45217f825b58d2c6c2ac1cf8388de367c4d8cc (patch) | |
tree | d65dec67880be16b90a47895be8c0599d98949a3 /dev-haskell/hslua-module-doclayout | |
parent | dev-haskell/tasty-lua: add 1.1.0 (diff) | |
download | gentoo-ce45217f825b58d2c6c2ac1cf8388de367c4d8cc.tar.gz gentoo-ce45217f825b58d2c6c2ac1cf8388de367c4d8cc.tar.bz2 gentoo-ce45217f825b58d2c6c2ac1cf8388de367c4d8cc.zip |
dev-haskell/hslua-module-doclayout: add 1.1.0
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hslua-module-doclayout')
-rw-r--r-- | dev-haskell/hslua-module-doclayout/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hslua-module-doclayout/hslua-module-doclayout-1.1.0.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/hslua-module-doclayout/metadata.xml | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-haskell/hslua-module-doclayout/Manifest b/dev-haskell/hslua-module-doclayout/Manifest index 0580482e0dfd..c408f8b838b2 100644 --- a/dev-haskell/hslua-module-doclayout/Manifest +++ b/dev-haskell/hslua-module-doclayout/Manifest @@ -1 +1,2 @@ DIST hslua-module-doclayout-1.0.4.tar.gz 10184 BLAKE2B 232b48b77ade823c53f3f46db7e227506d7a175bb1393a84cfed1af799d2761ec0742a26a5746ef03c7bb7b81347f34b34de657b84868cbd07d119f47b39bf52 SHA512 2a72e3bf2ccc407ac3208e256216cff4d8b6c80f1378c859c2361e5d932f5e513283a234902221f295db3cdb73cadecd164e59cc7a06d493b3227372b218d0da +DIST hslua-module-doclayout-1.1.0.tar.gz 10294 BLAKE2B 63f1f8372d8e7a4175422bd67273800951b41f2e5c1cb6d653fcb2dcf4a148fdd3d9eff211061e14229936985c428d0318260323b334807f50a67db75fbb4fe3 SHA512 f9fd8120492b5c2a9d62140bb1e9fed586611b3cc994616732d6ff22975f44771969cae272a02b99608dc46b50e336f4e6c10f4c80862b9cb5b04446f9dfab4f diff --git a/dev-haskell/hslua-module-doclayout/hslua-module-doclayout-1.1.0.ebuild b/dev-haskell/hslua-module-doclayout/hslua-module-doclayout-1.1.0.ebuild new file mode 100644 index 000000000000..ed5a168aaa95 --- /dev/null +++ b/dev-haskell/hslua-module-doclayout/hslua-module-doclayout-1.1.0.ebuild @@ -0,0 +1,28 @@ +# 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="Lua module wrapping Text.DocLayout" +HOMEPAGE="https://github.com/hslua/hslua-module-doclayout" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/doclayout-0.2:=[profile?] <dev-haskell/doclayout-0.5:=[profile?] + >=dev-haskell/hslua-2.3:=[profile?] <dev-haskell/hslua-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/tasty + dev-haskell/tasty-hunit + >=dev-haskell/tasty-lua-1.1 <dev-haskell/tasty-lua-1.2 ) +" diff --git a/dev-haskell/hslua-module-doclayout/metadata.xml b/dev-haskell/hslua-module-doclayout/metadata.xml index 937381521944..567263939b8b 100644 --- a/dev-haskell/hslua-module-doclayout/metadata.xml +++ b/dev-haskell/hslua-module-doclayout/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">hslua-module-doclayout</remote-id> + <remote-id type="github">hslua/hslua-module-doclayout</remote-id> + </upstream> </pkgmetadata> |