forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/yesod-auth-hashdb: bump up to 1.5.1.3
Package-Manager: portage-2.3.2
- Loading branch information
Sergei Trofimovich
committed
Nov 6, 2016
1 parent
783b553
commit df149ab
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
44 changes: 44 additions & 0 deletions
44
dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ) | ||
" |