commit:     49392e92435a9d3b4d2c7b0a5e3e629c129e1cc8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 08:41:37 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 08:45:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49392e92

dev-haskell/xss-sanitize: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/xss-sanitize/Manifest                  |  2 --
 dev-haskell/xss-sanitize/metadata.xml              |  3 --
 .../xss-sanitize/xss-sanitize-0.3.5.6.ebuild       | 38 ----------------------
 .../xss-sanitize/xss-sanitize-0.3.5.7.ebuild       | 38 ----------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-haskell/xss-sanitize/Manifest 
b/dev-haskell/xss-sanitize/Manifest
index e1f17682095..da3250d11aa 100644
--- a/dev-haskell/xss-sanitize/Manifest
+++ b/dev-haskell/xss-sanitize/Manifest
@@ -1,3 +1 @@
-DIST xss-sanitize-0.3.5.6.tar.gz 10874 BLAKE2B 
60f0b7ac4507870bfdd645fd47c69ecc152865be83affeb3739c6c91e94a17fb93b16be536f74bf888db50b770f361629342fb1e868b686377173e5a2cc11d1b
 SHA512 
9799979f2632b5a5d446913e1b465110a9f4ce6c25dddf27d4fd54a492293ab9f1937668213af762494fc44d4ec270beb0816a2afb3f2b3a5da22c180cb6707d
-DIST xss-sanitize-0.3.5.7.tar.gz 10878 BLAKE2B 
d6746b23ad149bd0fa37954caa52cda2e636b22c837f0f8701bd2a00cd610115d0db76c08deaf8d29265bc621cdba70597f18719e077e3a4a401c39d08c8d6f4
 SHA512 
8633a160ef9ad5408767eecf5279b009e01621a3ac2e3a5cfd6a6a480c5f1991497d1e4eb7b0195fbdc296830d5ef729e7893b836555f3fbc2c313032f4de040
 DIST xss-sanitize-0.3.6.tar.gz 11655 BLAKE2B 
b1d438a6bfa587aa9eb62031fb2c1c53cc48bbadc26b6f64ce717d20d5ab9e282ed657ce5109e0501de393a8609ba99fb9e73966220dc358b222f69301ab5661
 SHA512 
8d038d807b7fa01a65f4b73d135c87ab75385f4c91ce174b332cd5fd1dc1ebdec26b0c5713cf3f68c27351e19e099815d1b530af3ecb7e4c45e71fec4ae12b4c

diff --git a/dev-haskell/xss-sanitize/metadata.xml 
b/dev-haskell/xss-sanitize/metadata.xml
index 7d68100b332..3b4685d257e 100644
--- a/dev-haskell/xss-sanitize/metadata.xml
+++ b/dev-haskell/xss-sanitize/metadata.xml
@@ -8,9 +8,6 @@
        <longdescription>
                run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to 
prevent XSS attacks. see README.md 
&lt;https://github.com/yesodweb/haskell-xss-sanitize&gt; for more details
        </longdescription>
-       <use>
-               <flag name="network-uri">Get Network.URI from the network-uri 
package.</flag>
-       </use>
        <upstream>
                <remote-id 
type="github">yesodweb/haskell-xss-sanitize</remote-id>
        </upstream>

diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild 
b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild
deleted file mode 100644
index e7c9a507780..00000000000
--- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-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="https://hackage.haskell.org/package/${P}/${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)
-}

diff --git a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.7.ebuild 
b/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.7.ebuild
deleted file mode 100644
index 4077e3221e0..00000000000
--- a/dev-haskell/xss-sanitize/xss-sanitize-0.3.5.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.7.9999
-
-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="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD-2"
-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)
-}

Reply via email to