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/tagstream-conduit: tagstream-conduit-0.5.5.1.ebuild ChangeLog
Date: Wed, 02 Jul 2014 14:00:42
Message-Id: 20140702140038.8A8D62004E@flycatcher.gentoo.org
1 gienah 14/07/02 14:00:38
2
3 Modified: ChangeLog
4 Added: tagstream-conduit-0.5.5.1.ebuild
5 Log:
6 Bump tagstream-conduit to 0.5.5.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.4 dev-haskell/tagstream-conduit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagstream-conduit/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagstream-conduit/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagstream-conduit/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tagstream-conduit/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 9 Mar 2014 13:00:55 -0000 1.3
24 +++ ChangeLog 2 Jul 2014 14:00:38 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/tagstream-conduit
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagstream-conduit/ChangeLog,v 1.3 2014/03/09 13:00:55 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagstream-conduit/ChangeLog,v 1.4 2014/07/02 14:00:38 gienah Exp $
30 +
31 +*tagstream-conduit-0.5.5.1 (02 Jul 2014)
32 +
33 + 02 Jul 2014; Mark Wright <gienah@g.o>
34 + +tagstream-conduit-0.5.5.1.ebuild:
35 + Bump tagstream-conduit to 0.5.5.1
36
37 *tagstream-conduit-0.5.5 (09 Mar 2014)
38
39
40
41
42 1.1 dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tagstream-conduit-0.5.5.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.1.ebuild,v 1.1 2014/07/02 14:00:38 gienah Exp $
52
53 EAPI=5
54
55 # ebuild generated by hackport 0.3.6.9999
56
57 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
58 inherit haskell-cabal
59
60 DESCRIPTION="streamlined html tag parser"
61 HOMEPAGE="http://github.com/yihuang/tagstream-conduit"
62 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND="dev-haskell/attoparsec:=[profile?]
70 >=dev-haskell/attoparsec-conduit-0.5:=[profile?]
71 dev-haskell/blaze-builder:=[profile?]
72 >=dev-haskell/blaze-builder-conduit-0.5:=[profile?] <dev-haskell/blaze-builder-conduit-1.2:=[profile?]
73 dev-haskell/case-insensitive:=[profile?]
74 >=dev-haskell/conduit-0.5:=[profile?] <dev-haskell/conduit-1.2:=[profile?]
75 dev-haskell/conduit-extra:=[profile?]
76 >=dev-haskell/data-default-0.5.0:=[profile?]
77 dev-haskell/resourcet:=[profile?]
78 dev-haskell/text:=[profile?]
79 >=dev-haskell/transformers-0.2:=[profile?]
80 >=dev-haskell/xml-conduit-1.1.0.0:=[profile?]
81 >=dev-lang/ghc-6.10.4:=
82 "
83 DEPEND="${RDEPEND}
84 >=dev-haskell/cabal-1.8
85 test? ( >=dev-haskell/hspec-1.3
86 dev-haskell/hunit
87 dev-haskell/quickcheck )
88 "