From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-haskell/pantry/Manifest | 3 ++ dev-haskell/pantry/metadata.xml | 8 ++++ dev-haskell/pantry/pantry-0.4.0.2.ebuild | 72 ++++++++++++++++++++++++++++++++ 3 files changed, 83 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.2.ebuild (limited to 'dev-haskell/pantry') diff --git a/dev-haskell/pantry/Manifest b/dev-haskell/pantry/Manifest new file mode 100644 index 000000000000..5c3f45961a4f --- /dev/null +++ b/dev-haskell/pantry/Manifest @@ -0,0 +1,3 @@ +DIST pantry-0.4.0.2.tar.gz 89491 BLAKE2B df082f4bf08f345fd64d54950241cc27af8259f1ae40ed3b123a10aeda3596c70029b1de08f8d551542af6b9cbdd77184e5dc1bda031be79d371a1051589771a SHA512 17e564825b9b7fa3bf2b091d0d0ba261c5ba17105ae34193b1aeb45db823877240d8d138f9bfb9699e87c946a5c87ce83ba12144aae73919d94c7cf3e7df1d7c +EBUILD pantry-0.4.0.2.ebuild 2319 BLAKE2B c41e7781a77178abb68da78819b59c16e6053d10039ca002e3c0d2b30f0e82941dab4b756dbbd5ebb5b86d8f782ff0b2a7881502df488d4c2626df41ef0dd6d4 SHA512 332e4a5767d0a12517798938bd4f2ff6f05f31bd5093107d9e9cea4f8bdeea117c9cdb70c26cbced35c1400857a3ea7f5caa4b460324383b49d9d5169ee2b78c +MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015 diff --git a/dev-haskell/pantry/metadata.xml b/dev-haskell/pantry/metadata.xml new file mode 100644 index 000000000000..b7878815d80d --- /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.2.ebuild b/dev-haskell/pantry/pantry-0.4.0.2.ebuild new file mode 100644 index 000000000000..553d2801748c --- /dev/null +++ b/dev-haskell/pantry/pantry-0.4.0.2.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.6.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