dev-haskell/xss-sanitize: drop old

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-04-03 09:45:24 +01:00
parent fc0df41923
commit 8b78e7aafc
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST xss-sanitize-0.3.5.5.tar.gz 10851 SHA256 42930cf564da3cead031b6cd67f613c444d25511356fbc2df8c5b7054a831517 SHA512 acc29dd8cf4e4c2421522f330f30449c7aaf5387a8a0a21c072dffd1f1465358eb343874e774cf9e3bd100c9c5d5aa93575d98152fb3716c54b5550378bdd11a WHIRLPOOL 6c1555b7204ef31a082798ce0b71e06d40ddf46c01e9fc8a0f5dac40fd832e1ade742ce8d6340098e1ce15248691ea325e1e2e9e9ae3a9a6f7157acbdb165b3e
DIST xss-sanitize-0.3.5.6.tar.gz 10874 SHA256 008a20e0266f7e4255cb6009336bc25cfe74eda3314dff4f0da0bbd584cd58c8 SHA512 9799979f2632b5a5d446913e1b465110a9f4ce6c25dddf27d4fd54a492293ab9f1937668213af762494fc44d4ec270beb0816a2afb3f2b3a5da22c180cb6707d WHIRLPOOL c8d536df45e8301b43c224a6a5d8b484d757d52f8ddef782caca6ad90aaa20dd7debd3f3fd5e712a378b655ecc49775ebbc7ab88733d2b084e3f30b8ce6043db

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.3
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks"
HOMEPAGE="https://github.com/yesodweb/haskell-xss-sanitize"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri"
RDEPEND=">=dev-haskell/attoparsec-0.10.0.3:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
>=dev-haskell/css-text-0.1.1:=[profile?] <dev-haskell/css-text-0.2:=[profile?]
>=dev-haskell/tagsoup-0.12.2:=[profile?] <dev-haskell/tagsoup-1:=[profile?]
>=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
>=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
>=dev-lang/ghc-7.4.1:=
network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
!network-uri? ( <dev-haskell/network-2.6:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hspec-1.3
>=dev-haskell/hunit-1.2 )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri)
}