From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87AE313835A for ; Sun, 18 Oct 2020 10:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6814FE09C3; Sun, 18 Oct 2020 10:23:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B07E09C3 for ; Sun, 18 Oct 2020 10:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E41DF340E94 for ; Sun, 18 Oct 2020 10:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59B813B5 for ; Sun, 18 Oct 2020 10:23:22 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1603016456.951a3dc652eba0435747a2b98f71c4928ae4fcd0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/http-common/Manifest dev-haskell/http-common/http-common-0.8.2.1.ebuild dev-haskell/http-common/metadata.xml X-VCS-Directories: dev-haskell/http-common/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 951a3dc652eba0435747a2b98f71c4928ae4fcd0 X-VCS-Branch: master Date: Sun, 18 Oct 2020 10:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7eec5f89-95fc-431e-ab93-8b6f6827acdd X-Archives-Hash: bf26fb75c92a1e2fe332838a7d294fd1 commit: 951a3dc652eba0435747a2b98f71c4928ae4fcd0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 18 10:20:56 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 18 10:20:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951a3dc6 dev-haskell/http-common: bump up to 0.8.2.1 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/http-common/Manifest | 1 + dev-haskell/http-common/http-common-0.8.2.1.ebuild | 31 ++++++++++++++++++++++ dev-haskell/http-common/metadata.xml | 8 ------ 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest index a9b92b79de0..26d0ec96cf3 100644 --- a/dev-haskell/http-common/Manifest +++ b/dev-haskell/http-common/Manifest @@ -1 +1,2 @@ DIST http-common-0.8.2.0.tar.gz 9473 BLAKE2B 7c37f7b605f3014d15d7b89250ecad915acb79ee1c246f3410b2c206189a64fd29a6adfc1b57c05f3a10cf22b8edebf899cea71e37b5ffdeac1702be615644a6 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a +DIST http-common-0.8.2.1.tar.gz 9413 BLAKE2B 0e79e29f277902ac188ff2ba962f9bd3ad99d21f70a9f9f9e6ad5951d9af353110dd1a7519f77d0fb593aa965cdfd08be8abc01b27ce9fcc82e37a696dc790ca SHA512 da165d118575f1958c300c2b389b28cd4e0d720be79e776b5e72444b30b7b0369f336d44283d8b71c7758c1405e64a13e5591971da2e6b29cf7786233f2e04dc diff --git a/dev-haskell/http-common/http-common-0.8.2.1.ebuild b/dev-haskell/http-common/http-common-0.8.2.1.ebuild new file mode 100644 index 00000000000..e0fe46eedcb --- /dev/null +++ b/dev-haskell/http-common/http-common-0.8.2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Common types for HTTP clients and servers" +HOMEPAGE="https://github.com/istathar/http-common" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/base64-bytestring:=[profile?] + dev-haskell/blaze-builder:=[profile?] + dev-haskell/case-insensitive:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/network:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24 +" diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml index 9b125c84e71..b7878815d80 100644 --- a/dev-haskell/http-common/metadata.xml +++ b/dev-haskell/http-common/metadata.xml @@ -5,12 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - /Overview/ - - Base types used by a variety of HTTP clients and servers. See http-streams - "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full - documentation. You can import @Network.Http.Types@ if you like, but both - http-streams and pipes-http re-export this package's types and functions. -