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/wai-test: metadata.xml wai-test-1.3.1.1.ebuild wai-test-1.3.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:49:17
Message-Id: 20130826114913.6E70B2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:49:13
2
3 Added: metadata.xml wai-test-1.3.1.1.ebuild
4 wai-test-1.3.1.ebuild ChangeLog
5 Log:
6 dev-haskell/wai-test: initial layout
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.1 dev-haskell/wai-test/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>haskell</herd>
22 <maintainer>
23 <email>haskell@g.o</email>
24 </maintainer>
25 <longdescription>
26 Unit test framework (built on HUnit) for WAI applications.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild?rev=1.1&content-type=text/plain
36
37 Index: wai-test-1.3.1.1.ebuild
38 ===================================================================
39 # Copyright 1999-2013 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild,v 1.1 2013/08/26 11:49:13 qnikst Exp $
42
43 EAPI=5
44
45 # ebuild generated by hackport 0.3.2.9999
46
47 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
48 inherit haskell-cabal
49
50 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications."
51 HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
52 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
53
54 LICENSE="MIT"
55 SLOT="0/${PV}"
56 KEYWORDS="~amd64 ~x86"
57 IUSE=""
58
59 RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
60 <dev-haskell/blaze-builder-0.4:=[profile?]
61 >=dev-haskell/blaze-builder-conduit-0.5:=[profile?]
62 <dev-haskell/blaze-builder-conduit-1.1:=[profile?]
63 >=dev-haskell/case-insensitive-0.2:=[profile?]
64 >=dev-haskell/conduit-0.5:=[profile?]
65 <dev-haskell/conduit-1.1:=[profile?]
66 >=dev-haskell/cookie-0.2:=[profile?]
67 <dev-haskell/cookie-0.5:=[profile?]
68 >=dev-haskell/http-types-0.7:=[profile?]
69 =dev-haskell/hunit-1.2*:=[profile?]
70 dev-haskell/network:=[profile?]
71 >=dev-haskell/text-0.7:=[profile?]
72 <dev-haskell/text-0.12:=[profile?]
73 >=dev-haskell/transformers-0.2.2:=[profile?]
74 <dev-haskell/transformers-0.4:=[profile?]
75 >=dev-haskell/wai-1.3:=[profile?]
76 <dev-haskell/wai-1.5:=[profile?]
77 >=dev-lang/ghc-6.10.4:="
78 DEPEND="${RDEPEND}
79 >=dev-haskell/cabal-1.8
80 test? ( >=dev-haskell/hspec-1.3
81 )"
82
83
84
85 1.1 dev-haskell/wai-test/wai-test-1.3.1.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.ebuild?rev=1.1&content-type=text/plain
89
90 Index: wai-test-1.3.1.ebuild
91 ===================================================================
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/wai-test-1.3.1.ebuild,v 1.1 2013/08/26 11:49:13 qnikst Exp $
95
96 EAPI=5
97
98 # ebuild generated by hackport 0.3.2.9999
99
100 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
101 inherit haskell-cabal
102
103 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications."
104 HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
105 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
106
107 LICENSE="MIT"
108 SLOT="0/${PV}"
109 KEYWORDS="~amd64 ~x86"
110 IUSE=""
111
112 RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
113 <dev-haskell/blaze-builder-0.4:=[profile?]
114 >=dev-haskell/blaze-builder-conduit-0.5:=[profile?]
115 <dev-haskell/blaze-builder-conduit-1.1:=[profile?]
116 >=dev-haskell/case-insensitive-0.2:=[profile?]
117 >=dev-haskell/conduit-0.5:=[profile?]
118 <dev-haskell/conduit-1.1:=[profile?]
119 >=dev-haskell/cookie-0.2:=[profile?]
120 <dev-haskell/cookie-0.5:=[profile?]
121 >=dev-haskell/http-types-0.7:=[profile?]
122 =dev-haskell/hunit-1.2*:=[profile?]
123 dev-haskell/network:=[profile?]
124 >=dev-haskell/text-0.7:=[profile?]
125 <dev-haskell/text-0.12:=[profile?]
126 >=dev-haskell/transformers-0.2.2:=[profile?]
127 <dev-haskell/transformers-0.4:=[profile?]
128 >=dev-haskell/wai-1.3:=[profile?]
129 <dev-haskell/wai-1.5:=[profile?]
130 >=dev-lang/ghc-6.10.4:="
131 DEPEND="${RDEPEND}
132 >=dev-haskell/cabal-1.8
133 test? ( >=dev-haskell/hspec-1.3
134 )"
135
136
137
138 1.1 dev-haskell/wai-test/ChangeLog
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/ChangeLog?rev=1.1&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-test/ChangeLog?rev=1.1&content-type=text/plain
142
143 Index: ChangeLog
144 ===================================================================
145 # ChangeLog for dev-haskell/wai-test
146 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
147 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-test/ChangeLog,v 1.1 2013/08/26 11:49:13 qnikst Exp $
148
149 *wai-test-1.3.1.1 (26 Aug 2013)
150 *wai-test-1.3.1 (26 Aug 2013)
151
152 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
153 +wai-test-1.3.1.1.ebuild, +wai-test-1.3.1.ebuild:
154 dev-haskell/wai-test: initial layout