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: Sun, 16 Aug 2020 09:53:27
Message-Id: 1597571592.ecc2b641f112b91618560a90ca20fe297ed0125a.slyfox@gentoo
1 commit: ecc2b641f112b91618560a90ca20fe297ed0125a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 09:03:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 09:53:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc2b641
7
8 dev-haskell/yesod-auth-hashdb: drop old
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/yesod-auth-hashdb/Manifest | 2 -
14 .../yesod-auth-hashdb-1.5.1.3.ebuild | 43 ----------------------
15 .../yesod-auth-hashdb-1.5.1.ebuild | 43 ----------------------
16 3 files changed, 88 deletions(-)
17
18 diff --git a/dev-haskell/yesod-auth-hashdb/Manifest b/dev-haskell/yesod-auth-hashdb/Manifest
19 index 2c1593fc164..4059abe74f8 100644
20 --- a/dev-haskell/yesod-auth-hashdb/Manifest
21 +++ b/dev-haskell/yesod-auth-hashdb/Manifest
22 @@ -1,3 +1 @@
23 -DIST yesod-auth-hashdb-1.5.1.3.tar.gz 13367 BLAKE2B ee67116905ba799cb67e813e2096c63361ab9c4d7fdb3d64df44744e7df39b2a5754acf4f79a9b87f167a827449c6bfadc1a0bdb4df6f39f3b9110d8b7c3b0ae SHA512 2fd7de432307c2e4465b8eb9ca6af6e1ede0fb8a3e09f9a6d04cff63d03c2db57eba2282f3441b45c82774bb063fa1d5546b832ca521074304e03343010a1952
24 -DIST yesod-auth-hashdb-1.5.1.tar.gz 12987 BLAKE2B c0a715d26950de505e76900b309572b78ca28d8bcbd6c3c5935c91a6e614e46bb05089c442d154703ba230ab2e591bb16b1bb2fdaabac68bb51b1496030db956 SHA512 9fbbd5b3b8bdd56e0e35a7609408fff034ba320e8271655ae29d75b1a75dd7c4ef9cebc4f94ed991137940d8161ec8560af6bf3c397d86de78e447adaf741ccf
25 DIST yesod-auth-hashdb-1.7.1.2.tar.gz 15751 BLAKE2B cff24e8957a68539c168466f77433fee064aa76b8426e9c1023ff704c990d0b774341c113bae066b30bbcb01e1c1199f8c6dcd9431e574838c67863a63f791a5 SHA512 417c5113530b6960f30e5209f0188c5367361acfbea2eb60a6d30a9facb5a3be6d8547dfa504da4f7a7585d8c848adbaafa0a28ffea6930f9954071e6e2647e2
26
27 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
28 deleted file mode 100644
29 index 961d9bf69d9..00000000000
30 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.3.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -# ebuild generated by hackport 0.5.9999
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Authentication plugin for Yesod"
44 -HOMEPAGE="https://github.com/paul-rouse/yesod-auth-hashdb"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${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?]
53 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
54 - >=dev-haskell/pwstore-fast-2.2:=[profile?]
55 - >=dev-haskell/text-0.7:=[profile?]
56 - >=dev-haskell/yesod-auth-1.4:=[profile?] <dev-haskell/yesod-auth-1.5:=[profile?]
57 - >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
58 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
59 - >=dev-haskell/yesod-persistent-1.2:=[profile?]
60 - >=dev-lang/ghc-7.4.1:=
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-1.8.0
64 - test? ( dev-haskell/basic-prelude
65 - >=dev-haskell/hspec-2.0.0
66 - dev-haskell/http-conduit
67 - dev-haskell/http-types
68 - dev-haskell/monad-logger
69 - dev-haskell/network-uri
70 - dev-haskell/persistent-sqlite
71 - dev-haskell/resourcet
72 - dev-haskell/wai-extra
73 - dev-haskell/yesod
74 - >=dev-haskell/yesod-test-1.4.3 )
75 -"
76
77 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
78 deleted file mode 100644
79 index f5332450b22..00000000000
80 --- a/dev-haskell/yesod-auth-hashdb/yesod-auth-hashdb-1.5.1.ebuild
81 +++ /dev/null
82 @@ -1,43 +0,0 @@
83 -# Copyright 1999-2019 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -# ebuild generated by hackport 0.5.9999
89 -
90 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
91 -inherit haskell-cabal
92 -
93 -DESCRIPTION="Authentication plugin for Yesod"
94 -HOMEPAGE="https://github.com/paul-rouse/yesod-auth-hashdb"
95 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
96 -
97 -LICENSE="MIT"
98 -SLOT="0/${PV}"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE=""
101 -
102 -RDEPEND=">=dev-haskell/cryptohash-0.8:=[profile?]
103 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.6:=[profile?]
104 - >=dev-haskell/pwstore-fast-2.2:=[profile?]
105 - >=dev-haskell/text-0.7:=[profile?]
106 - >=dev-haskell/yesod-auth-1.4:=[profile?] <dev-haskell/yesod-auth-1.5:=[profile?]
107 - >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
108 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
109 - >=dev-haskell/yesod-persistent-1.2:=[profile?]
110 - >=dev-lang/ghc-7.4.1:=
111 -"
112 -DEPEND="${RDEPEND}
113 - >=dev-haskell/cabal-1.8.0
114 - test? ( dev-haskell/classy-prelude
115 - >=dev-haskell/hspec-2.0.0
116 - dev-haskell/http-conduit
117 - dev-haskell/http-types
118 - dev-haskell/monad-logger
119 - dev-haskell/network-uri
120 - dev-haskell/persistent-sqlite
121 - dev-haskell/resourcet
122 - dev-haskell/wai-extra
123 - dev-haskell/yesod
124 - >=dev-haskell/yesod-test-1.4.3 )
125 -"