[gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-client-conduit/

2020-10-18 Thread Sergei Trofimovich
commit: dcd03705b82e0c0bf9c86134f0d88a087ea13dfc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 18 10:17:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 18 10:17:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd03705

dev-haskell/http-client-conduit: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild | 8 
 dev-haskell/http-client-conduit/metadata.xml | 3 ---
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild 
b/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild
index 29e32f908c9..0a4612da0fe 100644
--- a/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild
+++ b/dev-haskell/http-client-conduit/http-client-conduit-0.3.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-# ebuild generated by hackport 0.4.
+# ebuild generated by hackport 0.6.6.
 
-CABAL_FEATURES="lib profile" # haddock hoogle hscolour" no files
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Frontend support for using http-client with conduit (deprecated)"

diff --git a/dev-haskell/http-client-conduit/metadata.xml 
b/dev-haskell/http-client-conduit/metadata.xml
index 7725db4dc50..b7878815d80 100644
--- a/dev-haskell/http-client-conduit/metadata.xml
+++ b/dev-haskell/http-client-conduit/metadata.xml
@@ -5,7 +5,4 @@
hask...@gentoo.org
Gentoo Haskell

-   
-   snoyberg/http-client
-   
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-client-conduit/

2020-09-12 Thread Sergei Trofimovich
commit: 46f97e0eb2ec7d4603eb70a78ea99ea84788ff6b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 20:56:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 21:12:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f97e0e

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

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

 dev-haskell/http-client-conduit/Manifest   |  1 -
 .../http-client-conduit-0.2.0.1.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-haskell/http-client-conduit/Manifest 
b/dev-haskell/http-client-conduit/Manifest
index 8c5f6933106..49af944211f 100644
--- a/dev-haskell/http-client-conduit/Manifest
+++ b/dev-haskell/http-client-conduit/Manifest
@@ -1,2 +1 @@
-DIST http-client-conduit-0.2.0.1.tar.gz 2104 BLAKE2B 
2f8bb34e48bdc4671c51013fe81a2a0fc90f4e01cb6e22ff9bcdd8507f5f02606ca8eb2199892fa8d2106a5e86a110b4feee100a77b08815419656dfe40edf32
 SHA512 
1fd691f613cf874ea6f596a1d178bee034aef48923d8665b33cb7519d49034c56198a1b98786f3b65e9b5fce36d7bea8e76bafd696c52f01a240da29a06696ab
 DIST http-client-conduit-0.3.0.tar.gz 1176 BLAKE2B 
29a8da8e051c31b24c710db783d330eb25316f500968df8b546cf085ca179526b26f1709d2e05cfb4d32703cf1233a8b9e9d0e0b04bc66b15fb38bbf6ce1ae7b
 SHA512 
c6d3a2ee7d2b3efca346835d226421bf18443d7248d743b0467b32a9697d845697267a5fa9ee5a7bdf2c6918c60f4f6897f3df109b9337ab3967b3b9ef2528fe

diff --git a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild 
b/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild
deleted file mode 100644
index f26e3a4da6f..000
--- a/dev-haskell/http-client-conduit/http-client-conduit-0.2.0.1.ebuild
+++ /dev/null
@@ -1,28 +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.3.5.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Frontend support for using http-client with conduit"
-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/conduit:=[profile?]
-   >=dev-haskell/http-client-0.2:=[profile?]
-   >=dev-haskell/resourcet-0.4.6:=[profile?]
-   dev-haskell/transformers:=[profile?]
-   >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-"