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 2C3A91381F3 for ; Sun, 1 Nov 2020 13:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE080E085E; Sun, 1 Nov 2020 13:59:02 +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 BA604E085E for ; Sun, 1 Nov 2020 13:59:02 +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 688BA340AA7 for ; Sun, 1 Nov 2020 13:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87BFE434 for ; Sun, 1 Nov 2020 13:58:58 +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: <1604238873.54e6307655ef95b6839a4850f58cf1766ab6bcca.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/binary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/binary/binary-0.5.1.1.ebuild dev-haskell/binary/binary-0.7.1.0.ebuild dev-haskell/binary/binary-0.7.2.3.ebuild dev-haskell/binary/binary-0.7.5.0.ebuild dev-haskell/binary/binary-0.7.6.1.ebuild X-VCS-Directories: dev-haskell/binary/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 54e6307655ef95b6839a4850f58cf1766ab6bcca X-VCS-Branch: master Date: Sun, 1 Nov 2020 13:58:58 +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: 8ea38fdb-81f8-4723-a067-f5b5282246a1 X-Archives-Hash: f6a7c83ad106cfc7d514691191bd651e commit: 54e6307655ef95b6839a4850f58cf1766ab6bcca Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 1 13:54:33 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 1 13:54:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e63076 dev-haskell/binary: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/binary/binary-0.5.1.1.ebuild | 2 +- dev-haskell/binary/binary-0.7.1.0.ebuild | 4 +++- dev-haskell/binary/binary-0.7.2.3.ebuild | 4 ++-- dev-haskell/binary/binary-0.7.5.0.ebuild | 4 ++-- dev-haskell/binary/binary-0.7.6.1.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-haskell/binary/binary-0.5.1.1.ebuild b/dev-haskell/binary/binary-0.5.1.1.ebuild index 22de2673782..0ae136a6bcd 100644 --- a/dev-haskell/binary/binary-0.5.1.1.ebuild +++ b/dev-haskell/binary/binary-0.5.1.1.ebuild @@ -1,7 +1,7 @@ # 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.2.19.9999 diff --git a/dev-haskell/binary/binary-0.7.1.0.ebuild b/dev-haskell/binary/binary-0.7.1.0.ebuild index c8203a4b3c4..ee34e5be21c 100644 --- a/dev-haskell/binary/binary-0.7.1.0.ebuild +++ b/dev-haskell/binary/binary-0.7.1.0.ebuild @@ -1,7 +1,7 @@ # 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.2.9999 @@ -30,6 +30,8 @@ DEPEND="${RDEPEND} CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2 7.8.3 7.8.4" src_prepare() { + default + if has_version ">=dev-lang/ghc-7.7"; then sed -e '/test-suite read-write-file/,/ghc-options: -Wall/d' \ -i "${S}/${PN}.cabal" \ diff --git a/dev-haskell/binary/binary-0.7.2.3.ebuild b/dev-haskell/binary/binary-0.7.2.3.ebuild index 42da1f184ba..deeb37e2006 100644 --- a/dev-haskell/binary/binary-0.7.2.3.ebuild +++ b/dev-haskell/binary/binary-0.7.2.3.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.4.3 diff --git a/dev-haskell/binary/binary-0.7.5.0.ebuild b/dev-haskell/binary/binary-0.7.5.0.ebuild index a40297b9f87..0ecff509f90 100644 --- a/dev-haskell/binary/binary-0.7.5.0.ebuild +++ b/dev-haskell/binary/binary-0.7.5.0.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.4.5.9999 diff --git a/dev-haskell/binary/binary-0.7.6.1.ebuild b/dev-haskell/binary/binary-0.7.6.1.ebuild index f665bde6b61..885853d5bc7 100644 --- a/dev-haskell/binary/binary-0.7.6.1.ebuild +++ b/dev-haskell/binary/binary-0.7.6.1.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.4.6.9999