summaryrefslogtreecommitdiff
path: root/dev-haskell/yesod-auth-hashdb
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/yesod-auth-hashdb
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/yesod-auth-hashdb')
-rw-r--r--dev-haskell/yesod-auth-hashdb/Manifest3
-rw-r--r--dev-haskell/yesod-auth-hashdb/metadata.xml14
-rw-r--r--dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.7.1.2.ebuild44
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-haskell/yesod-auth-hashdb/Manifest b/dev-haskell/yesod-auth-hashdb/Manifest
deleted file mode 100644
index 10d3bebca0e6..000000000000
--- a/dev-haskell/yesod-auth-hashdb/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST yesod-auth-hashdb-1.7.1.2.tar.gz 15751 BLAKE2B cff24e8957a68539c168466f77433fee064aa76b8426e9c1023ff704c990d0b774341c113bae066b30bbcb01e1c1199f8c6dcd9431e574838c67863a63f791a5 SHA512 417c5113530b6960f30e5209f0188c5367361acfbea2eb60a6d30a9facb5a3be6d8547dfa504da4f7a7585d8c848adbaafa0a28ffea6930f9954071e6e2647e2
-EBUILD yesod-auth-hashdb-1.7.1.2.ebuild 1405 BLAKE2B 7b780e3f0b0fffd171b95651a633a0945c498c322837ee0eca121008f8c08ba268de8ffb88ab167195d5b996b0bbf821a3af922d796cacc79c72c6fb2a46faf5 SHA512 5e5b158e9850c7ec6487212b598193be3a8b8311a53a907a752e48d7af4cfdb33742c94e46d00f7bbd17ba4bdc9d27d32c3b12f1d21d0707ef95e82adb5793c8
-MISC metadata.xml 534 BLAKE2B 4bb7485a8b8921c83080d93dd11264cf2a5510941bd39406ec76d18a9c5604cb16022aeb79e188577f72433b37cc373abf32c18154da700d1e01144a6dcb4645 SHA512 92b2253abe83d78db2d9708792511353e2766024b09f4c41594aaee7a881a22e2aa99f38602a692d62599640b6ee18290a2356356fb927c3c1e233b720d075aa
diff --git a/dev-haskell/yesod-auth-hashdb/metadata.xml b/dev-haskell/yesod-auth-hashdb/metadata.xml
deleted file mode 100644
index f114d7d6fbc4..000000000000
--- a/dev-haskell/yesod-auth-hashdb/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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.7.1.2.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.7.1.2.ebuild
deleted file mode 100644
index 0903427866fc..000000000000
--- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.7.1.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.4
-
-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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/aeson:=[profile?]
- >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.11:=[profile?]
- >=dev-haskell/text-0.7:=[profile?]
- >=dev-haskell/yesod-auth-1.4.18:=[profile?] <dev-haskell/yesod-auth-1.7:=[profile?]
- >=dev-haskell/yesod-core-1.4.19:=[profile?] <dev-haskell/yesod-core-1.7:=[profile?]
- >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.7:=[profile?]
- >=dev-haskell/yesod-persistent-1.2:=[profile?]
- >=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.22.2.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/unordered-containers
- dev-haskell/wai-extra
- dev-haskell/yesod
- >=dev-haskell/yesod-test-1.5.0.1
- >=dev-haskell/yesod-auth-1.6.1 <dev-haskell/yesod-auth-1.7 )
-"