diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 11:07:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 12:02:43 +0000 |
commit | df149abecd57d243442b191d6b24d266ccff7b07 (patch) | |
tree | 16632d1d2641a55fd04b9518123c5f95c805ca4e /dev-haskell | |
parent | dev-haskell/yesod-core: bump up to 1.4.25 (diff) | |
download | gentoo-df149abecd57d243442b191d6b24d266ccff7b07.tar.gz gentoo-df149abecd57d243442b191d6b24d266ccff7b07.tar.bz2 gentoo-df149abecd57d243442b191d6b24d266ccff7b07.zip |
dev-haskell/yesod-auth-hashdb: bump up to 1.5.1.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/yesod-auth-hashdb/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/yesod-auth-hashdb/Manifest b/dev-haskell/yesod-auth-hashdb/Manifest index 686caff207f4..c2775216c98b 100644 --- a/dev-haskell/yesod-auth-hashdb/Manifest +++ b/dev-haskell/yesod-auth-hashdb/Manifest @@ -1 +1,2 @@ +DIST yesod-auth-hashdb-1.5.1.3.tar.gz 13367 SHA256 ea455c6cb2c60de6254860ed1b8d29f8e73154c24db3e2edbfc0090f728b051a SHA512 2fd7de432307c2e4465b8eb9ca6af6e1ede0fb8a3e09f9a6d04cff63d03c2db57eba2282f3441b45c82774bb063fa1d5546b832ca521074304e03343010a1952 WHIRLPOOL 8ded59dfa3f7239ae9be705de8fe3af2292f844fccc46344701bdb90452a8ee0cd747d43b3cea5100fe0b5dd9e825647bc9ebe9a01fc2f9a53f664313660cd4f DIST yesod-auth-hashdb-1.5.1.tar.gz 12987 SHA256 fb69116768ae46b0ba582e91151438fd9f89daf0fbcfb5fc534058798552d2fe SHA512 9fbbd5b3b8bdd56e0e35a7609408fff034ba320e8271655ae29d75b1a75dd7c4ef9cebc4f94ed991137940d8161ec8560af6bf3c397d86de78e447adaf741ccf WHIRLPOOL e8bf1ccd36d55da08abdba4ec14f326345732ef13a30781d66fde584e3f84648e2f8f81e103e366f1b1c1bb8a4fe390cc5272d18a65e3db59eb9fdb768af6b5b diff --git a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild new file mode 100644 index 000000000000..cd800e00219b --- /dev/null +++ b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Authentication plugin for Yesod" +HOMEPAGE="https://github.com/paul-rouse/yesod-auth-hashdb" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cryptohash-0.8:=[profile?] + >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?] + >=dev-haskell/pwstore-fast-2.2:=[profile?] + >=dev-haskell/text-0.7:=[profile?] + >=dev-haskell/yesod-auth-1.4:=[profile?] <dev-haskell/yesod-auth-1.5:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?] + >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?] + >=dev-haskell/yesod-persistent-1.2:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0 + test? ( dev-haskell/basic-prelude + >=dev-haskell/hspec-2.0.0 + dev-haskell/http-conduit + dev-haskell/http-types + dev-haskell/monad-logger + dev-haskell/network-uri + dev-haskell/persistent-sqlite + dev-haskell/resourcet + dev-haskell/wai-extra + dev-haskell/yesod + >=dev-haskell/yesod-test-1.4.3 ) +" |