Diff hackport-0.7.2.2 with a hackport-9999
/usr/portage/app-portage/hackport/hackport-9999.ebuild 2023-10-09 14:52:28.848368334 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
7 | 7 |
#hackport: flags: +cabal-v1 |
8 | 8 | |
9 | 9 |
CABAL_FEATURES="test-suite" |
10 |
inherit haskell-cabal |
|
10 |
EGIT_REPO_URI="https://github.com/gentoo-haskell/hackport.git" |
|
11 | ||
12 |
inherit git-r3 haskell-cabal |
|
11 | 13 | |
12 | 14 |
DESCRIPTION="Hackage and Portage integration tool" |
13 |
HOMEPAGE="https://hackage.haskell.org/package/hackport" |
|
15 |
HOMEPAGE="https://github.com/gentoo-haskell/hackport" |
|
14 | 16 | |
15 | 17 |
LICENSE="GPL-3+" |
16 | 18 |
SLOT="0" |
17 |
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" |
|
18 | ||
19 |
GHC_BOOTSTRAP_PACKAGES=( |
|
20 |
cabal-doctest |
|
21 |
) |
|
19 |
KEYWORDS="" |
|
22 | 20 | |
23 | 21 |
RDEPEND=">=dev-haskell/async-2.0:= |
24 | 22 |
>=dev-haskell/base16-bytestring-0.1.1:= |
... | ... | |
58 | 56 |
dev-util/pkgcheck |
59 | 57 |
" |
60 | 58 | |
59 |
src_prepare() { |
|
60 |
default |
|
61 |
sed -e 's/^Version:.*/&.9999/' -i ${PN}.cabal || die # just to distinguish from release install |
|
62 |
} |
|
63 | ||
61 | 64 |
src_configure() { |
62 | 65 |
haskell-cabal_src_configure \ |
63 | 66 |
--flag=cabal-v1 |