Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/yesod-auth-hashdb/
Date: Mon, 30 May 2016 21:15:48
Message-Id: 1464642936.d828bc6b06f455a8853af7a180476e11d519a1fa.slyfox@gentoo
1 commit: d828bc6b06f455a8853af7a180476e11d519a1fa
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:37:53 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 21:15:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d828bc6b
7
8 dev-haskell/yesod-auth-hashdb: drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-haskell/yesod-auth-hashdb/Manifest | 2 --
13 .../yesod-auth-hashdb-1.3.0.1.ebuild | 32 --------------------
14 .../yesod-auth-hashdb-1.4.2.2.ebuild | 34 ----------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-haskell/yesod-auth-hashdb/Manifest b/dev-haskell/yesod-auth-hashdb/Manifest
18 index 213aed1..686caff 100644
19 --- a/dev-haskell/yesod-auth-hashdb/Manifest
20 +++ b/dev-haskell/yesod-auth-hashdb/Manifest
21 @@ -1,3 +1 @@
22 -DIST yesod-auth-hashdb-1.3.0.1.tar.gz 6772 SHA256 984c38923340cd59b87f0862024cb5a9c02a84184093f2d52760999700afe860 SHA512 51bf15517055ff9929f4c633e22e1a17102a0ee06b2111ea1b4541ae013234ea41668599ae816c993ca1237b3aabe9c278d3e161504af5a2ead84c1bf2b9b26b WHIRLPOOL d06e85d1db995aad2c3b7290696819f6ee84eb71e807fed0eea2325c217f81f2d527c6ba64d88bc12224f14713a4f8d15a19edb615820a4f6b3a3da636723ccc
23 -DIST yesod-auth-hashdb-1.4.2.2.tar.gz 10290 SHA256 d904933fa5172cc330785591eb92fa61a3cb86599c617ff4bdedf348ecad5868 SHA512 f0a87e93dcd36887a1cc214024267c25b8d9721c44c3b9147205b22c27e663dced3482e81f35cd8685bb95c47c44ec8631adf7929f22605571570e8b3a2e862d WHIRLPOOL 96c12ba1c25435335f12f025372d97d721fd78028225111a7c33e47064809cbbda965540040c00d3652e626589824ee63b2e8095b0eab6a85f5b2c3ec0576574
24 DIST yesod-auth-hashdb-1.5.1.tar.gz 12987 SHA256 fb69116768ae46b0ba582e91151438fd9f89daf0fbcfb5fc534058798552d2fe SHA512 9fbbd5b3b8bdd56e0e35a7609408fff034ba320e8271655ae29d75b1a75dd7c4ef9cebc4f94ed991137940d8161ec8560af6bf3c397d86de78e447adaf741ccf WHIRLPOOL e8bf1ccd36d55da08abdba4ec14f326345732ef13a30781d66fde584e3f84648e2f8f81e103e366f1b1c1bb8a4fe390cc5272d18a65e3db59eb9fdb768af6b5b
25
26 diff --git a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild
27 deleted file mode 100644
28 index 1bb8aa2..0000000
29 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.3.0.1.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -# ebuild generated by hackport 0.4.2.9999
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Authentication plugin for Yesod"
44 -HOMEPAGE="http://www.yesodweb.com/"
45 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND=">=dev-haskell/cryptohash-0.8:=[profile?] <dev-haskell/cryptohash-0.12:=[profile?]
53 - >=dev-haskell/pwstore-fast-2.2:=[profile?] <dev-haskell/pwstore-fast-2.5:=[profile?]
54 - >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-2.0:=[profile?]
55 - >=dev-haskell/yesod-auth-1.3:=[profile?] <dev-haskell/yesod-auth-1.4:=[profile?]
56 - >=dev-haskell/yesod-core-1.2:=[profile?] <dev-haskell/yesod-core-1.3:=[profile?]
57 - >=dev-haskell/yesod-form-1.3:=[profile?] <dev-haskell/yesod-form-1.4:=[profile?]
58 - >=dev-haskell/yesod-persistent-1.2:=[profile?] <dev-haskell/yesod-persistent-1.3:=[profile?]
59 - >=dev-lang/ghc-7.4.1:=
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-haskell/cabal-1.6.0
63 -"
64
65 diff --git a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.2.ebuild b/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.2.ebuild
66 deleted file mode 100644
67 index 1a4cc9e..0000000
68 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.4.2.2.ebuild
69 +++ /dev/null
70 @@ -1,34 +0,0 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=5
76 -
77 -# ebuild generated by hackport 0.4.5.9999
78 -
79 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
80 -inherit haskell-cabal
81 -
82 -DESCRIPTION="Authentication plugin for Yesod"
83 -HOMEPAGE="https://github.com/paul-rouse/yesod-auth-hashdb"
84 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
85 -
86 -LICENSE="MIT"
87 -SLOT="0/${PV}"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE=""
90 -
91 -RDEPEND=">=dev-haskell/cryptohash-0.8:=[profile?]
92 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.3:=[profile?]
93 - >=dev-haskell/pwstore-fast-2.2:=[profile?]
94 - >=dev-haskell/text-0.7:=[profile?]
95 - >=dev-haskell/yesod-auth-1.4:=[profile?] <dev-haskell/yesod-auth-1.5:=[profile?]
96 - >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
97 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
98 - >=dev-haskell/yesod-persistent-1.2:=[profile?]
99 - >=dev-lang/ghc-7.4.1:=
100 -"
101 -DEPEND="${RDEPEND}
102 - >=dev-haskell/cabal-1.8.0
103 - test? ( dev-haskell/hspec )
104 -"