summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:27:05 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:27:05 +0000
commit48a8b9cde80c3073b7932052d5a0a85ee432a4bd (patch)
treee728ab32f8bc9db90dac5ac062c79d68af35b052 /dev-haskell
parentDrop old. (diff)
downloadgentoo-2-48a8b9cde80c3073b7932052d5a0a85ee432a4bd.tar.gz
gentoo-2-48a8b9cde80c3073b7932052d5a0a85ee432a4bd.tar.bz2
gentoo-2-48a8b9cde80c3073b7932052d5a0a85ee432a4bd.zip
Drop old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/http-conduit/ChangeLog8
-rw-r--r--dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild5
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild67
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild48
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild51
-rw-r--r--dev-haskell/http-conduit/http-conduit-2.1.5.ebuild51
6 files changed, 9 insertions, 221 deletions
diff --git a/dev-haskell/http-conduit/ChangeLog b/dev-haskell/http-conduit/ChangeLog
index d157882b9b94..d20def49f733 100644
--- a/dev-haskell/http-conduit/ChangeLog
+++ b/dev-haskell/http-conduit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/http-conduit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.13 2015/08/01 15:44:15 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/ChangeLog,v 1.14 2015/08/02 11:27:05 slyfox Exp $
+
+ 02 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ -http-conduit-2.0.0.2.ebuild, -http-conduit-2.0.0.8.ebuild,
+ -http-conduit-2.1.2.3.ebuild, -http-conduit-2.1.5.ebuild,
+ http-conduit-1.9.5.1.ebuild:
+ Drop old.
*http-conduit-2.1.7.2 (01 Aug 2015)
diff --git a/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild b/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild
index c5d9015dcf88..50085eaf9caa 100644
--- a/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild
+++ b/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild
@@ -1,6 +1,6 @@
-# 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/http-conduit/http-conduit-1.9.5.1.ebuild,v 1.4 2014/07/25 09:16:31 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-conduit/http-conduit-1.9.5.1.ebuild,v 1.5 2015/08/02 11:27:05 slyfox Exp $
EAPI=5
@@ -27,7 +27,6 @@ RDEPEND=">=dev-haskell/asn1-data-0.5.1:=[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?]
diff --git a/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild b/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild
deleted file mode 100644
index 66b5c2a362fa..000000000000
--- a/dev-haskell/http-conduit/http-conduit-2.0.0.2.ebuild
+++ /dev/null
@@ -1,67 +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/http-conduit/http-conduit-2.0.0.2.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.5.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/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
- >=dev-haskell/http-client-0.2:=[profile?]
- dev-haskell/http-client-conduit:=[profile?]
- dev-haskell/http-client-tls:=[profile?]
- >=dev-haskell/http-types-0.7:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/asn1-data
- dev-haskell/base64-bytestring
- dev-haskell/blaze-builder
- dev-haskell/blaze-builder-conduit
- dev-haskell/case-insensitive
- dev-haskell/certificate
- dev-haskell/connection
- dev-haskell/cookie
- dev-haskell/cprng-aes
- dev-haskell/data-default
- dev-haskell/deepseq
- dev-haskell/failure
- >=dev-haskell/hspec-1.3
- dev-haskell/http-client-multipart
- dev-haskell/hunit
- dev-haskell/mime-types
- dev-haskell/monad-control
- dev-haskell/mtl
- dev-haskell/network
- >=dev-haskell/network-conduit-0.6
- dev-haskell/publicsuffixlist
- dev-haskell/random
- dev-haskell/regex-compat
- dev-haskell/socks
- dev-haskell/text
- dev-haskell/tls
- dev-haskell/tls-extra
- dev-haskell/transformers-base
- dev-haskell/utf8-string
- dev-haskell/void
- >=dev-haskell/wai-2.0 <dev-haskell/wai-2.1
- >=dev-haskell/warp-2.0 <dev-haskell/warp-2.1
- dev-haskell/warp-tls
- dev-haskell/zlib-conduit )
-"
diff --git a/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild b/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild
deleted file mode 100644
index 94ff03d0b548..000000000000
--- a/dev-haskell/http-conduit/http-conduit-2.0.0.8.ebuild
+++ /dev/null
@@ -1,48 +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/http-conduit/http-conduit-2.0.0.8.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.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/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
- >=dev-haskell/http-client-0.2.0.2:=[profile?]
- dev-haskell/http-client-conduit:=[profile?]
- dev-haskell/http-client-tls:=[profile?]
- >=dev-haskell/http-types-0.7:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/blaze-builder
- dev-haskell/case-insensitive
- >=dev-haskell/connection-0.2
- dev-haskell/cookie
- dev-haskell/data-default-class
- >=dev-haskell/hspec-1.3
- dev-haskell/http-client-multipart
- dev-haskell/hunit
- dev-haskell/network
- >=dev-haskell/network-conduit-0.6
- dev-haskell/text
- dev-haskell/utf8-string
- >=dev-haskell/wai-2.0 <dev-haskell/wai-2.2
- >=dev-haskell/warp-2.0 <dev-haskell/warp-2.2
- dev-haskell/warp-tls )
-"
diff --git a/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild
deleted file mode 100644
index 2934b199c1c0..000000000000
--- a/dev-haskell/http-conduit/http-conduit-2.1.2.3.ebuild
+++ /dev/null
@@ -1,51 +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/http-conduit/http-conduit-2.1.2.3.ebuild,v 1.2 2014/07/25 09:16:31 slyfox Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.2.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/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.2:=[profile?]
- >=dev-haskell/http-client-0.3.3.2:=[profile?] <dev-haskell/http-client-0.4:=[profile?]
- >=dev-haskell/http-client-tls-0.2.1.2:=[profile?]
- >=dev-haskell/http-types-0.7:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- dev-haskell/monad-control:=[profile?]
- dev-haskell/mtl:=[profile?]
- >=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/blaze-builder
- dev-haskell/case-insensitive
- dev-haskell/conduit-extra
- >=dev-haskell/connection-0.2
- dev-haskell/cookie
- dev-haskell/data-default-class
- >=dev-haskell/hspec-1.3
- dev-haskell/hunit
- dev-haskell/network
- >=dev-haskell/network-conduit-0.6
- dev-haskell/streaming-commons
- dev-haskell/text
- dev-haskell/utf8-string
- >=dev-haskell/wai-3.0 <dev-haskell/wai-3.1
- dev-haskell/wai-conduit
- >=dev-haskell/warp-3.0.0.2 <dev-haskell/warp-3.1
- dev-haskell/warp-tls )
-"
diff --git a/dev-haskell/http-conduit/http-conduit-2.1.5.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.5.ebuild
deleted file mode 100644
index 00966c56649e..000000000000
--- a/dev-haskell/http-conduit/http-conduit-2.1.5.ebuild
+++ /dev/null
@@ -1,51 +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/http-conduit/http-conduit-2.1.5.ebuild,v 1.1 2014/12/13 14:28:47 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.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/conduit-0.5.5:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
- >=dev-haskell/http-client-0.4.3:=[profile?] <dev-haskell/http-client-0.5:=[profile?]
- >=dev-haskell/http-client-tls-0.2.2:=[profile?]
- >=dev-haskell/http-types-0.7:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- dev-haskell/monad-control:=[profile?]
- dev-haskell/mtl:=[profile?]
- >=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/blaze-builder
- dev-haskell/case-insensitive
- >=dev-haskell/conduit-1.1
- dev-haskell/conduit-extra
- >=dev-haskell/connection-0.2
- dev-haskell/cookie
- dev-haskell/data-default-class
- >=dev-haskell/hspec-1.3
- dev-haskell/hunit
- dev-haskell/network
- dev-haskell/streaming-commons
- dev-haskell/text
- dev-haskell/utf8-string
- >=dev-haskell/wai-3.0 <dev-haskell/wai-3.1
- dev-haskell/wai-conduit
- >=dev-haskell/warp-3.0.0.2 <dev-haskell/warp-3.1
- dev-haskell/warp-tls )
-"