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 C3F4F1381F3 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 EAAEFE0864; Sun, 1 Nov 2020 13:59:02 +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 D35D9E0864 for ; Sun, 1 Nov 2020 13:59:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B115A340B1F 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 AE2EE436 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: <1604239072.6eb09f115ed0c281d77a4ae1543b0eb43b9845cb.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/cabal/cabal-1.18.1.3.ebuild dev-haskell/cabal/cabal-1.18.1.5.ebuild dev-haskell/cabal/cabal-1.20.0.2.ebuild dev-haskell/cabal/cabal-1.22.8.0.ebuild X-VCS-Directories: dev-haskell/cabal/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6eb09f115ed0c281d77a4ae1543b0eb43b9845cb 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: f747ef5f-c4cc-4a50-b8d3-0be4addbbebf X-Archives-Hash: ec0b4d5bc71d7a8c629bcaffabd08608 commit: 6eb09f115ed0c281d77a4ae1543b0eb43b9845cb Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 1 13:57:52 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 1 13:57:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb09f11 dev-haskell/cabal: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/cabal/cabal-1.18.1.3.ebuild | 4 +++- dev-haskell/cabal/cabal-1.18.1.5.ebuild | 4 +++- dev-haskell/cabal/cabal-1.20.0.2.ebuild | 4 +++- dev-haskell/cabal/cabal-1.22.8.0.ebuild | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-haskell/cabal/cabal-1.18.1.3.ebuild b/dev-haskell/cabal/cabal-1.18.1.3.ebuild index b4a410cf4d3..c48c74d40c4 100644 --- a/dev-haskell/cabal/cabal-1.18.1.3.ebuild +++ b/dev-haskell/cabal/cabal-1.18.1.3.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.6.9999 @@ -37,6 +37,8 @@ S="${WORKDIR}/${MY_PN}-${PV}" CABAL_CORE_LIB_GHC_PV="7.8.2014* 7.8.0.2014* 7.8.1 7.8.2 7.8.3 7.8.3.20141119" src_prepare() { + default + if [[ -n ${LIVE_EBUILD} ]]; then CABAL_FILE=${MY_PN}.cabal cabal_chdeps 'version: 1.17.0' "version: ${PV}" fi diff --git a/dev-haskell/cabal/cabal-1.18.1.5.ebuild b/dev-haskell/cabal/cabal-1.18.1.5.ebuild index 369324fa471..220ee8187a5 100644 --- a/dev-haskell/cabal/cabal-1.18.1.5.ebuild +++ b/dev-haskell/cabal/cabal-1.18.1.5.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.6.9999 @@ -39,6 +39,8 @@ S="${WORKDIR}/${MY_PN}-${PV}" CABAL_CORE_LIB_GHC_PV="7.8.4" src_prepare() { + default + if [[ -n ${LIVE_EBUILD} ]]; then CABAL_FILE=${MY_PN}.cabal cabal_chdeps 'version: 1.17.0' "version: ${PV}" fi diff --git a/dev-haskell/cabal/cabal-1.20.0.2.ebuild b/dev-haskell/cabal/cabal-1.20.0.2.ebuild index abbfa9df88f..de5558e4a3a 100644 --- a/dev-haskell/cabal/cabal-1.20.0.2.ebuild +++ b/dev-haskell/cabal/cabal-1.20.0.2.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.4.9999 @@ -36,6 +36,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { + default + if [[ -n ${LIVE_EBUILD} ]]; then CABAL_FILE=${MY_PN}.cabal cabal_chdeps 'version: 1.17.0' "version: ${PV}" fi diff --git a/dev-haskell/cabal/cabal-1.22.8.0.ebuild b/dev-haskell/cabal/cabal-1.22.8.0.ebuild index c42d09e543c..15fd12acb3a 100644 --- a/dev-haskell/cabal/cabal-1.22.8.0.ebuild +++ b/dev-haskell/cabal/cabal-1.22.8.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.4.5.9999 @@ -37,6 +37,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { + default + if [[ -n ${LIVE_EBUILD} ]]; then CABAL_FILE=${MY_PN}.cabal cabal_chdeps 'version: 1.17.0' "version: ${PV}" fi