Diff haskell-mode-17.4 with a haskell-mode-9999
| /usr/portage/app-emacs/haskell-mode/haskell-mode-9999.ebuild 2024-07-02 13:51:43.809851453 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 15 | 15 |
else |
| 16 | 16 |
SRC_URI="https://github.com/haskell/${PN}/archive/v${PV}.tar.gz
|
| 17 | 17 |
-> ${P}.tar.gz"
|
| 18 |
KEYWORDS="amd64 ppc ~sparc x86" |
|
| 18 |
KEYWORDS="~amd64 ~x86" |
|
| 19 | 19 |
fi |
| 20 | 20 | |
| 21 | 21 |
LICENSE="GPL-3+ FDL-1.2+" |
| 22 | 22 |
SLOT="0" |
| 23 |
IUSE="test" |
|
| 24 |
RESTRICT="!test? ( test )" |
|
| 23 | 25 | |
| 26 |
DEPEND="test? ( dev-lang/ghc )" |
|
| 24 | 27 |
BDEPEND="sys-apps/texinfo" |
| 25 | 28 | |
| 26 | 29 |
ELISP_REMOVE=" |
| 27 | 30 |
tests/haskell-cabal-tests.el |
| 28 | 31 |
tests/haskell-customize-tests.el |
| 29 | 32 |
tests/haskell-lexeme-tests.el |
| 30 |
tests/inferior-haskell-tests.el |
|
| 31 | 33 |
" |
| 32 | 34 | |
| 33 | 35 |
DOCS=( NEWS README.md ) |