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-persistent/
Date: Sun, 16 Aug 2020 09:53:29
Message-Id: 1597571594.0b7fe4ec22e0ca618669793476df407d168c1081.slyfox@gentoo
1 commit: 0b7fe4ec22e0ca618669793476df407d168c1081
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 09:09:30 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 09:53:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7fe4ec
7
8 dev-haskell/yesod-persistent: 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-persistent/Manifest | 3 --
14 .../yesod-persistent-1.4.0.5.ebuild | 36 ----------------------
15 .../yesod-persistent-1.4.0.6.ebuild | 36 ----------------------
16 .../yesod-persistent-1.4.1.1.ebuild | 35 ---------------------
17 4 files changed, 110 deletions(-)
18
19 diff --git a/dev-haskell/yesod-persistent/Manifest b/dev-haskell/yesod-persistent/Manifest
20 index 9883ec097f1..b156f46219e 100644
21 --- a/dev-haskell/yesod-persistent/Manifest
22 +++ b/dev-haskell/yesod-persistent/Manifest
23 @@ -1,4 +1 @@
24 -DIST yesod-persistent-1.4.0.5.tar.gz 4375 BLAKE2B 805d7a92af3183a7dbe47f836162bfc6c39c9fe65e40681cac949fe89b0a54dcbf9a41582f4f077d32570b4b5978073330c72087a62f9a3337e528aa12f96cd8 SHA512 867e252e7c511da5b4adaaebb22f53fcf657a588c43be456d8415157e49caa8e51b40fb875bf93834cf93c353c5d9f8455eff911636a13245c0725617ad52eb1
25 -DIST yesod-persistent-1.4.0.6.tar.gz 4401 BLAKE2B 7fe7900bee5ee3925b9a9c0d557e46a482c9fe40ac1a4669767ee52921ebf0c5d76a5b4e7957ccf9baf1938cf3955ce72ede4d822c056c86f5717d9e3eece858 SHA512 36f949ad6e2740ee3f9e3d198e4e8641b8349f41d1ebb4a958892df638a966b98cffb2579d3d08dae30baffd385aaba93364864736db973ce74174eb2062f64e
26 -DIST yesod-persistent-1.4.1.1.tar.gz 4893 BLAKE2B 5760256a7dcba44df192e47df3dfc0f4cd8691dd4a48def527e21c29e9111e644aef7a2be089cab44227248167c382b07b4217c8a3ba16bb470830e16c00d120 SHA512 e808d9266299d5d91c8d7766af62693791654213a1c51368e4259c9fcbd16e476d17403870d1ce5dd1c8761fa09932b4e91f713af715ca8e0de63a13f48bda04
27 DIST yesod-persistent-1.6.0.4.tar.gz 5319 BLAKE2B ed8afa4ceaad8dabd62e5da4d11d7aef3f2f8c97277de6df99380be8650ca3c0481aba2f62204b8d94f9bc5769e260c1576dd9fe5608626bd6018d1e965389ca SHA512 a52d85b025397ae04641346107124a5570765356bc7209f0391646b93b3c8954219c73d717c98d108d552800eeb2122531f98abd2b0e2109aee59c7d9825f70d
28
29 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild
30 deleted file mode 100644
31 index d744096b8ca..00000000000
32 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.5.ebuild
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -# ebuild generated by hackport 0.5.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Some helpers for using Persistent from Yesod"
46 -HOMEPAGE="https://www.yesodweb.com/"
47 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND="dev-haskell/blaze-builder:=[profile?]
55 - dev-haskell/conduit:=[profile?]
56 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.6:=[profile?]
57 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.6:=[profile?]
58 - dev-haskell/resource-pool:=[profile?]
59 - >=dev-haskell/resourcet-0.4.5:=[profile?]
60 - >=dev-haskell/transformers-0.2.2:=[profile?]
61 - >=dev-haskell/yesod-core-1.4.0:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
62 - >=dev-lang/ghc-7.4.1:=
63 -"
64 -DEPEND="${RDEPEND}
65 - >=dev-haskell/cabal-1.8
66 - test? ( dev-haskell/hspec
67 - dev-haskell/persistent-sqlite
68 - dev-haskell/text
69 - dev-haskell/wai-extra )
70 -"
71
72 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild
73 deleted file mode 100644
74 index 9ac021eba12..00000000000
75 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild
76 +++ /dev/null
77 @@ -1,36 +0,0 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -# ebuild generated by hackport 0.5.9999
84 -
85 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
86 -inherit haskell-cabal
87 -
88 -DESCRIPTION="Some helpers for using Persistent from Yesod"
89 -HOMEPAGE="https://www.yesodweb.com/"
90 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
91 -
92 -LICENSE="MIT"
93 -SLOT="0/${PV}"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE=""
96 -
97 -RDEPEND="dev-haskell/blaze-builder:=[profile?]
98 - dev-haskell/conduit:=[profile?]
99 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
100 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?]
101 - dev-haskell/resource-pool:=[profile?]
102 - >=dev-haskell/resourcet-0.4.5:=[profile?]
103 - >=dev-haskell/transformers-0.2.2:=[profile?]
104 - >=dev-haskell/yesod-core-1.4.0:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
105 - >=dev-lang/ghc-7.4.1:=
106 -"
107 -DEPEND="${RDEPEND}
108 - >=dev-haskell/cabal-1.8
109 - test? ( dev-haskell/hspec
110 - dev-haskell/persistent-sqlite
111 - dev-haskell/text
112 - dev-haskell/wai-extra )
113 -"
114
115 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild
116 deleted file mode 100644
117 index a290fa55d38..00000000000
118 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.1.1.ebuild
119 +++ /dev/null
120 @@ -1,35 +0,0 @@
121 -# Copyright 1999-2019 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=6
125 -
126 -# ebuild generated by hackport 0.5.1.9999
127 -
128 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
129 -inherit haskell-cabal
130 -
131 -DESCRIPTION="Some helpers for using Persistent from Yesod"
132 -HOMEPAGE="https://www.yesodweb.com/"
133 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
134 -
135 -LICENSE="MIT"
136 -SLOT="0/${PV}"
137 -KEYWORDS="~amd64 ~x86"
138 -IUSE=""
139 -
140 -RDEPEND="dev-haskell/blaze-builder:=[profile?]
141 - dev-haskell/conduit:=[profile?]
142 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
143 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?]
144 - dev-haskell/resource-pool:=[profile?]
145 - >=dev-haskell/resourcet-0.4.5:=[profile?]
146 - >=dev-haskell/yesod-core-1.4.0:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
147 - >=dev-lang/ghc-7.8.2:=
148 -"
149 -DEPEND="${RDEPEND}
150 - >=dev-haskell/cabal-1.18.1.3
151 - test? ( dev-haskell/hspec
152 - dev-haskell/persistent-sqlite
153 - dev-haskell/text
154 - dev-haskell/wai-extra )
155 -"