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-json: metadata.xml yesod-json-1.1.2.2.ebuild yesod-json-1.2.0.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:32:38
Message-Id: 20130826123235.62B342004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:32:35
2
3 Added: metadata.xml yesod-json-1.1.2.2.ebuild
4 yesod-json-1.2.0.ebuild ChangeLog
5 Log:
6 dev-haskell/yesod-json: 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-json/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/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 Generate content for Yesod using the aeson package.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/yesod-json-1.1.2.2.ebuild?rev=1.1&content-type=text/plain
36
37 Index: yesod-json-1.1.2.2.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/yesod-json/yesod-json-1.1.2.2.ebuild,v 1.1 2013/08/26 12:32:35 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="Generate content for Yesod using the aeson package."
51 HOMEPAGE="http://www.yesodweb.com/"
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/aeson-0.5:=[profile?]
60 >=dev-haskell/attoparsec-conduit-0.5:=[profile?]
61 dev-haskell/blaze-builder:=[profile?]
62 >=dev-haskell/conduit-0.5:=[profile?]
63 >=dev-haskell/safe-0.2:=[profile?]
64 >=dev-haskell/shakespeare-js-1.0:=[profile?]
65 >=dev-haskell/text-0.8:=[profile?]
66 >=dev-haskell/transformers-0.2.2:=[profile?]
67 >=dev-haskell/vector-0.9:=[profile?]
68 >=dev-haskell/wai-1.3:=[profile?]
69 >=dev-haskell/wai-extra-1.3:=[profile?]
70 >=dev-haskell/yesod-core-1.1:=[profile?]
71 >=dev-haskell/yesod-routes-1.1:=[profile?]
72 >=dev-lang/ghc-6.10.4:="
73 DEPEND="${RDEPEND}
74 >=dev-haskell/cabal-1.8
75 test? ( dev-haskell/hspec
76 dev-haskell/wai-test
77 )"
78
79
80
81 1.1 dev-haskell/yesod-json/yesod-json-1.2.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild?rev=1.1&content-type=text/plain
85
86 Index: yesod-json-1.2.0.ebuild
87 ===================================================================
88 # Copyright 1999-2013 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-json/yesod-json-1.2.0.ebuild,v 1.1 2013/08/26 12:32:35 qnikst Exp $
91
92 EAPI=5
93
94 # ebuild generated by hackport 0.3.2.9999
95
96 CABAL_FEATURES="lib profile haddock hoogle hscolour"
97 inherit haskell-cabal
98
99 DESCRIPTION="Generate content for Yesod using the aeson package. (deprecated)"
100 HOMEPAGE="http://www.yesodweb.com/"
101 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
102
103 LICENSE="MIT"
104 SLOT="0/${PV}"
105 KEYWORDS="~amd64 ~x86"
106 IUSE=""
107
108 RDEPEND=">=dev-haskell/yesod-core-1.2:=[profile?]
109 >=dev-lang/ghc-6.10.4:="
110 DEPEND="${RDEPEND}
111 >=dev-haskell/cabal-1.8"
112
113
114
115 1.1 dev-haskell/yesod-json/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/ChangeLog?rev=1.1&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-json/ChangeLog?rev=1.1&content-type=text/plain
119
120 Index: ChangeLog
121 ===================================================================
122 # ChangeLog for dev-haskell/yesod-json
123 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
124 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-json/ChangeLog,v 1.1 2013/08/26 12:32:35 qnikst Exp $
125
126 *yesod-json-1.2.0 (26 Aug 2013)
127 *yesod-json-1.1.2.2 (26 Aug 2013)
128
129 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
130 +yesod-json-1.1.2.2.ebuild, +yesod-json-1.2.0.ebuild:
131 dev-haskell/yesod-json: initial layout