diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-16 10:06:58 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-16 10:53:13 +0100 |
commit | 6baa5686a32dec726173ad757cf14f9fcd048fb8 (patch) | |
tree | d5738ecbb845f090dbe889831b86ee2c0be14a35 /dev-haskell/yesod-auth | |
parent | dev-haskell/yesod: drop old (diff) | |
download | gentoo-6baa5686a32dec726173ad757cf14f9fcd048fb8.tar.gz gentoo-6baa5686a32dec726173ad757cf14f9fcd048fb8.tar.bz2 gentoo-6baa5686a32dec726173ad757cf14f9fcd048fb8.zip |
dev-haskell/yesod-auth: drop old
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/yesod-auth')
-rw-r--r-- | dev-haskell/yesod-auth/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild | 65 | ||||
-rw-r--r-- | dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild | 65 | ||||
-rw-r--r-- | dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild | 63 |
4 files changed, 0 insertions, 196 deletions
diff --git a/dev-haskell/yesod-auth/Manifest b/dev-haskell/yesod-auth/Manifest index 40f5be4af659..05bb0680d61a 100644 --- a/dev-haskell/yesod-auth/Manifest +++ b/dev-haskell/yesod-auth/Manifest @@ -1,4 +1 @@ -DIST yesod-auth-1.4.13.2.tar.gz 48670 BLAKE2B 1cae99e4ae777286de827fc86ad7fc0b81810bfe80f67e15b3de4358675151bcb66c58727b1a8e0c767f6dc2f29fecd0f0bac967ca69c30c5da684d127ff74bc SHA512 b22207d0ccf86345a50b87a66b4050727003edda7a54d86f81861471a694b2ccfb21d247bea972f21a2e8693cb79988028777f25791059ea3d2a47ddd8a47731 -DIST yesod-auth-1.4.13.5.tar.gz 49064 BLAKE2B c8120dd146266e8f5d31fa6149d6a5c30ca1d62cd9fdc9646afc125ad72a9253073f8d62a62b040f86bb8cc4afc58a5fa373af37552ed4d6b20710ec3c836cba SHA512 e401fc7b2d74c924108e59784f286704cbe44af05a8dabaacac027a3da45425592e0d85d0289c2601d5aec876fd19d2707b9a31a424f3997c8577a41dc49ed73 -DIST yesod-auth-1.4.16.tar.gz 50119 BLAKE2B 54f8a6b756e13c06597c989aa75bf6f16af2b16ac71f83d6c323853341fc9bfdc6c82be648aeef0ede89327ea9af0a41fa872d03819c0a03f59bd9e2cbf8a310 SHA512 cfa30040ce0c583a96af75ff1ff0c049a24239759814138d9891c05ceb8d47acbd39f96c3940713c5c3353627cba49504f29296a99c1fe8efcd3b033e19b677b DIST yesod-auth-1.6.9.tar.gz 52717 BLAKE2B 0b84d830effe84ecf5f4a5bdbaed31eb746b7af32ba39c753e0c40cf9d4a1bb4efb4fc7b4a25620acd69853ae878ff0c0937a1cd9c68c2ce06dba4d0b90ff67f SHA512 071f5c3b01f70d4cf7f9516d97bdf352a6fc20f9191c6a46bccacf84f7e245e8076ff1881fa6e64c3929d300a0361b5ed1bf67c670544e2c2eca07b8aa3e24c0 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild deleted file mode 100644 index 607490413b80..000000000000 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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" -inherit haskell-cabal - -DESCRIPTION="Authentication for Yesod" -HOMEPAGE="https://www.yesodweb.com/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+network-uri" - -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] - >=dev-haskell/authenticate-1.3:=[profile?] - dev-haskell/base16-bytestring:=[profile?] - dev-haskell/base64-bytestring:=[profile?] - dev-haskell/binary:=[profile?] - dev-haskell/blaze-builder:=[profile?] - >=dev-haskell/blaze-html-0.5:=[profile?] - >=dev-haskell/blaze-markup-0.5.1:=[profile?] - dev-haskell/byteable:=[profile?] - dev-haskell/conduit:=[profile?] - dev-haskell/conduit-extra:=[profile?] - dev-haskell/cryptohash:=[profile?] - dev-haskell/data-default:=[profile?] - >=dev-haskell/email-validate-1.0:=[profile?] - dev-haskell/file-embed:=[profile?] - dev-haskell/http-client:=[profile?] - >=dev-haskell/http-conduit-2.1:=[profile?] - dev-haskell/http-types:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/mime-mail-0.3:=[profile?] - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?] - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.6:=[profile?] - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.6:=[profile?] - >=dev-haskell/random-1.0.0.2:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/safe:=[profile?] - dev-haskell/shakespeare:=[profile?] - >=dev-haskell/text-0.7:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/wai-1.4:=[profile?] - >=dev-haskell/yesod-core-1.4.20:=[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.4:=[profile?] - >=dev-lang/ghc-7.4.1:= - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag network-uri network-uri) -} diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild deleted file mode 100644 index d15c2082a549..000000000000 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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" -inherit haskell-cabal - -DESCRIPTION="Authentication for Yesod" -HOMEPAGE="https://www.yesodweb.com/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+network-uri" - -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] - >=dev-haskell/authenticate-1.3:=[profile?] - dev-haskell/base16-bytestring:=[profile?] - dev-haskell/base64-bytestring:=[profile?] - dev-haskell/binary:=[profile?] - dev-haskell/blaze-builder:=[profile?] - >=dev-haskell/blaze-html-0.5:=[profile?] - >=dev-haskell/blaze-markup-0.5.1:=[profile?] - dev-haskell/byteable:=[profile?] - dev-haskell/conduit:=[profile?] - dev-haskell/conduit-extra:=[profile?] - dev-haskell/cryptohash:=[profile?] - dev-haskell/data-default:=[profile?] - >=dev-haskell/email-validate-1.0:=[profile?] - dev-haskell/file-embed:=[profile?] - dev-haskell/http-client:=[profile?] - >=dev-haskell/http-conduit-2.1:=[profile?] - dev-haskell/http-types:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/mime-mail-0.3:=[profile?] - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?] - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?] - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?] - >=dev-haskell/random-1.0.0.2:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/safe:=[profile?] - dev-haskell/shakespeare:=[profile?] - >=dev-haskell/text-0.7:=[profile?] - >=dev-haskell/transformers-0.2.2:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/wai-1.4:=[profile?] - >=dev-haskell/yesod-core-1.4.20:=[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.4:=[profile?] - >=dev-lang/ghc-7.4.1:= - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag network-uri network-uri) -} diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild deleted file mode 100644 index 93b08a11063e..000000000000 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Authentication for Yesod" -HOMEPAGE="https://www.yesodweb.com/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+network-uri" - -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] - >=dev-haskell/authenticate-1.3:=[profile?] - dev-haskell/base16-bytestring:=[profile?] - dev-haskell/base64-bytestring:=[profile?] - dev-haskell/blaze-builder:=[profile?] - >=dev-haskell/blaze-html-0.5:=[profile?] - >=dev-haskell/blaze-markup-0.5.1:=[profile?] - dev-haskell/byteable:=[profile?] - dev-haskell/conduit:=[profile?] - dev-haskell/conduit-extra:=[profile?] - dev-haskell/cryptohash:=[profile?] - dev-haskell/data-default:=[profile?] - >=dev-haskell/email-validate-1.0:=[profile?] - dev-haskell/file-embed:=[profile?] - dev-haskell/http-client:=[profile?] - >=dev-haskell/http-conduit-2.1:=[profile?] - dev-haskell/http-types:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/mime-mail-0.3:=[profile?] - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?] - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?] - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?] - >=dev-haskell/random-1.0.0.2:=[profile?] - dev-haskell/resourcet:=[profile?] - dev-haskell/safe:=[profile?] - dev-haskell/shakespeare:=[profile?] - >=dev-haskell/text-0.7:=[profile?] - dev-haskell/unordered-containers:=[profile?] - >=dev-haskell/wai-1.4:=[profile?] - >=dev-haskell/yesod-core-1.4.31:=[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.4:=[profile?] - >=dev-lang/ghc-7.8.2:= - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? ( <dev-haskell/network-2.6:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag network-uri network-uri) -} |