Skip to content

Commit

Permalink
dev-haskell/cabal: update to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Nov 1, 2020
1 parent 5e1f992 commit 6eb09f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dev-haskell/cabal/cabal-1.18.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion dev-haskell/cabal/cabal-1.18.1.5.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion dev-haskell/cabal/cabal-1.20.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion dev-haskell/cabal/cabal-1.22.8.0.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6eb09f1

Please sign in to comment.