commit:     800e313cd2c53859481c8376a7daf3c506f5628e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 20:57:18 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:12:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800e313c

dev-haskell/http-client-tls: drop old

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

 dev-haskell/http-client-tls/Manifest               |  3 --
 .../http-client-tls/http-client-tls-0.2.2.ebuild   | 34 --------------------
 .../http-client-tls/http-client-tls-0.2.4.ebuild   | 31 ------------------
 .../http-client-tls/http-client-tls-0.3.3.ebuild   | 37 ----------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-haskell/http-client-tls/Manifest 
b/dev-haskell/http-client-tls/Manifest
index 8a7a345bcac..e02c5b81009 100644
--- a/dev-haskell/http-client-tls/Manifest
+++ b/dev-haskell/http-client-tls/Manifest
@@ -1,4 +1 @@
-DIST http-client-tls-0.2.2.tar.gz 2962 BLAKE2B 
40a3a5c03425fc26435de089c58426e25923ac4a14528e05b0b0d9e82867a9e3673a7d3db4bdb21a1838fc19f79acec8323d4341c8c8a63b415b2ad39bed7e66
 SHA512 
fe750f8c89efd6f65ff4f80ed2e56caadcbd6135fe4dbe500c763994773d91924cbd12073b84dc175ec617d76077febc790a45e293a2a4bb6ca840d0f223629e
-DIST http-client-tls-0.2.4.tar.gz 3555 BLAKE2B 
0192b1aef91c4023692b0ecf2270e38a5b4edc0bb32526e993e8764d593b112e9d04b3f93d1b55c5eca6de1f6cb95b2d5c90a9f4b5307feb763cc49b992a38d8
 SHA512 
3394b4cc6d8d398c17b3f06f6e1183103fadea0527c4fdab963a7e7cefb3b22fd0f0c3dc285efc7a8a1a902edc30f52a2ee35596dc173769c7fb9be6d033b24c
-DIST http-client-tls-0.3.3.tar.gz 6154 BLAKE2B 
bf7558a56194a21ee4829a679ecbde612de7abd922cc83fd941948dbf4e9f80163942f9d564479af3e1f49e49e5c22476538c0d33ebfb7f0fbecdac1a2325007
 SHA512 
eb4b094ce8c70154554564651dbaf57db80338b3fc88938a67fc5d7425d9f1793e805aa62cc90c0eb2d8a168d89769b45963b0382729103850920eac5fcd267e
 DIST http-client-tls-0.3.5.3.tar.gz 7679 BLAKE2B 
490fb9af14ba814528560bab7cbf37bf348db38078d08d6be07934e52754741bc3b0ed91e614598ab8b26e19a67d7c6121f52a59b0b9ee47481e5c9bdf3cd36d
 SHA512 
df4fff9fbd6736a52d54bf04669107b24e3d31c22b0f7882310204ca4ef1a895e9f79cea289423341aa575759a2667ff9ca86b889567605ad3daec266a1bbb14

diff --git a/dev-haskell/http-client-tls/http-client-tls-0.2.2.ebuild 
b/dev-haskell/http-client-tls/http-client-tls-0.2.2.ebuild
deleted file mode 100644
index 51c6b4f63a4..00000000000
--- a/dev-haskell/http-client-tls/http-client-tls-0.2.2.ebuild
+++ /dev/null
@@ -1,34 +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.3
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="http-client backend using the connection package and tls library"
-HOMEPAGE="https://github.com/snoyberg/http-client";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/connection-0.2.2:=[profile?]
-       dev-haskell/data-default-class:=[profile?]
-       >=dev-haskell/http-client-0.3.5:=[profile?]
-       dev-haskell/network:=[profile?]
-       >=dev-haskell/tls-1.1:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/hspec
-               dev-haskell/http-types )
-"
-
-# The only test in the suite requires internet access.
-RESTRICT="test"

diff --git a/dev-haskell/http-client-tls/http-client-tls-0.2.4.ebuild 
b/dev-haskell/http-client-tls/http-client-tls-0.2.4.ebuild
deleted file mode 100644
index 57f55e3870e..00000000000
--- a/dev-haskell/http-client-tls/http-client-tls-0.2.4.ebuild
+++ /dev/null
@@ -1,31 +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="http-client backend using the connection package and tls library"
-HOMEPAGE="https://github.com/snoyberg/http-client";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/connection-0.2.2:=[profile?]
-       dev-haskell/data-default-class:=[profile?]
-       >=dev-haskell/http-client-0.3.5:=[profile?]
-       dev-haskell/network:=[profile?]
-       >=dev-haskell/tls-1.2:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/hspec
-               dev-haskell/http-types )
-"

diff --git a/dev-haskell/http-client-tls/http-client-tls-0.3.3.ebuild 
b/dev-haskell/http-client-tls/http-client-tls-0.3.3.ebuild
deleted file mode 100644
index 736152fafc0..00000000000
--- a/dev-haskell/http-client-tls/http-client-tls-0.3.3.ebuild
+++ /dev/null
@@ -1,37 +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.1
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="http-client backend using the connection package and tls library"
-HOMEPAGE="https://github.com/snoyberg/http-client";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # needs network access
-
-RDEPEND="dev-haskell/case-insensitive:=[profile?]
-       >=dev-haskell/connection-0.2.2:=[profile?]
-       dev-haskell/cryptonite:=[profile?]
-       dev-haskell/data-default-class:=[profile?]
-       dev-haskell/exceptions:=[profile?]
-       >=dev-haskell/http-client-0.5.0:=[profile?]
-       dev-haskell/http-types:=[profile?]
-       dev-haskell/memory:=[profile?]
-       dev-haskell/network:=[profile?]
-       >=dev-haskell/tls-1.2:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-       test? ( dev-haskell/hspec )
-"

Reply via email to