dev-haskell/tagsoup: drop old

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-04-03 10:27:32 +01:00
parent 87dd7bd057
commit fda56786c6
4 changed files with 0 additions and 99 deletions

View File

@@ -1,4 +1,2 @@
DIST tagsoup-0.13.1.tar.gz 42756 SHA256 1314020e877b8208f42866f4683db40403099595edcd50e556772f31a5e7355c SHA512 01873e5580356d4ff1f473bb992544b5a3c36348029c2e8e1ebcc11ce335040bfddd5c8cf5cebc47c68ab446acda777ee48d457be7a5898423d7bef0c92b87e6 WHIRLPOOL ae4f4f7ece2ec701e1e828d1344300e1ca16c223ac3ae704092c072927df70cb65e1f61dea0f343dd7ecc98fe76aeb7324607713c4b7c8faf3a3810c8e34cde2
DIST tagsoup-0.13.3.tar.gz 42279 SHA256 32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d SHA512 ee6e7c2459f395facfdf9c28c0903e5279c781d8a5cd0745c2e3648c8eed7fdc84c372b271febce13b8b433ecded5cd7c97a3f169121908f23bb28c2b2f104b0 WHIRLPOOL 92baa4258ccce7948779a86f33f0ee591243d978b3cf148e06be81ee542f004021198bc0f3c4bd7722f3f8f70de217d02a02f2eb24de1f383e3dec14e7c189a7
DIST tagsoup-0.13.8.tar.gz 43676 SHA256 cff171695c5c559565eff8296bd44442ffff6bc8972e81f3a6c27eb1f13e1c2e SHA512 e05325090380950467f5327c4988c31d8c1cb9fd45668e6926c428d5ad33d589c2dc5c6b7e38c5349a980587823709b60a49c242d5ffdf76b1a58264217083c5 WHIRLPOOL 1afd07fea8f43cdc9ab7e22daf9d99c371fb604302b388f9682fb5d673a931108576bc2c75b8df49e2629403adc69f1edcd184da5b5a479e7f07e5c9dbd92e10
DIST tagsoup-0.13.tar.gz 42110 SHA256 617eba9017684ffcc4abe3627a43e2ad69d788901facdfa6a3b77f58b363d3dd SHA512 870990576b0c94712f0fffb24d0f4d93f5e717ee31e4c002b41f8579a0c40b2056286bb9bdd8ef93e735bc480ed7b9292282b6cedb7d467693045c8e53c09cf1 WHIRLPOOL 2b628dd7e146449c49450def3ffdc80538b1938a6c9c9c1282f7401d1f6840461dc609a24aa6187f39adebde704ac3fb597bb37121e76983e4d1bbd861b35495

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.3.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="http://community.haskell.org/~ndm/tagsoup/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="download"
RDEPEND="dev-haskell/text:=[profile?]
>=dev-lang/ghc-6.10.4:=
download? ( dev-haskell/network:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag download download)
}

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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="mirror://hackage/packages/archive/${PN}/${PV}/${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)
}

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.3.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE="download"
RDEPEND="dev-haskell/text:=[profile?]
>=dev-lang/ghc-6.10.4:=
download? ( dev-haskell/network:=[profile?]
)"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag download download)
}