diff options
author | Jack Todaro <solpeth@posteo.org> | 2021-04-18 13:10:10 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-19 09:42:07 +0100 |
commit | fce4ab35c8f6cd72e9b642b4b9a958138b984374 (patch) | |
tree | 62366edbe2a939bd62e810a7c38feb5466c8db3a /dev-haskell | |
parent | dev-haskell/jira-wiki-markup: bump up to 1.3.4 (diff) | |
download | gentoo-fce4ab35c8f6cd72e9b642b4b9a958138b984374.tar.gz gentoo-fce4ab35c8f6cd72e9b642b4b9a958138b984374.tar.bz2 gentoo-fce4ab35c8f6cd72e9b642b4b9a958138b984374.zip |
dev-haskell/hslua-module-path: add package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hslua-module-path/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/hslua-module-path/metadata.xml | 8 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-haskell/hslua-module-path/Manifest b/dev-haskell/hslua-module-path/Manifest new file mode 100644 index 000000000000..a41c7cad9c52 --- /dev/null +++ b/dev-haskell/hslua-module-path/Manifest @@ -0,0 +1 @@ +DIST hslua-module-path-0.1.0.1.tar.gz 8144 BLAKE2B d86eb43e1bc5805c60971bf1d9c9f0824118b06879c5e74d820324451ead467fc08a8272dcb37a698ca35c46103456efa2333002c2627679b1f5952693af0a37 SHA512 b6448d187ffff02340612c69d28fde429186de44874f52a01b3b3cc77cfe7a105426b4cdbe8e27b13620869a64ac0893abbfc5ffd7d2d500008efb94af00a3bb diff --git a/dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild b/dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild new file mode 100644 index 000000000000..bebeecf74cf6 --- /dev/null +++ b/dev-haskell/hslua-module-path/hslua-module-path-0.1.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Lua module to work with file paths" +HOMEPAGE="https://github.com/hslua/hslua-module-path" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-haskell/hslua-1.2:=[profile?] <dev-haskell/hslua-1.4:=[profile?] + >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[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-0.2 <dev-haskell/tasty-lua-0.3 ) +" diff --git a/dev-haskell/hslua-module-path/metadata.xml b/dev-haskell/hslua-module-path/metadata.xml new file mode 100644 index 000000000000..b7878815d80d --- /dev/null +++ b/dev-haskell/hslua-module-path/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> +</pkgmetadata> |