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/yesod-static: yesod-static-1.2.0.ebuild metadata.xml yesod-static-1.1.2.3.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:28:42
Message-Id: 20130826122839.68EAD2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:28:39
2
3 Added: yesod-static-1.2.0.ebuild metadata.xml
4 yesod-static-1.1.2.3.ebuild ChangeLog
5 Log:
6 dev-haskell/yesod-static: 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/yesod-static/yesod-static-1.2.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: yesod-static-1.2.0.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.2.0.ebuild,v 1.1 2013/08/26 12:28:39 qnikst Exp $
21
22 EAPI=5
23
24 # ebuild generated by hackport 0.3.2.9999
25
26 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
27 inherit haskell-cabal
28
29 DESCRIPTION="Static file serving subsite for Yesod Web Framework."
30 HOMEPAGE="http://www.yesodweb.com/"
31 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0/${PV}"
35 KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 RDEPEND=">=dev-haskell/base64-bytestring-0.1.0.1:=[profile?]
39 >=dev-haskell/cereal-0.3:=[profile?]
40 >=dev-haskell/conduit-0.5:=[profile?]
41 >=dev-haskell/crypto-conduit-0.4:=[profile?]
42 >=dev-haskell/cryptohash-0.6.1:=[profile?]
43 dev-haskell/data-default:=[profile?]
44 >=dev-haskell/file-embed-0.0.4.1:=[profile?]
45 <dev-haskell/file-embed-0.5:=[profile?]
46 >=dev-haskell/http-types-0.7:=[profile?]
47 >=dev-haskell/shakespeare-css-1.0.3:=[profile?]
48 >=dev-haskell/system-fileio-0.3:=[profile?]
49 >=dev-haskell/system-filepath-0.4.6:=[profile?]
50 <dev-haskell/system-filepath-0.5:=[profile?]
51 >=dev-haskell/text-0.9:=[profile?]
52 >=dev-haskell/transformers-0.2.2:=[profile?]
53 >=dev-haskell/unix-compat-0.2:=[profile?]
54 >=dev-haskell/wai-1.3:=[profile?]
55 <dev-haskell/wai-1.5:=[profile?]
56 =dev-haskell/wai-app-static-1.3*:=[profile?]
57 =dev-haskell/yesod-core-1.2*:=[profile?]
58 >=dev-lang/ghc-6.10.4:="
59 DEPEND="${RDEPEND}
60 >=dev-haskell/cabal-1.8
61 test? ( >=dev-haskell/hspec-1.3
62 )"
63
64
65
66 1.1 dev-haskell/yesod-static/metadata.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/metadata.xml?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/metadata.xml?rev=1.1&content-type=text/plain
70
71 Index: metadata.xml
72 ===================================================================
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 <herd>haskell</herd>
77 <maintainer>
78 <email>haskell@g.o</email>
79 </maintainer>
80 <longdescription>
81 Static file serving subsite for Yesod Web Framework.
82 </longdescription>
83 </pkgmetadata>
84
85
86
87 1.1 dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild?rev=1.1&content-type=text/plain
91
92 Index: yesod-static-1.1.2.3.ebuild
93 ===================================================================
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/yesod-static-1.1.2.3.ebuild,v 1.1 2013/08/26 12:28:39 qnikst Exp $
97
98 EAPI=5
99
100 # ebuild generated by hackport 0.3.2.9999
101
102 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
103 inherit haskell-cabal
104
105 DESCRIPTION="Static file serving subsite for Yesod Web Framework."
106 HOMEPAGE="http://www.yesodweb.com/"
107 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
108
109 LICENSE="MIT"
110 SLOT="0/${PV}"
111 KEYWORDS="~amd64 ~x86"
112 IUSE=""
113
114 RDEPEND=">=dev-haskell/base64-bytestring-0.1.0.1:=[profile?]
115 >=dev-haskell/cereal-0.3:=[profile?]
116 >=dev-haskell/conduit-0.5:=[profile?]
117 >=dev-haskell/crypto-conduit-0.4:=[profile?]
118 >=dev-haskell/cryptohash-0.6.1:=[profile?]
119 >=dev-haskell/file-embed-0.0.4.1:=[profile?]
120 <dev-haskell/file-embed-0.5:=[profile?]
121 >=dev-haskell/http-types-0.7:=[profile?]
122 >=dev-haskell/system-filepath-0.4.6:=[profile?]
123 <dev-haskell/system-filepath-0.5:=[profile?]
124 >=dev-haskell/text-0.9:=[profile?]
125 >=dev-haskell/transformers-0.2.2:=[profile?]
126 >=dev-haskell/unix-compat-0.2:=[profile?]
127 >=dev-haskell/wai-1.3:=[profile?]
128 <dev-haskell/wai-1.5:=[profile?]
129 =dev-haskell/wai-app-static-1.3*:=[profile?]
130 =dev-haskell/yesod-core-1.1*:=[profile?]
131 >=dev-lang/ghc-6.10.4:="
132 DEPEND="${RDEPEND}
133 >=dev-haskell/cabal-1.8
134 test? ( >=dev-haskell/hspec-1.3
135 )"
136
137
138
139 1.1 dev-haskell/yesod-static/ChangeLog
140
141 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/ChangeLog?rev=1.1&view=markup
142 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-static/ChangeLog?rev=1.1&content-type=text/plain
143
144 Index: ChangeLog
145 ===================================================================
146 # ChangeLog for dev-haskell/yesod-static
147 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
148 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-static/ChangeLog,v 1.1 2013/08/26 12:28:39 qnikst Exp $
149
150 *yesod-static-1.2.0 (26 Aug 2013)
151 *yesod-static-1.1.2.3 (26 Aug 2013)
152
153 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
154 +yesod-static-1.1.2.3.ebuild, +yesod-static-1.2.0.ebuild:
155 dev-haskell/yesod-static: initial layout