diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-02-21 21:10:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-02-21 21:10:01 +0000 |
commit | 2d95f1dd5e856ab6fec2b9a56dd6fbfaba6f1ef8 (patch) | |
tree | c55736a7e8a077b1dfebb5a0f93dde39ff6926b8 /dev-haskell/http-conduit | |
parent | tmpfiles conf file is only needed with system-wide for openRC init.d script (... (diff) | |
download | gentoo-2-2d95f1dd5e856ab6fec2b9a56dd6fbfaba6f1ef8.tar.gz gentoo-2-2d95f1dd5e856ab6fec2b9a56dd6fbfaba6f1ef8.tar.bz2 gentoo-2-2d95f1dd5e856ab6fec2b9a56dd6fbfaba6f1ef8.zip |
Drop old.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/http-conduit')
-rw-r--r-- | dev-haskell/http-conduit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/http-conduit/http-conduit-1.9.4.2.ebuild | 67 | ||||
-rw-r--r-- | dev-haskell/http-conduit/http-conduit-1.9.4.3.ebuild | 66 | ||||
-rw-r--r-- | dev-haskell/http-conduit/http-conduit-1.9.5.ebuild | 61 |
4 files changed, 7 insertions, 196 deletions
diff --git a/dev-haskell/http-conduit/ChangeLog b/dev-haskell/http-conduit/ChangeLog index d0a42d955b68..0a257aab6781 100644 --- a/dev-haskell/http-conduit/ChangeLog +++ b/dev-haskell/http-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/http-conduit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.6 2013/12/11 06:08:55 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.7 2014/02/21 21:10:01 slyfox Exp $ + + 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> + -http-conduit-1.9.4.2.ebuild, -http-conduit-1.9.4.3.ebuild, + -http-conduit-1.9.5.ebuild: + Drop old. *http-conduit-2.0.0.2 (11 Dec 2013) diff --git a/dev-haskell/http-conduit/http-conduit-1.9.4.2.ebuild b/dev-haskell/http-conduit/http-conduit-1.9.4.2.ebuild deleted file mode 100644 index b768a5c40ddf..000000000000 --- a/dev-haskell/http-conduit/http-conduit-1.9.4.2.ebuild +++ /dev/null @@ -1,67 +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/http-conduit/http-conduit-1.9.4.2.ebuild,v 1.1 2013/08/26 11:14:43 qnikst Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HTTP client package with conduit interface and HTTPS support." -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/asn1-data-0.5.1:=[profile?] - >=dev-haskell/base64-bytestring-0.1:=[profile?] - >=dev-haskell/blaze-builder-0.2.1:=[profile?] - >=dev-haskell/blaze-builder-conduit-0.5:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] - >=dev-haskell/certificate-1.3:=[profile?] - >=dev-haskell/conduit-0.5.5:=[profile?] - <dev-haskell/conduit-1.1:=[profile?] - >=dev-haskell/cookie-0.4:=[profile?] - >=dev-haskell/cprng-aes-0.3:=[profile?] - dev-haskell/data-default:=[profile?] - dev-haskell/deepseq:=[profile?] - >=dev-haskell/failure-0.1:=[profile?] - >=dev-haskell/http-types-0.7:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/mime-types-0.1:=[profile?] - >=dev-haskell/monad-control-0.3:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/publicsuffixlist-0.0.3:=[profile?] - <dev-haskell/publicsuffixlist-1.0:=[profile?] - dev-haskell/random:=[profile?] - dev-haskell/regex-compat:=[profile?] - >=dev-haskell/resourcet-0.3:=[profile?] - <dev-haskell/resourcet-0.5:=[profile?] - >=dev-haskell/socks-0.4:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/tls-1.1.0:=[profile?] - >=dev-haskell/tls-extra-0.5.0:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-haskell/transformers-base-0.4:=[profile?] - >=dev-haskell/utf8-string-0.3.4:=[profile?] - >=dev-haskell/void-0.5.5:=[profile?] - >=dev-haskell/zlib-conduit-0.5:=[profile?] - <dev-haskell/zlib-conduit-1.1:=[profile?] - >=dev-lang/ghc-6.12.1:= - <dev-haskell/network-2.2.3:=[profile?] - >=dev-haskell/network-2.2.1:=[profile?] - =dev-haskell/network-bytestring-0.1.3*:=[profile?] - " -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/hunit - >=dev-haskell/network-conduit-0.6 - dev-haskell/wai - >=dev-haskell/warp-1.3.6 - )" diff --git a/dev-haskell/http-conduit/http-conduit-1.9.4.3.ebuild b/dev-haskell/http-conduit/http-conduit-1.9.4.3.ebuild deleted file mode 100644 index 61422b1771fb..000000000000 --- a/dev-haskell/http-conduit/http-conduit-1.9.4.3.ebuild +++ /dev/null @@ -1,66 +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/http-conduit/http-conduit-1.9.4.3.ebuild,v 1.1 2013/08/26 11:14:43 qnikst Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HTTP client package with conduit interface and HTTPS support." -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/asn1-data-0.5.1:=[profile?] - >=dev-haskell/base64-bytestring-0.1:=[profile?] - >=dev-haskell/blaze-builder-0.2.1:=[profile?] - >=dev-haskell/blaze-builder-conduit-0.5:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] - >=dev-haskell/certificate-1.3:=[profile?] - >=dev-lang/ghc-6.12.1:= - >=dev-haskell/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?] - >=dev-haskell/cookie-0.4:=[profile?] - >=dev-haskell/cprng-aes-0.3:=[profile?] - dev-haskell/data-default:=[profile?] - dev-haskell/deepseq:=[profile?] - >=dev-haskell/failure-0.1:=[profile?] - >=dev-haskell/http-types-0.7:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/mime-types-0.1:=[profile?] - >=dev-haskell/monad-control-0.3:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/publicsuffixlist-0.0.3:=[profile?] <dev-haskell/publicsuffixlist-1.0:=[profile?] - dev-haskell/random:=[profile?] - dev-haskell/regex-compat:=[profile?] - >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?] - >=dev-haskell/socks-0.4:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/tls-1.1.0:=[profile?] - >=dev-haskell/tls-extra-0.5.0:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-haskell/transformers-base-0.4:=[profile?] - >=dev-haskell/utf8-string-0.3.4:=[profile?] - >=dev-haskell/void-0.5.5:=[profile?] - >=dev-haskell/zlib-conduit-0.5:=[profile?] <dev-haskell/zlib-conduit-1.1:=[profile?] - >=dev-haskell/network-2.3:=[profile?] -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( dev-haskell/conduit - >=dev-haskell/hspec-1.3 - dev-haskell/hunit - >=dev-haskell/network-conduit-0.6 - dev-haskell/publicsuffixlist - dev-haskell/resourcet - dev-haskell/wai - >=dev-haskell/warp-1.3.6 - dev-haskell/zlib-conduit - ) -" diff --git a/dev-haskell/http-conduit/http-conduit-1.9.5.ebuild b/dev-haskell/http-conduit/http-conduit-1.9.5.ebuild deleted file mode 100644 index e56fa7d15fcd..000000000000 --- a/dev-haskell/http-conduit/http-conduit-1.9.5.ebuild +++ /dev/null @@ -1,61 +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/http-conduit/http-conduit-1.9.5.ebuild,v 1.1 2013/09/13 06:20:38 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.3.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HTTP client package with conduit interface and HTTPS support." -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/asn1-data-0.5.1:=[profile?] - >=dev-haskell/base64-bytestring-0.1:=[profile?] - >=dev-haskell/blaze-builder-0.2.1:=[profile?] - >=dev-haskell/blaze-builder-conduit-0.5:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] - >=dev-haskell/certificate-1.3:=[profile?] - >=dev-haskell/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?] - >=dev-haskell/cookie-0.4:=[profile?] - dev-haskell/data-default:=[profile?] - dev-haskell/deepseq:=[profile?] - >=dev-haskell/failure-0.1:=[profile?] - >=dev-haskell/http-types-0.7:=[profile?] - >=dev-haskell/lifted-base-0.1:=[profile?] - >=dev-haskell/mime-types-0.1:=[profile?] - >=dev-haskell/monad-control-0.3:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/publicsuffixlist-0.0.3:=[profile?] <dev-haskell/publicsuffixlist-1.0:=[profile?] - dev-haskell/random:=[profile?] - dev-haskell/regex-compat:=[profile?] - >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?] - >=dev-haskell/socks-0.4:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/tls-extra-0.5.0:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-haskell/transformers-base-0.4:=[profile?] - >=dev-haskell/utf8-string-0.3.4:=[profile?] - >=dev-haskell/void-0.5.5:=[profile?] - >=dev-haskell/zlib-conduit-0.5:=[profile?] <dev-haskell/zlib-conduit-1.1:=[profile?] - >=dev-lang/ghc-6.12.1:= - >=dev-haskell/network-2.3:=[profile?] - >=dev-haskell/cprng-aes-0.5.0:=[profile?] - >=dev-haskell/tls-1.1.3:=[profile?] -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/hunit - >=dev-haskell/network-conduit-0.6 - dev-haskell/wai - >=dev-haskell/warp-1.3.6 ) -" |