diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 09:43:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 541136ee283b29e1b2726b828f2b834b8e75d9e2 (patch) | |
tree | 8e63314d21faa88c2ea881178410c8eca21d7940 /dev-haskell/yesod-auth-hashdb | |
parent | dev-haskell/yesod-core: drop old (diff) | |
download | gentoo-541136ee283b29e1b2726b828f2b834b8e75d9e2.tar.gz gentoo-541136ee283b29e1b2726b828f2b834b8e75d9e2.tar.bz2 gentoo-541136ee283b29e1b2726b828f2b834b8e75d9e2.zip |
dev-haskell/yesod-auth-hashdb: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/yesod-auth-hashdb')
-rw-r--r-- | dev-haskell/yesod-auth-hashdb/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.1.1.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.1.ebuild | 34 |
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-haskell/yesod-auth-hashdb/Manifest b/dev-haskell/yesod-auth-hashdb/Manifest index 088f361592f1..13820bc7d319 100644 --- a/dev-haskell/yesod-auth-hashdb/Manifest +++ b/dev-haskell/yesod-auth-hashdb/Manifest @@ -1,4 +1,2 @@ DIST yesod-auth-hashdb-1.3.0.1.tar.gz 6772 SHA256 984c38923340cd59b87f0862024cb5a9c02a84184093f2d52760999700afe860 SHA512 51bf15517055ff9929f4c633e22e1a17102a0ee06b2111ea1b4541ae013234ea41668599ae816c993ca1237b3aabe9c278d3e161504af5a2ead84c1bf2b9b26b WHIRLPOOL d06e85d1db995aad2c3b7290696819f6ee84eb71e807fed0eea2325c217f81f2d527c6ba64d88bc12224f14713a4f8d15a19edb615820a4f6b3a3da636723ccc -DIST yesod-auth-hashdb-1.4.1.1.tar.gz 9845 SHA256 919950664b0e8a1faeea1054b8776dce0e474afab6491d6ea90337cd553c632d SHA512 36cc60d7d6518344a4fef39f03ab03c04817947e2ba1355f1082c13521ac0ad1406f0df77530c2b7806f1c62b72161b615bea81f5d16ba723e1c57295bbd813f WHIRLPOOL fb9f00487f927edd0fa03e5f61a74730524bb6f85da7714f7cff23d98bb0af2b595396529d635e3d02a2827b35a088f9d1190cbe97f8cad89bbb74ce3f76ec1a -DIST yesod-auth-hashdb-1.4.2.1.tar.gz 10273 SHA256 f4b6bf13c89769824131686d3cb379aafb454afeb95d17d2c233ffdd130188bd SHA512 0f804c160e9ba67530c1fd055ebe5be0c5214065ff1c155ce517f0697159cf487f488d58f4772f00390271756a0d9784e17b1d5fb4b9e269af78eb047780c818 WHIRLPOOL fa22ec706ef471e0602cfb5e603dea8e9277af1cc8cf080a1eb4c52419275771144c1a19f315f24c1194e5e859578475a9030ca4b076330a936e1838ff818295 DIST yesod-auth-hashdb-1.4.2.2.tar.gz 10290 SHA256 d904933fa5172cc330785591eb92fa61a3cb86599c617ff4bdedf348ecad5868 SHA512 f0a87e93dcd36887a1cc214024267c25b8d9721c44c3b9147205b22c27e663dced3482e81f35cd8685bb95c47c44ec8631adf7929f22605571570e8b3a2e862d WHIRLPOOL 96c12ba1c25435335f12f025372d97d721fd78028225111a7c33e47064809cbbda965540040c00d3652e626589824ee63b2e8095b0eab6a85f5b2c3ec0576574 diff --git a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.1.1.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.1.1.ebuild deleted file mode 100644 index a28ce90ab519..000000000000 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.1.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.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="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.2:=[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/hspec ) -" diff --git a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.1.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.1.ebuild deleted file mode 100644 index 39b568f225d9..000000000000 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.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.2:=[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/hspec ) -" |