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 CFF28138359 for ; Thu, 8 Oct 2020 18:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9514DE085B; Thu, 8 Oct 2020 18:20:05 +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 70C63E0867 for ; Thu, 8 Oct 2020 18:20:04 +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 A64CE335C92 for ; Thu, 8 Oct 2020 18:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B6139E for ; Thu, 8 Oct 2020 18:19: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: <1602181109.2fda56030344ba4aa216d228f74b964d859ac46d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/errorcall-eq-instance/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild dev-haskell/errorcall-eq-instance/metadata.xml X-VCS-Directories: dev-haskell/errorcall-eq-instance/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2fda56030344ba4aa216d228f74b964d859ac46d X-VCS-Branch: master Date: Thu, 8 Oct 2020 18:19: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: 0ef27018-9064-4402-9a10-f4f6889385e2 X-Archives-Hash: 0d3c51100fa1ce2278934d7603d76491 commit: 2fda56030344ba4aa216d228f74b964d859ac46d Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Oct 8 18:18:29 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Oct 8 18:18:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fda5603 dev-haskell/errorcall-eq-instance: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild | 4 ++-- dev-haskell/errorcall-eq-instance/metadata.xml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild b/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild index 575eb95d3ba..e63ef2b19c3 100644 --- a/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild +++ b/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild @@ -1,9 +1,9 @@ # 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 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal diff --git a/dev-haskell/errorcall-eq-instance/metadata.xml b/dev-haskell/errorcall-eq-instance/metadata.xml index 0dc85cfde05..b7878815d80 100644 --- a/dev-haskell/errorcall-eq-instance/metadata.xml +++ b/dev-haskell/errorcall-eq-instance/metadata.xml @@ -5,8 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - Prior to @base-4.7.0.0@ there was no @Eq@ instance for - @ErrorCall@. This package provides an orphan instance. -