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/blaze-markup: blaze-markup-0.5.2.1.ebuild ChangeLog
Date: Thu, 27 Feb 2014 07:16:32
Message-Id: 20140227071619.84DCD2004C@flycatcher.gentoo.org
1 qnikst 14/02/27 07:16:19
2
3 Modified: ChangeLog
4 Added: blaze-markup-0.5.2.1.ebuild
5 Log:
6 add new version
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.10 dev-haskell/blaze-markup/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/blaze-markup/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/blaze-markup/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/blaze-markup/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/blaze-markup/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 10 Dec 2013 10:09:38 -0000 1.9
24 +++ ChangeLog 27 Feb 2014 07:16:19 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/blaze-markup
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-markup/ChangeLog,v 1.9 2013/12/10 10:09:38 gienah Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-markup/ChangeLog,v 1.10 2014/02/27 07:16:19 qnikst Exp $
31 +
32 +*blaze-markup-0.5.2.1 (27 Feb 2014)
33 +
34 + 27 Feb 2014; Alexander Vershilov <qnikst@g.o>
35 + +blaze-markup-0.5.2.1.ebuild:
36 + add new version
37
38 *blaze-markup-0.5.1.6 (10 Dec 2013)
39
40
41
42
43 1.1 dev-haskell/blaze-markup/blaze-markup-0.5.2.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/blaze-markup/blaze-markup-0.5.2.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/blaze-markup/blaze-markup-0.5.2.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: blaze-markup-0.5.2.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-markup/blaze-markup-0.5.2.1.ebuild,v 1.1 2014/02/27 07:16:19 qnikst Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.3.6.9999
57
58 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
59 inherit haskell-cabal
60
61 DESCRIPTION="A blazingly fast markup combinator library for Haskell"
62 HOMEPAGE="http://jaspervdj.be/blaze"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="BSD"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=dev-haskell/blaze-builder-0.2:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
71 >=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.2:=[profile?]
72 >=dev-lang/ghc-6.10.4:=
73 "
74 DEPEND="${RDEPEND}
75 >=dev-haskell/cabal-1.8
76 test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
77 >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.7
78 >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9
79 >=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
80 >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
81 "