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 08044138359 for ; Sat, 12 Sep 2020 21:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C69E0891; Sat, 12 Sep 2020 21:13:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 79A25E0891 for ; Sat, 12 Sep 2020 21:13:09 +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 4BD10340CE2 for ; Sat, 12 Sep 2020 21:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBEBD378 for ; Sat, 12 Sep 2020 21:13:04 +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: <1599945174.667c5846015ddef4badae3226db9dd0ccca678be.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-streams/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/http-streams/Manifest dev-haskell/http-streams/http-streams-0.8.4.0.ebuild X-VCS-Directories: dev-haskell/http-streams/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 667c5846015ddef4badae3226db9dd0ccca678be X-VCS-Branch: master Date: Sat, 12 Sep 2020 21:13:04 +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: 22ddb211-b240-4ae9-a8e1-311f9c8211a3 X-Archives-Hash: 802216a5d06014eda0256d37fa274bfc commit: 667c5846015ddef4badae3226db9dd0ccca678be Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 12 20:58:50 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 12 21:12:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667c5846 dev-haskell/http-streams: drop old Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/http-streams/Manifest | 1 - .../http-streams/http-streams-0.8.4.0.ebuild | 58 ---------------------- 2 files changed, 59 deletions(-) diff --git a/dev-haskell/http-streams/Manifest b/dev-haskell/http-streams/Manifest index 79a81c59423..59b47bc871c 100644 --- a/dev-haskell/http-streams/Manifest +++ b/dev-haskell/http-streams/Manifest @@ -1,2 +1 @@ -DIST http-streams-0.8.4.0.tar.gz 35330 BLAKE2B 6e6c0fbd9a61c6ea587d7140fb0219c5a415c798ee55b47f45642c19cc67f67a6c1098d74c8451bb6285fdc001d6cac389459a3dbd5ba9409a59e47e4bf4c9a5 SHA512 763287042b37eca43941369dd2b7a7693f545ef37d87bdadb0b5ee686648bc0c3e7d2a8edee37648bb61ebc1dfefb029ca3ce22a44519a16775eab98de0b0a1a DIST http-streams-0.8.7.1.tar.gz 35149 BLAKE2B c7b754b694b612f167b072e17abf14a537aa36422ee4a55695c25b84e8780a6acff61ad9d2041b0ee2cc2cf51f77cdee732021870418d506cbf07a80cbb1b88e SHA512 6c2613cc6bcc1b54916c484834779fb3388085082df33216beb12685eb8e56c0f45b2bf24d657acc6c0295ea429c0e1947213a1235c4373cfdcf10899c93bee1 diff --git a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild b/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild deleted file mode 100644 index af7cf9cb121..00000000000 --- a/dev-haskell/http-streams/http-streams-0.8.4.0.ebuild +++ /dev/null @@ -1,58 +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.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="An HTTP client using io-streams" -HOMEPAGE="https://github.com/afcowie/http-streams/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+network-uri" - -RESTRICT=test # cyclic dep: http-streams[test]->snap-server->http-streams - -RDEPEND="dev-haskell/aeson:=[profile?] - dev-haskell/attoparsec:=[profile?] - dev-haskell/base64-bytestring:=[profile?] - >=dev-haskell/blaze-builder-0.4:=[profile?] - dev-haskell/case-insensitive:=[profile?] - >=dev-haskell/hsopenssl-0.10.3.5:=[profile?] - >=dev-haskell/http-common-0.8.2:=[profile?] - >=dev-haskell/io-streams-1.3:=[profile?] =dev-haskell/openssl-streams-1.1:=[profile?] =dev-lang/ghc-7.8.2:= - network-uri? ( >=dev-haskell/network-2.6:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] ) - !network-uri? (