Diff ivy-0.13.4 with a ivy-0.14.0
/usr/portage/app-emacs/ivy/ivy-0.14.0.ebuild 2023-10-09 14:52:28.696368330 +0300 | ||
---|---|---|
8 | 8 |
DESCRIPTION="Generic completion mechanism for Emacs" |
9 | 9 |
HOMEPAGE="https://github.com/abo-abo/swiper/" |
10 | 10 |
SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz |
11 |
-> swiper-${PV}.tar.gz" |
|
11 |
-> swiper-${PV}.tar.gz" |
|
12 | 12 |
S="${WORKDIR}"/swiper-${PV} |
13 | 13 | |
14 | 14 |
LICENSE="GPL-3+" |
... | ... | |
20 | 20 |
DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org ) |
21 | 21 |
SITEFILE="50${PN}-gentoo.el" |
22 | 22 | |
23 |
# Some tests are broken (but fixed on master as of 2022--04-10), |
|
24 |
# tests depending on Avy and Wgrep we force to skip. |
|
25 |
PATCHES=( "${FILESDIR}"/${P}-ivy-test.el-skip.patch ) |
|
26 | ||
27 | 23 |
# Main Ivy sources. Swiper, Counsel and Ivy extensions have their own packages. |
28 | 24 |
IVY_SOURCES=( colir.el ivy{,-overlay,-faces}.el ) |
29 | 25 |