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 6150B13835A for ; Wed, 25 Nov 2020 23:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FBC1E0922; Wed, 25 Nov 2020 23:22:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 89689E0922 for ; Wed, 25 Nov 2020 23:22:43 +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 B94993410D7 for ; Wed, 25 Nov 2020 23:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C161448 for ; Wed, 25 Nov 2020 23:22:41 +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: <1606346557.01bfd33299c7df1fb259c9c68c3ae2e564446c9b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/conduit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/conduit/Manifest dev-haskell/conduit/conduit-1.3.2.ebuild X-VCS-Directories: dev-haskell/conduit/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 01bfd33299c7df1fb259c9c68c3ae2e564446c9b X-VCS-Branch: master Date: Wed, 25 Nov 2020 23:22:41 +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: 48f0128e-8962-44c7-9510-829928b1722b X-Archives-Hash: 0fe9fc71e8043ff49c94a2a54cec8dff commit: 01bfd33299c7df1fb259c9c68c3ae2e564446c9b Author: Jack Todaro posteo org> AuthorDate: Wed Nov 25 20:26:40 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Nov 25 23:22:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bfd332 dev-haskell/conduit: drop old Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Jack Todaro posteo.org> Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/conduit/Manifest | 1 - dev-haskell/conduit/conduit-1.3.2.ebuild | 39 -------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-haskell/conduit/Manifest b/dev-haskell/conduit/Manifest index e09ce21fdfb..d87d1eb762c 100644 --- a/dev-haskell/conduit/Manifest +++ b/dev-haskell/conduit/Manifest @@ -1,2 +1 @@ -DIST conduit-1.3.2.tar.gz 87752 BLAKE2B e07ef9dc2d3ae189892ee32ff1a8ff877a93c023309b79ff5af62f971d2a6356c3ebe4bd27122ed4dc510dd5e8222afdccf13d772701f69274cab0c0c1a69bf6 SHA512 d6dcc33156923a1601e9c0c7ae61d1df9dc4ec71c39f4ec0935b13bff502eb66bcdda30901c3c864e44ade9fcc437d3ab2c1af167bac0d89f7f70567d0911f57 DIST conduit-1.3.4.tar.gz 88861 BLAKE2B 79821013c6177ed2d555c6ad0c42a694f927c069b11c637c881d3cbcdf99c6ed8238bb8fd2d846fe1e89199dd7a35a4d75ddbb7e4c44ac2edb5314e9062229e7 SHA512 a70f41f45b9014fcd4155167114e0c42b98f33ffe5111ecfe12f3d7f579fcfe82b76e27c16670538f71883bb10af159a2e56eee322e0a1f1cf79bbf862db7611 diff --git a/dev-haskell/conduit/conduit-1.3.2.ebuild b/dev-haskell/conduit/conduit-1.3.2.ebuild deleted file mode 100644 index 416c047448c..00000000000 --- a/dev-haskell/conduit/conduit-1.3.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Streaming data processing library" -HOMEPAGE="https://github.com/snoyberg/conduit" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/exceptions:=[profile?] - >=dev-haskell/mono-traversable-1.0.7:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/primitive:=[profile?] - >=dev-haskell/resourcet-1.2:=[profile?] =dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 - test? ( >=dev-haskell/exceptions-0.6 - >=dev-haskell/hspec-1.3 - >=dev-haskell/quickcheck-2.7 - dev-haskell/safe - dev-haskell/silently - >=dev-haskell/split-0.2.0.0 - >=dev-haskell/unliftio-0.2.4.0 ) -"