diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/yesod-auth-hashdb | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/yesod-auth-hashdb')
4 files changed, 105 insertions, 0 deletions
diff --git a/dev-haskell/yesod-auth-hashdb/Manifest b/dev-haskell/yesod-auth-hashdb/Manifest new file mode 100644 index 000000000000..ce4c0ed6a642 --- /dev/null +++ b/dev-haskell/yesod-auth-hashdb/Manifest @@ -0,0 +1,5 @@ +DIST yesod-auth-hashdb-1.5.1.3.tar.gz 13367 BLAKE2B ee67116905ba799cb67e813e2096c63361ab9c4d7fdb3d64df44744e7df39b2a5754acf4f79a9b87f167a827449c6bfadc1a0bdb4df6f39f3b9110d8b7c3b0ae SHA512 2fd7de432307c2e4465b8eb9ca6af6e1ede0fb8a3e09f9a6d04cff63d03c2db57eba2282f3441b45c82774bb063fa1d5546b832ca521074304e03343010a1952 +DIST yesod-auth-hashdb-1.5.1.tar.gz 12987 BLAKE2B c0a715d26950de505e76900b309572b78ca28d8bcbd6c3c5935c91a6e614e46bb05089c442d154703ba230ab2e591bb16b1bb2fdaabac68bb51b1496030db956 SHA512 9fbbd5b3b8bdd56e0e35a7609408fff034ba320e8271655ae29d75b1a75dd7c4ef9cebc4f94ed991137940d8161ec8560af6bf3c397d86de78e447adaf741ccf +EBUILD yesod-auth-hashdb-1.5.1.3.ebuild 1362 BLAKE2B b37a2d26d97febc87f3af120ebebe548cf8a9ce601012db10429e83a8e91a7df6166bcd223373a4cc55b076d36603279924322c6a2f872d679976bca4141ecfc SHA512 f88a2c451b8e50565d2d5cfff26a961087fb172b04f91111e057e75e764e5fb59468b9dc7c2e8005f88c7776bd90fab56b8eaae50e9a3ec7b8277ebf69494f73 +EBUILD yesod-auth-hashdb-1.5.1.ebuild 1363 BLAKE2B f9634e77a0a84aa2b9da8a308d398c8884002d4997a09fa9ec8be00ae86293f15bc1cbe7cb6587f3245fb0ac3f9c8768db84f8d7b6187e320e16f5ad1deadfc5 SHA512 6152f11340d15a8e269e60c9fe97c785dc2a85b0681e840984a9bad550304ccf9556b8fa81040d38b4ec194d4dfa26eeaa46856154b6412131da4a0aba386135 +MISC metadata.xml 533 BLAKE2B 1998dc0e033193c2d851920adb947655cc7f22b1cf78b0a734375e7d690df376a6deaba55f1a5ddc04fb398eea8bbec09c83fa333765beb9e0fddbb3d5802b8a SHA512 3989f0ef1df278ff8029a07467fb909c775af723078a5053f89fd86b0cb0cccde6d5ef29d8808c3290bfaedbd8b90e07f7f7b39045f1833b39886343649d3183 diff --git a/dev-haskell/yesod-auth-hashdb/metadata.xml b/dev-haskell/yesod-auth-hashdb/metadata.xml new file mode 100644 index 000000000000..eb75132e3307 --- /dev/null +++ b/dev-haskell/yesod-auth-hashdb/metadata.xml @@ -0,0 +1,14 @@ +<?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> + <longdescription> + This package is the Yesod.Auth.HashDB plugin, originally included in yesod-auth, but now modified to be more secure and placed in a separate package. + </longdescription> + <upstream> + <remote-id type="github">paul-rouse/yesod-auth-hashdb</remote-id> + </upstream> +</pkgmetadata> 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..773a3efc6990 --- /dev/null +++ b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 ) +" diff --git a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.ebuild new file mode 100644 index 000000000000..862308f919b1 --- /dev/null +++ b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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.6:=[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/classy-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 ) +" |