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 4A74813835B for ; Sun, 18 Oct 2020 10:23:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A150EE09C1; Sun, 18 Oct 2020 10:23:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8A75AE09BE for ; Sun, 18 Oct 2020 10:23:25 +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 BF2CD34092D 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 2104C3B1 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: <1603016188.101ac7d0b3058ea11b996342667401773b65201a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-attoparsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild dev-haskell/http-attoparsec/metadata.xml X-VCS-Directories: dev-haskell/http-attoparsec/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 101ac7d0b3058ea11b996342667401773b65201a 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: 8997be39-b1e0-49b2-a987-c35779ad1273 X-Archives-Hash: e3e9a91e32236161f155fdeb58af5af1 commit: 101ac7d0b3058ea11b996342667401773b65201a Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 18 10:16:28 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 18 10:16:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101ac7d0 dev-haskell/http-attoparsec: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild | 8 +++++--- dev-haskell/http-attoparsec/metadata.xml | 3 --- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild index a91815382e0..cb6d745f57b 100644 --- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild +++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild @@ -1,7 +1,7 @@ -# 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.3.6.9999 @@ -25,8 +25,10 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8.0.2 " +PATCHES=("${FILESDIR}"/${P}-http.patch) + src_prepare() { - epatch "${FILESDIR}"/${P}-http.patch + default cabal_chdeps \ 'attoparsec >= 0.10.4.0 && < 0.12' 'attoparsec >= 0.10.4.0' \ diff --git a/dev-haskell/http-attoparsec/metadata.xml b/dev-haskell/http-attoparsec/metadata.xml index f9ce57be06d..b7878815d80 100644 --- a/dev-haskell/http-attoparsec/metadata.xml +++ b/dev-haskell/http-attoparsec/metadata.xml @@ -5,7 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - tlaitinen/http-attoparsec -