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/encoding: encoding-0.7.0.1.ebuild metadata.xml ChangeLog
Date: Wed, 02 Jul 2014 15:30:10
Message-Id: 20140702153007.0E9232004E@flycatcher.gentoo.org
1 gienah 14/07/02 15:30:06
2
3 Modified: metadata.xml ChangeLog
4 Added: encoding-0.7.0.1.ebuild
5 Log:
6 Bump encoding to 0.7.0.1
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.2 dev-haskell/encoding/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/encoding/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 26 Aug 2013 04:58:10 -0000 1.1
24 +++ metadata.xml 2 Jul 2014 15:30:06 -0000 1.2
25 @@ -8,4 +8,7 @@
26 <longdescription>
27 Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there&#39;s no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.
28 </longdescription>
29 + <use>
30 + <flag name="systemencoding">Provide the getSystemEncoding action to query the locale.</flag>
31 + </use>
32 </pkgmetadata>
33
34
35
36 1.4 dev-haskell/encoding/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/ChangeLog?rev=1.4&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/ChangeLog?rev=1.4&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/ChangeLog?r1=1.3&r2=1.4
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/encoding/ChangeLog,v
45 retrieving revision 1.3
46 retrieving revision 1.4
47 diff -u -r1.3 -r1.4
48 --- ChangeLog 24 Nov 2013 19:38:18 -0000 1.3
49 +++ ChangeLog 2 Jul 2014 15:30:06 -0000 1.4
50 @@ -1,6 +1,12 @@
51 # ChangeLog for dev-haskell/encoding
52 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/ChangeLog,v 1.3 2013/11/24 19:38:18 ago Exp $
54 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/ChangeLog,v 1.4 2014/07/02 15:30:06 gienah Exp $
56 +
57 +*encoding-0.7.0.1 (02 Jul 2014)
58 +
59 + 02 Jul 2014; Mark Wright <gienah@g.o> +encoding-0.7.0.1.ebuild,
60 + metadata.xml:
61 + Bump encoding to 0.7.0.1
62
63 24 Nov 2013; Agostino Sarubbo <ago@g.o> encoding-0.6.7.2-r2.ebuild:
64 Stable for x86, wrt bug #488750
65
66
67
68 1.1 dev-haskell/encoding/encoding-0.7.0.1.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/encoding-0.7.0.1.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/encoding/encoding-0.7.0.1.ebuild?rev=1.1&content-type=text/plain
72
73 Index: encoding-0.7.0.1.ebuild
74 ===================================================================
75 # Copyright 1999-2014 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/encoding/encoding-0.7.0.1.ebuild,v 1.1 2014/07/02 15:30:06 gienah Exp $
78
79 EAPI=5
80
81 # ebuild generated by hackport 0.4.9999
82
83 CABAL_FEATURES="lib profile haddock hoogle hscolour"
84 inherit haskell-cabal
85
86 DESCRIPTION="A library for various character encodings"
87 HOMEPAGE="http://code.haskell.org/encoding/"
88 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
89
90 LICENSE="BSD"
91 SLOT="0/${PV}"
92 KEYWORDS="~amd64 ~x86"
93 IUSE="+systemencoding"
94
95 RDEPEND="<dev-haskell/binary-0.8:=[profile?]
96 dev-haskell/extensible-exceptions:=[profile?]
97 >=dev-haskell/haxml-1.22:=[profile?] <dev-haskell/haxml-1.25:=[profile?]
98 dev-haskell/mtl:=[profile?]
99 dev-haskell/regex-compat:=[profile?]
100 >=dev-lang/ghc-7.4.1:=
101 "
102 DEPEND="${RDEPEND}
103 >=dev-haskell/cabal-1.6
104 "
105
106 src_configure() {
107 haskell-cabal_src_configure \
108 $(cabal_flag systemencoding systemencoding)
109 }