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/persistent-template/
Date: Mon, 30 May 2016 21:15:55
Message-Id: 1464642936.eb10520799ec70bf8bf3a46750d8a6edf9b6208c.slyfox@gentoo
1 commit: eb10520799ec70bf8bf3a46750d8a6edf9b6208c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:34:00 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=eb105207
7
8 dev-haskell/persistent-template: drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-haskell/persistent-template/Manifest | 3 --
13 .../persistent-template-1.1.3.1.ebuild | 35 ----------------------
14 .../persistent-template-1.2.0.6.ebuild | 33 --------------------
15 .../persistent-template-1.3.1.4.ebuild | 34 ---------------------
16 4 files changed, 105 deletions(-)
17
18 diff --git a/dev-haskell/persistent-template/Manifest b/dev-haskell/persistent-template/Manifest
19 index d2b526b..bcf0d95 100644
20 --- a/dev-haskell/persistent-template/Manifest
21 +++ b/dev-haskell/persistent-template/Manifest
22 @@ -1,4 +1 @@
23 -DIST persistent-template-1.1.3.1.tar.gz 11611 SHA256 f70002bc0d1d02983e38787a67fc783f5ca4f87d75dc49e9bdc9b9b12beae104 SHA512 1497c5026d5842d706732ba023d93c6c1b9df03e1badbbc494f54965c845a920bf0825c1fa4f8858a41ccd9089fe7d70e03a5a112bc1526a8a47ef3b232f87e1 WHIRLPOOL bd6c367b7cad0e21df609aec562dad32e73fda3aeba7a0e474fd82d0ec4468dca695fca515aa2a89ce9b1ccf9f597c5dc63936a286a261a88630d3bcc4adc735
24 -DIST persistent-template-1.2.0.6.tar.gz 12485 SHA256 7adc6872fa72317236a5fd6ee154899df52556146b2ff722f8692ed584eb79ee SHA512 15724b255654de463fa5778d7391fe1ee5525df752fbbaad913b7f0fe7b8e605eef6b6515a359e5cc36cde5d907e4dcc6d157ef8111c76965379aa10ef5091a5 WHIRLPOOL 7fc57f681a77624d2a335330aafd5d5d8546c8d89bc04a2e311921469db2a6b0126526f73c1098fab06a5159ce722040764b4696e8943829b4c072df6765d523
25 -DIST persistent-template-1.3.1.4.tar.gz 14384 SHA256 d3313840ef0258775b2ce0d37ba9be0948a11d97ef6f3ed3ce76f0b476d045fb SHA512 5b6c421c555513c44c38e70905fb7388f21261d3f4b674604fd74b3ca3705b964beb8f23f4c84035c7ec51e0efd7c6e3930307d71830e2d451b94d25b6fc1e16 WHIRLPOOL f9cf0d36546fcf7675b48929c1650250c6eb37d44ad652689b4d44485b10e2c6848c13ce706048b0349bbfcab815297a3dd86d421e81274d392c877e29605976
26 DIST persistent-template-2.1.3.4.tar.gz 19084 SHA256 4f28c9ef478e3835de5bc0105907582b2e0229cecc84ffa895c67c1a59ae2172 SHA512 8b218dea93a6a2ca80801acb43f101d6809d7118f3b6765a98543d87b12b4b565d5b3ea1f1256863b2493553f996ef5dcc569432507de6477b1f59a02093d95a WHIRLPOOL cff63be1def830d15a099039be64221760b442ebe46466600b736269df2ca872199d20bebadad4477e1eb3964ff5d7e459522010e004389119adba11e43124e0
27
28 diff --git a/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild b/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild
29 deleted file mode 100644
30 index 091923a..0000000
31 --- a/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.3.2.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Type-safe, non-relational, multi-backend persistence"
46 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
47 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND="dev-haskell/aeson:=[profile?]
55 - >=dev-haskell/monad-control-0.2:=[profile?]
56 - <dev-haskell/monad-control-0.4:=[profile?]
57 - >=dev-haskell/persistent-1.1.2:=[profile?]
58 - <dev-haskell/persistent-1.2:=[profile?]
59 - >=dev-haskell/text-0.5:=[profile?]
60 - <dev-haskell/text-1.0:=[profile?]
61 - >=dev-haskell/transformers-0.2:=[profile?]
62 - <dev-haskell/transformers-0.4:=[profile?]
63 - >=dev-lang/ghc-6.10.4:="
64 -DEPEND="${RDEPEND}
65 - >=dev-haskell/cabal-1.8
66 - test? ( >=dev-haskell/hspec-1.3
67 - dev-haskell/quickcheck
68 - )"
69
70 diff --git a/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild b/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild
71 deleted file mode 100644
72 index e25d542..0000000
73 --- a/dev-haskell/persistent-template/persistent-template-1.2.0.6.ebuild
74 +++ /dev/null
75 @@ -1,33 +0,0 @@
76 -# Copyright 1999-2014 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -# $Id$
79 -
80 -EAPI=5
81 -
82 -# ebuild generated by hackport 0.3.5.9999
83 -
84 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
85 -inherit haskell-cabal
86 -
87 -DESCRIPTION="Type-safe, non-relational, multi-backend persistence"
88 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
89 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
90 -
91 -LICENSE="MIT"
92 -SLOT="0/${PV}"
93 -KEYWORDS="~amd64 ~x86"
94 -IUSE=""
95 -
96 -RDEPEND="dev-haskell/aeson:=[profile?]
97 - >=dev-haskell/monad-control-0.2:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
98 - dev-haskell/monad-logger:=[profile?]
99 - >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.3:=[profile?]
100 - >=dev-haskell/text-0.5:=[profile?]
101 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
102 - >=dev-lang/ghc-6.10.4:=
103 -"
104 -DEPEND="${RDEPEND}
105 - >=dev-haskell/cabal-1.8
106 - test? ( >=dev-haskell/hspec-1.3
107 - dev-haskell/quickcheck )
108 -"
109
110 diff --git a/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild b/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild
111 deleted file mode 100644
112 index c26008e..0000000
113 --- a/dev-haskell/persistent-template/persistent-template-1.3.1.4.ebuild
114 +++ /dev/null
115 @@ -1,34 +0,0 @@
116 -# Copyright 1999-2014 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -# $Id$
119 -
120 -EAPI=5
121 -
122 -# ebuild generated by hackport 0.4.2.9999
123 -
124 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
125 -inherit haskell-cabal
126 -
127 -DESCRIPTION="Type-safe, non-relational, multi-backend persistence"
128 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
129 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
130 -
131 -LICENSE="MIT"
132 -SLOT="0/${PV}"
133 -KEYWORDS="~amd64 ~x86"
134 -IUSE=""
135 -
136 -RDEPEND="dev-haskell/aeson:=[profile?]
137 - >=dev-haskell/monad-control-0.2:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
138 - dev-haskell/monad-logger:=[profile?]
139 - >=dev-haskell/persistent-1.3:=[profile?] <dev-haskell/persistent-1.4:=[profile?]
140 - >=dev-haskell/text-0.5:=[profile?]
141 - >=dev-haskell/transformers-0.2:=[profile?]
142 - dev-haskell/unordered-containers:=[profile?]
143 - >=dev-lang/ghc-7.4.1:=
144 -"
145 -DEPEND="${RDEPEND}
146 - >=dev-haskell/cabal-1.8
147 - test? ( >=dev-haskell/hspec-1.3
148 - dev-haskell/quickcheck )
149 -"