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-default: yesod-default-1.2.0.ebuild metadata.xml yesod-default-1.1.3.2.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:52:08
Message-Id: 20130826115205.6314E2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:52:05
2
3 Added: yesod-default-1.2.0.ebuild metadata.xml
4 yesod-default-1.1.3.2.ebuild ChangeLog
5 Log:
6 dev-haskell/yesod-default: 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-default/yesod-default-1.2.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.2.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.2.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: yesod-default-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-default/yesod-default-1.2.0.ebuild,v 1.1 2013/08/26 11:52:05 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"
27 inherit haskell-cabal
28
29 DESCRIPTION="Default config and main functions for your yesod application (deprecated)"
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/yesod-core-1.2:=[profile?]
39 >=dev-lang/ghc-6.10.4:="
40 DEPEND="${RDEPEND}
41 >=dev-haskell/cabal-1.6"
42
43
44
45 1.1 dev-haskell/yesod-default/metadata.xml
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/metadata.xml?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/metadata.xml?rev=1.1&content-type=text/plain
49
50 Index: metadata.xml
51 ===================================================================
52 <?xml version="1.0" encoding="UTF-8"?>
53 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 <pkgmetadata>
55 <herd>haskell</herd>
56 <maintainer>
57 <email>haskell@g.o</email>
58 </maintainer>
59 <longdescription>
60 Convenient wrappers for your the configuration and
61 execution of your yesod application
62 </longdescription>
63 </pkgmetadata>
64
65
66
67 1.1 dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild?rev=1.1&content-type=text/plain
71
72 Index: yesod-default-1.1.3.2.ebuild
73 ===================================================================
74 # Copyright 1999-2013 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-default/yesod-default-1.1.3.2.ebuild,v 1.1 2013/08/26 11:52:05 qnikst Exp $
77
78 EAPI=5
79
80 # ebuild generated by hackport 0.3.2.9999
81
82 CABAL_FEATURES="lib profile haddock hoogle hscolour"
83 inherit haskell-cabal
84
85 DESCRIPTION="Default config and main functions for your yesod application"
86 HOMEPAGE="http://www.yesodweb.com/"
87 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
88
89 LICENSE="MIT"
90 SLOT="0/${PV}"
91 KEYWORDS="~amd64 ~x86"
92 IUSE=""
93
94 RDEPEND="dev-haskell/data-default:=[profile?]
95 =dev-haskell/hamlet-1.1*:=[profile?]
96 >=dev-haskell/network-conduit-0.5:=[profile?]
97 dev-haskell/safe:=[profile?]
98 =dev-haskell/shakespeare-css-1.0*:=[profile?]
99 >=dev-haskell/shakespeare-js-1.0:=[profile?]
100 <dev-haskell/shakespeare-js-1.2:=[profile?]
101 >=dev-haskell/text-0.9:=[profile?]
102 >=dev-haskell/transformers-0.2.2:=[profile?]
103 <dev-haskell/transformers-0.4:=[profile?]
104 dev-haskell/unordered-containers:=[profile?]
105 >=dev-haskell/wai-1.3:=[profile?]
106 <dev-haskell/wai-1.5:=[profile?]
107 =dev-haskell/wai-extra-1.3*:=[profile?]
108 =dev-haskell/warp-1.3*:=[profile?]
109 =dev-haskell/yaml-0.8*:=[profile?]
110 =dev-haskell/yesod-core-1.1*:=[profile?]
111 >=dev-lang/ghc-6.10.4:="
112 DEPEND="${RDEPEND}
113 >=dev-haskell/cabal-1.6"
114
115
116
117 1.1 dev-haskell/yesod-default/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/ChangeLog?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-default/ChangeLog?rev=1.1&content-type=text/plain
121
122 Index: ChangeLog
123 ===================================================================
124 # ChangeLog for dev-haskell/yesod-default
125 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
126 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-default/ChangeLog,v 1.1 2013/08/26 11:52:05 qnikst Exp $
127
128 *yesod-default-1.2.0 (26 Aug 2013)
129 *yesod-default-1.1.3.2 (26 Aug 2013)
130
131 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
132 +yesod-default-1.1.3.2.ebuild, +yesod-default-1.2.0.ebuild:
133 dev-haskell/yesod-default: initial layout