From 2b88d71372729ea535f3b4c2dc3cc8349249e836 Mon Sep 17 00:00:00 2001 From: Jack Todaro Date: Thu, 30 Jul 2020 12:17:47 +1000 Subject: dev-haskell/pantry: add package Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro Signed-off-by: Sergei Trofimovich --- dev-haskell/pantry/Manifest | 1 + dev-haskell/pantry/metadata.xml | 8 ++++ dev-haskell/pantry/pantry-0.4.0.1.ebuild | 72 ++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 dev-haskell/pantry/Manifest create mode 100644 dev-haskell/pantry/metadata.xml create mode 100644 dev-haskell/pantry/pantry-0.4.0.1.ebuild diff --git a/dev-haskell/pantry/Manifest b/dev-haskell/pantry/Manifest new file mode 100644 index 00000000000..84a03e48f0b --- /dev/null +++ b/dev-haskell/pantry/Manifest @@ -0,0 +1 @@ +DIST pantry-0.4.0.1.tar.gz 89571 BLAKE2B 4d378ab3a1e951ccb651cd246cfa7328ccbc4dcb8e382e0332122a1bd6334bf3617cb257d8e22865f9dd32f6c75936a0e4871936a25c75596a730df8fcc88d97 SHA512 0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d diff --git a/dev-haskell/pantry/metadata.xml b/dev-haskell/pantry/metadata.xml new file mode 100644 index 00000000000..b7878815d80 --- /dev/null +++ b/dev-haskell/pantry/metadata.xml @@ -0,0 +1,8 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + diff --git a/dev-haskell/pantry/pantry-0.4.0.1.ebuild b/dev-haskell/pantry/pantry-0.4.0.1.ebuild new file mode 100644 index 00000000000..b68dbeafb85 --- /dev/null +++ b/dev-haskell/pantry/pantry-0.4.0.1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Content addressable Haskell package management" +HOMEPAGE="https://github.com/commercialhaskell/pantry#readme" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="test" # seems related to http-download, requiring network access + +RDEPEND="dev-haskell/aeson:=[profile?] + dev-haskell/ansi-terminal:=[profile?] + >=dev-haskell/cabal-3:=[profile?] =dev-haskell/hpack-0.31.2:=[profile?] + dev-haskell/http-client:=[profile?] + dev-haskell/http-client-tls:=[profile?] + dev-haskell/http-conduit:=[profile?] + dev-haskell/http-download:=[profile?] + dev-haskell/http-types:=[profile?] + dev-haskell/memory:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/network-uri:=[profile?] + dev-haskell/path:=[profile?] + dev-haskell/path-io:=[profile?] + dev-haskell/persistent:=[profile?] + >=dev-haskell/persistent-sqlite-2.9.3:=[profile?] + dev-haskell/persistent-template:=[profile?] + dev-haskell/primitive:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/rio:=[profile?] + dev-haskell/rio-orphans:=[profile?] + dev-haskell/rio-prettyprint:=[profile?] + dev-haskell/tar-conduit:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/text-metrics:=[profile?] + dev-haskell/unix-compat:=[profile?] + dev-haskell/unliftio:=[profile?] + dev-haskell/unordered-containers:=[profile?] + dev-haskell/vector:=[profile?] + dev-haskell/yaml:=[profile?] + dev-haskell/zip-archive:=[profile?] + >=dev-lang/ghc-8.2.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.0.0.2 + test? ( dev-haskell/exceptions + dev-haskell/hedgehog + dev-haskell/hspec + dev-haskell/quickcheck + dev-haskell/raw-strings-qq ) +" -- cgit v1.2.3-18-g5258