diff options
-rw-r--r-- | dev-haskell/xss-sanitize/ChangeLog | 12 | ||||
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.3.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.4.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.5.2.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild (renamed from dev-haskell/xss-sanitize/xss-sanitize-0.3.5.4.ebuild) | 8 | ||||
-rw-r--r-- | dev-haskell/xss-sanitize/xss-sanitize-0.3.5.ebuild | 33 |
6 files changed, 14 insertions, 146 deletions
diff --git a/dev-haskell/xss-sanitize/ChangeLog b/dev-haskell/xss-sanitize/ChangeLog index 80a8259a6b15..780826672fb7 100644 --- a/dev-haskell/xss-sanitize/ChangeLog +++ b/dev-haskell/xss-sanitize/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-haskell/xss-sanitize -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog,v 1.6 2014/12/14 07:35:57 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/ChangeLog,v 1.7 2015/02/09 19:47:23 qnikst Exp $ + +*xss-sanitize-0.3.5.5 (09 Feb 2015) + + 09 Feb 2015; Alexander Vershilov <qnikst@gentoo.org> + +xss-sanitize-0.3.5.5.ebuild, -xss-sanitize-0.3.3.ebuild, + -xss-sanitize-0.3.4.ebuild, -xss-sanitize-0.3.5.2.ebuild, + -xss-sanitize-0.3.5.4.ebuild, -xss-sanitize-0.3.5.ebuild: + update *xss-sanitize-0.3.5.4 (14 Dec 2014) diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.3.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.3.ebuild deleted file mode 100644 index 9439826bdb48..000000000000 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.3.ebuild,v 1.1 2013/06/20 23:25:21 qnikst Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks" -HOMEPAGE="http://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="" - -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/network-2*:=[profile?] - >=dev-haskell/tagsoup-0.12.2:=[profile?] - <dev-haskell/tagsoup-1:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - <dev-haskell/text-1:=[profile?] - >=dev-haskell/utf8-string-0.3:=[profile?] - <dev-haskell/utf8-string-1:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - test? ( >=dev-haskell/hspec-0.8 - >=dev-haskell/hunit-1.2 - ) - >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.4.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.4.ebuild deleted file mode 100644 index df91b65259e7..000000000000 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.4.ebuild,v 1.1 2013/09/13 06:44:35 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks" -HOMEPAGE="http://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="" - -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/network-2*:=[profile?] - >=dev-haskell/tagsoup-0.12.2:=[profile?] - <dev-haskell/tagsoup-1:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - <dev-haskell/text-1:=[profile?] - >=dev-haskell/utf8-string-0.3:=[profile?] - <dev-haskell/utf8-string-1:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/hunit-1.2 - )" diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.2.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.2.ebuild deleted file mode 100644 index 4d816c07db88..000000000000 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.2.ebuild,v 1.1 2014/07/03 05:54:57 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks" -HOMEPAGE="http://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="" - -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/network-2:=[profile?] <dev-haskell/network-3:=[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:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/hunit-1.2 ) -" diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.4.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild index 888fc9731945..ea396daeb009 100644 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.4.ebuild +++ b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.4.ebuild,v 1.1 2014/12/14 07:35:57 gienah Exp $ +# $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 $ EAPI=5 -# ebuild generated by hackport 0.4.3.9999 +# ebuild generated by hackport 0.4.3 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -22,7 +22,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.10.0.3:=[profile?] <dev-haskell/attoparsec-1 >=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:=[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?] ) diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.ebuild b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.ebuild deleted file mode 100644 index 51df81b9cb06..000000000000 --- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.ebuild,v 1.1 2014/03/09 05:18:03 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="sanitize untrusted HTML to prevent XSS attacks" -HOMEPAGE="http://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="" - -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/network-2:=[profile?] <dev-haskell/network-3:=[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:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - >=dev-haskell/hunit-1.2 ) -" |