Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: metadata.xml ChangeLog utf8-string-0.3.5.ebuild
Date: Tue, 27 Oct 2009 06:46:34
Message-Id: E1N2fp9-0003EA-MJ@stork.gentoo.org
1 kolmodin 09/10/27 06:46:31
2
3 Added: metadata.xml ChangeLog utf8-string-0.3.5.ebuild
4 Log:
5 Initial version of dev-haskell/utf8-string
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-haskell/utf8-string/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/utf8-string/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/utf8-string/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>haskell</herd>
20 <maintainer>
21 <email>haskell@g.o</email>
22 </maintainer>
23 </pkgmetadata>
24
25
26
27 1.1 dev-haskell/utf8-string/ChangeLog
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for dev-haskell/utf8-string
35 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.1 2009/10/27 06:46:30 kolmodin Exp $
37
38 *utf8-string-0.3.5 (27 Oct 2009)
39
40 27 Oct 2009; <kolmodin@g.o> +utf8-string-0.3.5.ebuild,
41 +metadata.xml:
42 Initial version of utf8-string, a UTF8 layer for IO and Strings for
43 Haskell.
44
45
46
47
48 1.1 dev-haskell/utf8-string/utf8-string-0.3.5.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.5.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.5.ebuild?rev=1.1&content-type=text/plain
52
53 Index: utf8-string-0.3.5.ebuild
54 ===================================================================
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.5.ebuild,v 1.1 2009/10/27 06:46:30 kolmodin Exp $
58
59 CABAL_FEATURES="lib profile haddock"
60 inherit haskell-cabal
61
62 DESCRIPTION="Support for reading and writing UTF8 Strings"
63 HOMEPAGE="http://github.com/glguy/utf8-string/"
64 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~sparc ~x86" #untested on sparc
69 IUSE=""
70
71 RDEPEND=">=dev-lang/ghc-6.6.1"
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.2"