Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/text: metadata.xml text-0.11.3.1.ebuild ChangeLog
Date: Sat, 25 May 2013 13:26:21
Message-Id: 20130525132614.AD5D12171D@flycatcher.gentoo.org
1 gienah 13/05/25 13:26:14
2
3 Modified: metadata.xml ChangeLog
4 Added: text-0.11.3.1.ebuild
5 Log:
6 Bump text to 0.11.3.1
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.2 dev-haskell/text/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 12 Jun 2011 12:57:57 -0000 1.1
24 +++ metadata.xml 25 May 2013 13:26:14 -0000 1.2
25 @@ -6,9 +6,36 @@
26 <email>haskell@g.o</email>
27 </maintainer>
28 <longdescription>
29 - The 'Text' type represents Unicode character strings, in a time and
30 +
31 + An efficient packed, immutable Unicode text type (both strict and
32 + lazy), with a powerful loop fusion optimization framework.
33 +
34 + The &#39;Text&#39; type represents Unicode character strings, in a time and
35 space-efficient manner. This package provides text processing
36 capabilities that are optimized for performance critical use, both
37 in terms of large data quantities and high speed.
38 +
39 + The &#39;Text&#39; type provides character-encoding, type-safe case
40 + conversion via whole-string case conversion functions. It also
41 + provides a range of functions for converting &#39;Text&#39; values to and from
42 + &#39;ByteStrings&#39;, using several standard encodings.
43 +
44 + Efficient locale-sensitive support for text IO is also supported.
45 +
46 + These modules are intended to be imported qualified, to avoid name
47 + clashes with Prelude functions, e.g.
48 +
49 + &gt; import qualified Data.Text as T
50 +
51 + To use an extended and very rich family of functions for working
52 + with Unicode text (including normalization, regular expressions,
53 + non-standard encodings, text breaking, and locales), see
54 + the @text-icu@ package:
55 + &lt;http://hackage.haskell.org/package/text-icu&gt;
56 +
57 </longdescription>
58 + <use>
59 + <flag name='developer'>operate in developer mode</flag>
60 + <flag name='integer-simple'>Use the simple integer library instead of GMP</flag>
61 + </use>
62 </pkgmetadata>
63
64
65
66 1.29 dev-haskell/text/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?rev=1.29&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?rev=1.29&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/ChangeLog?r1=1.28&r2=1.29
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v
75 retrieving revision 1.28
76 retrieving revision 1.29
77 diff -u -r1.28 -r1.29
78 --- ChangeLog 3 Apr 2013 09:28:19 -0000 1.28
79 +++ ChangeLog 25 May 2013 13:26:14 -0000 1.29
80 @@ -1,6 +1,12 @@
81 # ChangeLog for dev-haskell/text
82 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.28 2013/04/03 09:28:19 gienah Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.29 2013/05/25 13:26:14 gienah Exp $
85 +
86 +*text-0.11.3.1 (25 May 2013)
87 +
88 + 25 May 2013; Mark Wright <gienah@g.o> +text-0.11.3.1.ebuild,
89 + metadata.xml:
90 + Bump text to 0.11.3.1
91
92 03 Apr 2013; Mark Wright <gienah@g.o> text-0.11.2.2.ebuild:
93 Fix Bug 462310 - dev-haskell/text-0.11.2.2 - setup: At least the following
94
95
96
97 1.1 dev-haskell/text/text-0.11.3.1.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/text-0.11.3.1.ebuild?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text/text-0.11.3.1.ebuild?rev=1.1&content-type=text/plain
101
102 Index: text-0.11.3.1.ebuild
103 ===================================================================
104 # Copyright 1999-2013 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.3.1.ebuild,v 1.1 2013/05/25 13:26:14 gienah Exp $
107
108 EAPI=5
109
110 # ebuild generated by hackport 0.3.2.9999
111
112 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
113 inherit haskell-cabal
114
115 DESCRIPTION="An efficient packed Unicode text type."
116 HOMEPAGE="https://github.com/bos/text"
117 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
118
119 LICENSE="BSD"
120 SLOT="0/${PV}"
121 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
122 IUSE="developer integer-simple"
123
124 RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]
125 >=dev-lang/ghc-6.10.4:="
126 DEPEND="${RDEPEND}
127 >=dev-haskell/cabal-1.8
128 test? ( >=dev-haskell/hunit-1.2
129 >=dev-haskell/quickcheck-2.4
130 dev-haskell/random
131 >=dev-haskell/test-framework-0.4
132 >=dev-haskell/test-framework-hunit-0.2
133 >=dev-haskell/test-framework-quickcheck2-0.2
134 )"
135
136 src_configure() {
137 haskell-cabal_src_configure \
138 $(cabal_flag developer developer) \
139 $(cabal_flag integer-simple integer-simple)
140 }