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-i18n: metadata.xml shakespeare-i18n-1.0.0.3.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:44:58
Message-Id: 20130826114454.5E86E2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:44:54
2
3 Added: metadata.xml shakespeare-i18n-1.0.0.3.ebuild
4 ChangeLog
5 Log:
6 dev-haskell/shakespeare-i18n: 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-i18n/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-i18n/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-i18n/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 This package uses the same approach of type-safe URLs to create translated content. It has a simple syntax for translators, while allowing the ful power of Haskell for applying complex grammar rules.
27
28 This package was spun off from yesod-core, and therefore the Yesod documentation is a good place to start in understanding this package. Please see &lt;http://www.yesodweb.com/book/i18n&gt; for more information.
29 </longdescription>
30 </pkgmetadata>
31
32
33
34 1.1 dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild?rev=1.1&content-type=text/plain
38
39 Index: shakespeare-i18n-1.0.0.3.ebuild
40 ===================================================================
41 # Copyright 1999-2013 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/shakespeare-i18n-1.0.0.3.ebuild,v 1.1 2013/08/26 11:44:54 qnikst Exp $
44
45 EAPI=5
46
47 # ebuild generated by hackport 0.3.2.9999
48
49 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
50 inherit haskell-cabal
51
52 DESCRIPTION="A type-based approach to internationalization."
53 HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
54 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
55
56 LICENSE="MIT"
57 SLOT="0/${PV}"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 RDEPEND="dev-haskell/parsec:=[profile?]
62 =dev-haskell/shakespeare-1.0*:=[profile?]
63 >=dev-haskell/text-0.7:=[profile?]
64 <dev-haskell/text-0.12:=[profile?]
65 >=dev-lang/ghc-6.10.4:="
66 DEPEND="${RDEPEND}
67 >=dev-haskell/cabal-1.8
68 test? ( >=dev-haskell/hspec-1.4
69 )"
70
71
72
73 1.1 dev-haskell/shakespeare-i18n/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-i18n/ChangeLog?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-i18n/ChangeLog?rev=1.1&content-type=text/plain
77
78 Index: ChangeLog
79 ===================================================================
80 # ChangeLog for dev-haskell/shakespeare-i18n
81 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
82 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-i18n/ChangeLog,v 1.1 2013/08/26 11:44:54 qnikst Exp $
83
84 *shakespeare-i18n-1.0.0.3 (26 Aug 2013)
85
86 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
87 +shakespeare-i18n-1.0.0.3.ebuild:
88 dev-haskell/shakespeare-i18n: initial layout