diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:05:26 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:05 +0100 |
commit | c7e4d55c2310dd90d2d3f05dae738f0680a466e1 (patch) | |
tree | ae9e3308f2462e98452291e4ed3248491df84b4e /dev-haskell/hslua-module-path | |
parent | dev-haskell/hslua-module-doclayout: add 1.1.0 (diff) | |
download | gentoo-c7e4d55c2310dd90d2d3f05dae738f0680a466e1.tar.gz gentoo-c7e4d55c2310dd90d2d3f05dae738f0680a466e1.tar.bz2 gentoo-c7e4d55c2310dd90d2d3f05dae738f0680a466e1.zip |
dev-haskell/hslua-module-path: 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-path')
-rw-r--r-- | dev-haskell/hslua-module-path/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hslua-module-path/hslua-module-path-1.1.0.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/hslua-module-path/metadata.xml | 4 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/hslua-module-path/Manifest b/dev-haskell/hslua-module-path/Manifest index a33b3fb45730..c4a40d1ce0d5 100644 --- a/dev-haskell/hslua-module-path/Manifest +++ b/dev-haskell/hslua-module-path/Manifest @@ -1 +1,2 @@ DIST hslua-module-path-1.0.2.tar.gz 7991 BLAKE2B 4cb4ce417cca440185099c003f83c7baf402fb90e00d044bae4b395465083f6f04102c40f06d4e20e581fb3ddf965bb90ef551087d3aeaa12806b43e1266a2ad SHA512 57387757b5adbc52f39d3a9d6eb2bc5f0d59ef054b88a4c61541a38bd07793635c7b54212ef4e720dc5d1604054242175fc28b332bd20480461eb274c8a23b76 +DIST hslua-module-path-1.1.0.tar.gz 8040 BLAKE2B d8f24d0c80e98986563a521bcaeadb0a1ccc55e81b7f7571ef2e2a1164bfeb8b568c6322fd0f6b496afd8fcda33705016155a5308a32c6564874586f58b8da2a SHA512 0cef760dc73fd1a84cb79a6efbbd1e17c677fd6bae86cb410d324d1a6fbb63c876c59508a2da0ac02e888faf4bc28dcad661e058c928d2e572fa4d9a4edbddc0 diff --git a/dev-haskell/hslua-module-path/hslua-module-path-1.1.0.ebuild b/dev-haskell/hslua-module-path/hslua-module-path-1.1.0.ebuild new file mode 100644 index 000000000000..66366c77d6bc --- /dev/null +++ b/dev-haskell/hslua-module-path/hslua-module-path-1.1.0.ebuild @@ -0,0 +1,29 @@ +# 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 to work with file paths" +HOMEPAGE="https://hslua.org/" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.4:=[profile?] + >=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.4:=[profile?] + >=dev-haskell/hslua-packaging-2.3:=[profile?] <dev-haskell/hslua-packaging-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.0 <dev-haskell/tasty-lua-1.2 ) +" diff --git a/dev-haskell/hslua-module-path/metadata.xml b/dev-haskell/hslua-module-path/metadata.xml index 937381521944..54c3028e99ca 100644 --- a/dev-haskell/hslua-module-path/metadata.xml +++ b/dev-haskell/hslua-module-path/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">hslua-module-path</remote-id> + <remote-id type="github">hslua/hslua</remote-id> + </upstream> </pkgmetadata> |