Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH 0/6] haskell eclass update to EAPI=8, old EAPI={0..5} removal
Date: Sat, 10 Jul 2021 11:12:15
Message-Id: 20210710121206.313f97e2@zn3
In Reply to: [gentoo-dev] [PATCH 0/6] haskell eclass update to EAPI=8, old EAPI={0..5} removal by Sergei Trofimovich
1 On Mon, 5 Jul 2021 23:25:50 +0100
2 Sergei Trofimovich <slyfox@g.o> wrote:
3
4 > The changes are mostly code removal. And example ebuild.
5 >
6 > Sergei Trofimovich (6):
7 > haskell-cabal.eclass: drop EAPI={0..5} support
8 > ghc-package.eclass: drop EAPI={0..5} support
9 > ghc-package.eclass: allow EAPI=8
10 > haskell-cabal.eclass: allow EAPI=8
11 > haskell-cabal.eclass: foo
12 > dev-haskell/c2hs: bump up to 0.28.8, EAPI=8 example
13 >
14 > dev-haskell/c2hs/Manifest | 1 +
15 > dev-haskell/c2hs/c2hs-0.28.8.ebuild | 41 +++++++++++++++++++++++++++
16 > eclass/ghc-package.eclass | 6 ++--
17 > eclass/haskell-cabal.eclass | 43 ++++++++---------------------
18 > 4 files changed, 56 insertions(+), 35 deletions(-)
19 > create mode 100644 dev-haskell/c2hs/c2hs-0.28.8.ebuild
20
21 Pushed to ::gentoo as:
22 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891aa19d14688a95171dc6dcf14ce08d6ab237c5
23 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3feb01a7824b169ba1d35b997784c731fca9ac0f
24 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cef7dc7c93537384dddf71cf96f57931467644d
25 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8928997d917f74894c7013708c7c177a7bfa23
26 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff0ee1b6c74df5f1598f5a2874fb67cfe09250b
27 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba01bd910d9667dbc7a1a80873ec3a23d897ed62
28 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df37ce46d2a17ed3c4225bce7c506931d98af59b
29
30 --
31
32 Sergei