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: Mon, 30 May 2016 21:15:48
Message-Id: 1464642936.0ab96be6d72da962b351ac9c7842f13c30446a04.slyfox@gentoo
1 commit: 0ab96be6d72da962b351ac9c7842f13c30446a04
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:36:29 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=0ab96be6
7
8 dev-haskell/yesod-persistent: drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-haskell/yesod-persistent/Manifest | 2 --
13 .../yesod-persistent/yesod-persistent-1.2.3.ebuild | 38 ----------------------
14 .../yesod-persistent-1.4.0.3.ebuild | 37 ---------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/dev-haskell/yesod-persistent/Manifest b/dev-haskell/yesod-persistent/Manifest
18 index dd36682..bd3cffd 100644
19 --- a/dev-haskell/yesod-persistent/Manifest
20 +++ b/dev-haskell/yesod-persistent/Manifest
21 @@ -1,3 +1 @@
22 -DIST yesod-persistent-1.2.3.tar.gz 4169 SHA256 fc3627ff021573cb92403b667e20ebb6194b227f30a189019d288be1cdbfbacd SHA512 b7e7f6734ef0a61c61dbbe00d4496ca5ee51a389eaf0f32b2d6092f4662ca810cc051ed47b9976c35b69ca939dec858f1b70f6de8309a3e45486ef914ab329a3 WHIRLPOOL 9c05deefaf7b800463dfeb6551c8a86ad77072b5a29e001ee41680c6697bb9372fe1dab927b2375839f404f75dfdfef0f3b846fade132f149722958ea48ac73a
23 -DIST yesod-persistent-1.4.0.3.tar.gz 4283 SHA256 6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f SHA512 9701fd77fe40862f712a3f2ff7108203c2a1532bea03c1d63396c0133fb24b2adc70d134b22f7e61a1e5c96a8a8859f131eea0e180fe9e731dd2d0ca8d47b0ae WHIRLPOOL ed436bcf4db489f89c1935ce9240b31cc6e4a08d12d24c183db4c3221151502f37ec32e7a5114244a86404192bb22ebb625d85406d716f5d441faeacf234ba16
24 DIST yesod-persistent-1.4.0.5.tar.gz 4375 SHA256 e5ad890ca4d4c0499ae08e5e1e294f4c1435e9395ba1ba9bb3acf3982eb8d2c2 SHA512 867e252e7c511da5b4adaaebb22f53fcf657a588c43be456d8415157e49caa8e51b40fb875bf93834cf93c353c5d9f8455eff911636a13245c0725617ad52eb1 WHIRLPOOL aad20e94944de017138c5d172602326152681ea36c9c9e2bba6e681f421d3f836c28e2ec5e15418c65bf009ddd858f40f015a991beef52420426a801d1ed6913
25
26 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild
27 deleted file mode 100644
28 index b88a962..0000000
29 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.2.3.ebuild
30 +++ /dev/null
31 @@ -1,38 +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 test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Some helpers for using Persistent from 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/blaze-builder:=[profile?]
53 - dev-haskell/conduit:=[profile?]
54 - >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.4:=[profile?]
55 - >=dev-haskell/persistent-template-1.2:=[profile?] <dev-haskell/persistent-template-1.4:=[profile?]
56 - dev-haskell/resource-pool:=[profile?]
57 - >=dev-haskell/resourcet-0.4.5:=[profile?]
58 - >=dev-haskell/transformers-0.2.2:=[profile?]
59 - >=dev-haskell/yesod-core-1.2.2:=[profile?] <dev-haskell/yesod-core-1.3:=[profile?]
60 - >=dev-lang/ghc-7.4.1:=
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-1.8
64 - test? ( dev-haskell/hspec
65 - dev-haskell/persistent-sqlite
66 - dev-haskell/text
67 - dev-haskell/wai-extra
68 - dev-haskell/wai-test )
69 -"
70
71 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild
72 deleted file mode 100644
73 index 4cf3178..0000000
74 --- a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.3.ebuild
75 +++ /dev/null
76 @@ -1,37 +0,0 @@
77 -# Copyright 1999-2015 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=5
82 -
83 -# ebuild generated by hackport 0.4.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="http://www.yesodweb.com/"
90 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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.3:=[profile?]
100 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.2:=[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 -"