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-app-static: wai-app-static-1.3.1.3.ebuild metadata.xml ChangeLog
Date: Mon, 26 Aug 2013 12:28:23
Message-Id: 20130826122815.600112004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:28:15
2
3 Added: wai-app-static-1.3.1.3.ebuild metadata.xml
4 ChangeLog
5 Log:
6 dev-haskell/wai-app-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/wai-app-static/wai-app-static-1.3.1.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/wai-app-static-1.3.1.3.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/wai-app-static-1.3.1.3.ebuild?rev=1.1&content-type=text/plain
15
16 Index: wai-app-static-1.3.1.3.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/wai-app-static/wai-app-static-1.3.1.3.ebuild,v 1.1 2013/08/26 12:28:15 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="WAI application for static serving"
30 HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
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:=[profile?]
39 >=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
40 >=dev-haskell/blaze-html-0.5:=[profile?]
41 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
42 >=dev-haskell/cereal-0.3.5:=[profile?]
43 >=dev-haskell/crypto-conduit-0.4:=[profile?]
44 >=dev-haskell/cryptohash-0.7:=[cryptoapi,profile?]
45 >=dev-haskell/file-embed-0.0.3.1:=[profile?]
46 dev-haskell/http-date:=[profile?]
47 >=dev-haskell/http-types-0.7:=[profile?]
48 =dev-haskell/mime-types-0.1*:=[profile?]
49 >=dev-haskell/system-fileio-0.3:=[profile?]
50 >=dev-haskell/system-filepath-0.4:=[profile?]
51 >=dev-haskell/text-0.7:=[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-lang/ghc-6.12.1:="
57 DEPEND="${RDEPEND}
58 >=dev-haskell/cabal-1.8
59 test? ( >=dev-haskell/hspec-1.3
60 dev-haskell/network
61 dev-haskell/wai-test
62 )"
63
64
65
66 1.1 dev-haskell/wai-app-static/metadata.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/metadata.xml?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-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 Also provides some helper functions and datatypes for use outside of WAI.
82 </longdescription>
83 </pkgmetadata>
84
85
86
87 1.1 dev-haskell/wai-app-static/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/ChangeLog?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/ChangeLog?rev=1.1&content-type=text/plain
91
92 Index: ChangeLog
93 ===================================================================
94 # ChangeLog for dev-haskell/wai-app-static
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-app-static/ChangeLog,v 1.1 2013/08/26 12:28:15 qnikst Exp $
97
98 *wai-app-static-1.3.1.3 (26 Aug 2013)
99
100 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
101 +wai-app-static-1.3.1.3.ebuild:
102 dev-haskell/wai-app-static: initial layout