diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 12:47:23 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:16 +0000 |
commit | 3c4b4df1b0aeb4ce35681cd94ea5360de6bb6750 (patch) | |
tree | cf1c626849b0395ce2252510fdff152cc9994aeb /dev-haskell/hslua-module-path | |
parent | dev-haskell/hslua-module-doclayout: new package, add 1.0.4 (diff) | |
download | gentoo-3c4b4df1b0aeb4ce35681cd94ea5360de6bb6750.tar.gz gentoo-3c4b4df1b0aeb4ce35681cd94ea5360de6bb6750.tar.bz2 gentoo-3c4b4df1b0aeb4ce35681cd94ea5360de6bb6750.zip |
dev-haskell/hslua-module-path: add 1.0.2
Signed-off-by: matoro <matoro@users.noreply.github.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.0.2.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/hslua-module-path/Manifest b/dev-haskell/hslua-module-path/Manifest index a41c7cad9c52..17fe4727f5ef 100644 --- a/dev-haskell/hslua-module-path/Manifest +++ b/dev-haskell/hslua-module-path/Manifest @@ -1 +1,2 @@ DIST hslua-module-path-0.1.0.1.tar.gz 8144 BLAKE2B d86eb43e1bc5805c60971bf1d9c9f0824118b06879c5e74d820324451ead467fc08a8272dcb37a698ca35c46103456efa2333002c2627679b1f5952693af0a37 SHA512 b6448d187ffff02340612c69d28fde429186de44874f52a01b3b3cc77cfe7a105426b4cdbe8e27b13620869a64ac0893abbfc5ffd7d2d500008efb94af00a3bb +DIST hslua-module-path-1.0.2.tar.gz 7991 BLAKE2B 4cb4ce417cca440185099c003f83c7baf402fb90e00d044bae4b395465083f6f04102c40f06d4e20e581fb3ddf965bb90ef551087d3aeaa12806b43e1266a2ad SHA512 57387757b5adbc52f39d3a9d6eb2bc5f0d59ef054b88a4c61541a38bd07793635c7b54212ef4e720dc5d1604054242175fc28b332bd20480461eb274c8a23b76 diff --git a/dev-haskell/hslua-module-path/hslua-module-path-1.0.2.ebuild b/dev-haskell/hslua-module-path/hslua-module-path-1.0.2.ebuild new file mode 100644 index 000000000000..d1467f9bf1f9 --- /dev/null +++ b/dev-haskell/hslua-module-path/hslua-module-path-1.0.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.1.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/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.3:=[profile?] + >=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.3:=[profile?] + >=dev-haskell/hslua-packaging-2.1:=[profile?] <dev-haskell/hslua-packaging-2.3:=[profile?] + >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-2.1:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( dev-haskell/tasty + dev-haskell/tasty-hunit + >=dev-haskell/tasty-lua-1.0 <dev-haskell/tasty-lua-1.1 ) +" |