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/shakespeare-js: metadata.xml shakespeare-js-1.1.4.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:46:27
Message-Id: 20130826114620.5EF472004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:46:20
2
3 Added: metadata.xml shakespeare-js-1.1.4.1.ebuild
4 ChangeLog
5 Log:
6 dev-haskell/shakespeare-js: 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/shakespeare-js/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-js/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-js/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 Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
27 In this case, the variable type needs a ToJavascript instance.
28
29 There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance.
30
31 Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples
32
33 shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
34 </longdescription>
35 </pkgmetadata>
36
37
38
39 1.1 dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild?rev=1.1&content-type=text/plain
43
44 Index: shakespeare-js-1.1.4.1.ebuild
45 ===================================================================
46 # Copyright 1999-2013 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild,v 1.1 2013/08/26 11:46:20 qnikst Exp $
49
50 EAPI=5
51
52 # ebuild generated by hackport 0.3.3.9999
53
54 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
55 inherit haskell-cabal
56
57 DESCRIPTION="Stick your haskell variables into javascript/coffeescript at compile time."
58 HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
59 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0/${PV}"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
67 >=dev-haskell/shakespeare-1.0.5:=[profile?]
68 <dev-haskell/shakespeare-1.1:=[profile?]
69 >=dev-haskell/text-0.7:=[profile?]
70 >=dev-lang/ghc-6.10.4:="
71 DEPEND="${RDEPEND}
72 >=dev-haskell/cabal-1.8
73 test? ( >=dev-haskell/hspec-1.3
74 dev-haskell/hunit
75 )"
76
77
78
79 1.1 dev-haskell/shakespeare-js/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-js/ChangeLog?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-js/ChangeLog?rev=1.1&content-type=text/plain
83
84 Index: ChangeLog
85 ===================================================================
86 # ChangeLog for dev-haskell/shakespeare-js
87 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-js/ChangeLog,v 1.1 2013/08/26 11:46:20 qnikst Exp $
89
90 *shakespeare-js-1.1.4.1 (26 Aug 2013)
91
92 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
93 +shakespeare-js-1.1.4.1.ebuild:
94 dev-haskell/shakespeare-js: initial layout