Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/persistent-template: metadata.xml persistent-template-1.2.0.2.ebuild persistent-template-1.1.3.1.ebuild persistent-template-1.2.0.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:58:05
Message-Id: 20130826115802.821E42004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:58:02
2
3 Added: metadata.xml persistent-template-1.2.0.2.ebuild
4 persistent-template-1.1.3.1.ebuild
5 persistent-template-1.2.0.1.ebuild ChangeLog
6 Log:
7 dev-haskell/persistent-template: initial layout
8
9 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
10
11 Revision Changes Path
12 1.1 dev-haskell/persistent-template/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/metadata.xml?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/metadata.xml?rev=1.1&content-type=text/plain
16
17 Index: metadata.xml
18 ===================================================================
19 <?xml version="1.0" encoding="UTF-8"?>
20 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 <pkgmetadata>
22 <herd>haskell</herd>
23 <maintainer>
24 <email>haskell@g.o</email>
25 </maintainer>
26 <longdescription>
27 This library provides just the general interface and helper functions. You must use a specific backend in order to make this useful.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild?rev=1.1&content-type=text/plain
37
38 Index: persistent-template-1.2.0.2.ebuild
39 ===================================================================
40 # Copyright 1999-2013 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.2.ebuild,v 1.1 2013/08/26 11:58:02 qnikst Exp $
43
44 EAPI=5
45
46 # ebuild generated by hackport 0.3.2.9999
47
48 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
49 inherit haskell-cabal
50
51 DESCRIPTION="Type-safe, non-relational, multi-backend persistence."
52 HOMEPAGE="http://www.yesodweb.com/book/persistent"
53 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
54
55 LICENSE="MIT"
56 SLOT="0/${PV}"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND="dev-haskell/aeson:=[profile?]
61 >=dev-haskell/monad-control-0.2:=[profile?]
62 <dev-haskell/monad-control-0.4:=[profile?]
63 dev-haskell/monad-logger:=[profile?]
64 =dev-haskell/persistent-1.2*:=[profile?]
65 >=dev-haskell/text-0.5:=[profile?]
66 <dev-haskell/text-1.0:=[profile?]
67 >=dev-haskell/transformers-0.2:=[profile?]
68 <dev-haskell/transformers-0.4:=[profile?]
69 >=dev-lang/ghc-6.10.4:="
70 DEPEND="${RDEPEND}
71 >=dev-haskell/cabal-1.8
72 test? ( >=dev-haskell/hspec-1.3
73 dev-haskell/quickcheck
74 )"
75
76
77
78 1.1 dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild?rev=1.1&content-type=text/plain
82
83 Index: persistent-template-1.1.3.1.ebuild
84 ===================================================================
85 # Copyright 1999-2013 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.1.3.1.ebuild,v 1.1 2013/08/26 11:58:02 qnikst Exp $
88
89 EAPI=5
90
91 # ebuild generated by hackport 0.3.2.9999
92
93 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
94 inherit haskell-cabal
95
96 DESCRIPTION="Type-safe, non-relational, multi-backend persistence."
97 HOMEPAGE="http://www.yesodweb.com/book/persistent"
98 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
99
100 LICENSE="MIT"
101 SLOT="0/${PV}"
102 KEYWORDS="~amd64 ~x86"
103 IUSE=""
104
105 RDEPEND="dev-haskell/aeson:=[profile?]
106 >=dev-haskell/monad-control-0.2:=[profile?]
107 <dev-haskell/monad-control-0.4:=[profile?]
108 >=dev-haskell/persistent-1.1.2:=[profile?]
109 <dev-haskell/persistent-1.2:=[profile?]
110 >=dev-haskell/text-0.5:=[profile?]
111 <dev-haskell/text-1.0:=[profile?]
112 >=dev-haskell/transformers-0.2:=[profile?]
113 <dev-haskell/transformers-0.4:=[profile?]
114 >=dev-lang/ghc-6.10.4:="
115 DEPEND="${RDEPEND}
116 >=dev-haskell/cabal-1.8
117 test? ( >=dev-haskell/hspec-1.3
118 dev-haskell/quickcheck
119 )"
120
121
122
123 1.1 dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild?rev=1.1&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild?rev=1.1&content-type=text/plain
127
128 Index: persistent-template-1.2.0.1.ebuild
129 ===================================================================
130 # Copyright 1999-2013 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/persistent-template-1.2.0.1.ebuild,v 1.1 2013/08/26 11:58:02 qnikst Exp $
133
134 EAPI=5
135
136 # ebuild generated by hackport 0.3.2.9999
137
138 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
139 inherit haskell-cabal
140
141 DESCRIPTION="Type-safe, non-relational, multi-backend persistence."
142 HOMEPAGE="http://www.yesodweb.com/book/persistent"
143 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
144
145 LICENSE="MIT"
146 SLOT="0/${PV}"
147 KEYWORDS="~amd64 ~x86"
148 IUSE=""
149
150 RDEPEND="dev-haskell/aeson:=[profile?]
151 >=dev-haskell/monad-control-0.2:=[profile?]
152 <dev-haskell/monad-control-0.4:=[profile?]
153 dev-haskell/monad-logger:=[profile?]
154 =dev-haskell/persistent-1.2*:=[profile?]
155 >=dev-haskell/text-0.5:=[profile?]
156 <dev-haskell/text-1.0:=[profile?]
157 >=dev-haskell/transformers-0.2:=[profile?]
158 <dev-haskell/transformers-0.4:=[profile?]
159 >=dev-lang/ghc-6.10.4:="
160 DEPEND="${RDEPEND}
161 >=dev-haskell/cabal-1.8
162 test? ( >=dev-haskell/hspec-1.3
163 dev-haskell/quickcheck
164 )"
165
166
167
168 1.1 dev-haskell/persistent-template/ChangeLog
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/ChangeLog?rev=1.1&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/persistent-template/ChangeLog?rev=1.1&content-type=text/plain
172
173 Index: ChangeLog
174 ===================================================================
175 # ChangeLog for dev-haskell/persistent-template
176 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
177 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/persistent-template/ChangeLog,v 1.1 2013/08/26 11:58:02 qnikst Exp $
178
179 *persistent-template-1.1.3.1 (26 Aug 2013)
180 *persistent-template-1.2.0.2 (26 Aug 2013)
181 *persistent-template-1.2.0.1 (26 Aug 2013)
182
183 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
184 +persistent-template-1.1.3.1.ebuild, +persistent-template-1.2.0.1.ebuild,
185 +persistent-template-1.2.0.2.ebuild:
186 dev-haskell/persistent-template: initial layout