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/hxt: hxt-9.2.2.ebuild ChangeLog
Date: Sat, 02 Jun 2012 08:46:14
Message-Id: 20120602084559.5F5542004B@flycatcher.gentoo.org
1 gienah 12/06/02 08:45:59
2
3 Modified: ChangeLog
4 Added: hxt-9.2.2.ebuild
5 Log:
6 Bump hxt to 9.2.2
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 dev-haskell/hxt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 17 Apr 2012 20:06:08 -0000 1.14
24 +++ ChangeLog 2 Jun 2012 08:45:59 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/hxt
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.14 2012/04/17 20:06:08 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.15 2012/06/02 08:45:59 gienah Exp $
30 +
31 +*hxt-9.2.2 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Mark Wright <gienah@g.o> +hxt-9.2.2.ebuild:
34 + Bump hxt to 9.2.2
35
36 17 Apr 2012; Sergei Trofimovich <slyfox@g.o> hxt-9.1.5.ebuild:
37 Fix build breakage on ghc-7.4 (bug #412291 by Robin Johnson)
38
39
40
41 1.1 dev-haskell/hxt/hxt-9.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/hxt-9.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hxt/hxt-9.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hxt-9.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/hxt-9.2.2.ebuild,v 1.1 2012/06/02 08:45:59 gienah Exp $
51
52 EAPI=4
53
54 # ebuild generated by hackport 0.2.18.9999
55
56 CABAL_FEATURES="lib profile haddock hoogle hscolour"
57 inherit haskell-cabal
58
59 DESCRIPTION="A collection of tools for processing XML with Haskell."
60 HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html"
61 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=dev-haskell/binary-0.5[profile?]
69 <dev-haskell/binary-1[profile?]
70 >=dev-haskell/deepseq-1.1[profile?]
71 <dev-haskell/deepseq-2[profile?]
72 >=dev-haskell/hunit-1.2[profile?]
73 <dev-haskell/hunit-2[profile?]
74 >=dev-haskell/hxt-charproperties-9.1[profile?]
75 <dev-haskell/hxt-charproperties-10[profile?]
76 =dev-haskell/hxt-regex-xmlschema-9*[profile?]
77 >=dev-haskell/hxt-unicode-9.0.1[profile?]
78 <dev-haskell/hxt-unicode-10[profile?]
79 =dev-haskell/mtl-2*[profile?]
80 >=dev-haskell/network-2.1[profile?]
81 <dev-haskell/network-3[profile?]
82 >=dev-haskell/parsec-2.1[profile?]
83 <dev-haskell/parsec-4[profile?]
84 >=dev-lang/ghc-6.10.1"
85 DEPEND="${RDEPEND}
86 >=dev-haskell/cabal-1.6"