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/xss-sanitize: xss-sanitize-0.3.5.5.ebuild ChangeLog xss-sanitize-0.3.5.4.ebuild xss-sanitize-0.3.4.ebuild xss-sanitize-0.3.3.ebuild xss-sanitize-0.3.5.ebuild xss-sanitize-0.3.5.2.ebuild
Date: Mon, 09 Feb 2015 19:47:28
Message-Id: 20150209194723.3227DD1F6@oystercatcher.gentoo.org
1 qnikst 15/02/09 19:47:23
2
3 Modified: ChangeLog
4 Added: xss-sanitize-0.3.5.5.ebuild
5 Removed: xss-sanitize-0.3.5.4.ebuild
6 xss-sanitize-0.3.4.ebuild xss-sanitize-0.3.3.ebuild
7 xss-sanitize-0.3.5.ebuild
8 xss-sanitize-0.3.5.2.ebuild
9 Log:
10 update
11
12 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
13
14 Revision Changes Path
15 1.7 dev-haskell/xss-sanitize/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog?rev=1.7&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog?rev=1.7&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog?r1=1.6&r2=1.7
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog,v
24 retrieving revision 1.6
25 retrieving revision 1.7
26 diff -u -r1.6 -r1.7
27 --- ChangeLog 14 Dec 2014 07:35:57 -0000 1.6
28 +++ ChangeLog 9 Feb 2015 19:47:23 -0000 1.7
29 @@ -1,6 +1,14 @@
30 # ChangeLog for dev-haskell/xss-sanitize
31 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog,v 1.6 2014/12/14 07:35:57 gienah Exp $
33 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
34 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog,v 1.7 2015/02/09 19:47:23 qnikst Exp $
35 +
36 +*xss-sanitize-0.3.5.5 (09 Feb 2015)
37 +
38 + 09 Feb 2015; Alexander Vershilov <qnikst@g.o>
39 + +xss-sanitize-0.3.5.5.ebuild, -xss-sanitize-0.3.3.ebuild,
40 + -xss-sanitize-0.3.4.ebuild, -xss-sanitize-0.3.5.2.ebuild,
41 + -xss-sanitize-0.3.5.4.ebuild, -xss-sanitize-0.3.5.ebuild:
42 + update
43
44 *xss-sanitize-0.3.5.4 (14 Dec 2014)
45
46
47
48
49 1.1 dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild?rev=1.1&content-type=text/plain
53
54 Index: xss-sanitize-0.3.5.5.ebuild
55 ===================================================================
56 # Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild,v 1.1 2015/02/09 19:47:23 qnikst Exp $
59
60 EAPI=5
61
62 # ebuild generated by hackport 0.4.3
63
64 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
65 inherit haskell-cabal
66
67 DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks"
68 HOMEPAGE="http://github.com/yesodweb/haskell-xss-sanitize"
69 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
70
71 LICENSE="BSD"
72 SLOT="0/${PV}"
73 KEYWORDS="~amd64 ~x86"
74 IUSE="+network-uri"
75
76 RDEPEND=">=dev-haskell/attoparsec-0.10.0.3:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
77 >=dev-haskell/css-text-0.1.1:=[profile?] <dev-haskell/css-text-0.2:=[profile?]
78 >=dev-haskell/tagsoup-0.12.2:=[profile?] <dev-haskell/tagsoup-1:=[profile?]
79 >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
80 >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
81 >=dev-lang/ghc-7.4.1:=
82 network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
83 !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
84 "
85 DEPEND="${RDEPEND}
86 >=dev-haskell/cabal-1.8
87 test? ( >=dev-haskell/hspec-1.3
88 >=dev-haskell/hunit-1.2 )
89 "
90
91 src_configure() {
92 haskell-cabal_src_configure \
93 $(cabal_flag network-uri network-uri)
94 }