diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:25:36 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:42:56 +0100 |
commit | 861104f7db09a500c12385fd9ba028be8319c7fa (patch) | |
tree | 40a8ab0a527956d7c53856830cb6b72f874724fc /dev-haskell | |
parent | dev-haskell/tagged: drop old (diff) | |
download | gentoo-861104f7db09a500c12385fd9ba028be8319c7fa.tar.gz gentoo-861104f7db09a500c12385fd9ba028be8319c7fa.tar.bz2 gentoo-861104f7db09a500c12385fd9ba028be8319c7fa.zip |
dev-haskell/tagsoup: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/tagsoup/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/tagsoup/metadata.xml | 4 | ||||
-rw-r--r-- | dev-haskell/tagsoup/tagsoup-0.13.10.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-haskell/tagsoup/tagsoup-0.13.8.ebuild | 33 |
5 files changed, 0 insertions, 111 deletions
diff --git a/dev-haskell/tagsoup/Manifest b/dev-haskell/tagsoup/Manifest index a1c41868c2d7..15fce4574a59 100644 --- a/dev-haskell/tagsoup/Manifest +++ b/dev-haskell/tagsoup/Manifest @@ -1,4 +1 @@ -DIST tagsoup-0.13.10.tar.gz 44587 BLAKE2B cae2de2bd1edadee09033969afbc3bd7b35eb22474a4d4f54ba58eb38525d222606b3d1bf2984379cdf93c69fbc78ef4333842a1221aae69db610cf87f301e54 SHA512 96a3ebd9864279e67ccf2a0c05a37d2dbf4719eb3ef0fba753bf4bb11f9161fb895ed8f8cf86e04e790f8fbe277450379fe517c59ecc068c4586d3ced316b781 -DIST tagsoup-0.13.3.tar.gz 42279 BLAKE2B c4b394e6c60a6e4f7d6964ca63da4dbfdf26b4f14b4adb99aa7121011c1435c1f4af7235301df34d4c4e2ca5a459577a14866c518ea4e76c32771b0381e95b15 SHA512 ee6e7c2459f395facfdf9c28c0903e5279c781d8a5cd0745c2e3648c8eed7fdc84c372b271febce13b8b433ecded5cd7c97a3f169121908f23bb28c2b2f104b0 -DIST tagsoup-0.13.8.tar.gz 43676 BLAKE2B 4b275ab4921934187c62f85013b7f4d452e5412b2c1891678cfe8174395a1b8535d42f7db1686cd3ffc3949bdf4790db5483e9788b409edf9317c047f6915af8 SHA512 e05325090380950467f5327c4988c31d8c1cb9fd45668e6926c428d5ad33d589c2dc5c6b7e38c5349a980587823709b60a49c242d5ffdf76b1a58264217083c5 DIST tagsoup-0.14.8.tar.gz 43894 BLAKE2B 68688af3ef280058f51b35a99f654af53d1b90a2303ebb8a95b0d936e7c68aed70dd6624d2c14fdcfc9a8cfb221ef1cad3768fa770ab19e65cba3adb1d0d3442 SHA512 2fc0adfc43402e537dac043682d876cae29834ebe9bcec7b53cc26ba769324b987be9cd86f9174f52344635342b7ff8f6cc2186be92c5bf4b359968f3cdd17e4 diff --git a/dev-haskell/tagsoup/metadata.xml b/dev-haskell/tagsoup/metadata.xml index 773bfa6c800f..a63f2ccb5413 100644 --- a/dev-haskell/tagsoup/metadata.xml +++ b/dev-haskell/tagsoup/metadata.xml @@ -13,10 +13,6 @@ Users should start from the "Text.HTML.TagSoup" module. </longdescription> - <use> - <flag name="download">Build with Download module.</flag> - <flag name="testprog">Build the test program.</flag> - </use> <upstream> <remote-id type="github">ndmitchell/tagsoup</remote-id> </upstream> diff --git a/dev-haskell/tagsoup/tagsoup-0.13.10.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.10.ebuild deleted file mode 100644 index 5336220bc374..000000000000 --- a/dev-haskell/tagsoup/tagsoup-0.13.10.ebuild +++ /dev/null @@ -1,33 +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.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents" -HOMEPAGE="https://github.com/ndmitchell/tagsoup#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="download testprog" - -RDEPEND="dev-haskell/text:=[profile?] - >=dev-lang/ghc-7.4.1:= - download? ( dev-haskell/network:=[profile?] ) - testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag download download) \ - $(cabal_flag testprog testprog) -} diff --git a/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild deleted file mode 100644 index 547ac95f1b42..000000000000 --- a/dev-haskell/tagsoup/tagsoup-0.13.3-r1.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.4.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents" -HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="download testprog" - -RDEPEND="dev-haskell/text:=[profile?] - >=dev-lang/ghc-7.4.1:= - download? ( dev-haskell/network:=[profile?] ) - testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_prepare() { - cabal_chdeps \ - 'executable tagsoup' 'executable haskell-tagsoup' -} - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag download download) \ - $(cabal_flag testprog testprog) -} diff --git a/dev-haskell/tagsoup/tagsoup-0.13.8.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.8.ebuild deleted file mode 100644 index 82d8c767daef..000000000000 --- a/dev-haskell/tagsoup/tagsoup-0.13.8.ebuild +++ /dev/null @@ -1,33 +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.6.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents" -HOMEPAGE="https://github.com/ndmitchell/tagsoup#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="download testprog" - -RDEPEND="dev-haskell/text:=[profile?] - >=dev-lang/ghc-7.4.1:= - download? ( dev-haskell/network:=[profile?] ) - testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag download download) \ - $(cabal_flag testprog testprog) -} |