commit: 38d77b427f0b47c3eb8be808305a02ce1d486c6c Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Mar 14 17:56:25 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Mar 14 18:02:58 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d77b42
app-emacs/ivy: drop old 0.15.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/ivy/Manifest | 1 - app-emacs/ivy/ivy-0.15.0.ebuild | 65 ----------------------------------------- 2 files changed, 66 deletions(-) diff --git a/app-emacs/ivy/Manifest b/app-emacs/ivy/Manifest index 0cf9094ee246..6315de834b36 100644 --- a/app-emacs/ivy/Manifest +++ b/app-emacs/ivy/Manifest @@ -1,2 +1 @@ -DIST swiper-0.15.0.gh.tar.gz 255140 BLAKE2B becd63e0c291eccaf6b9520b0b50201aecbc5245128285384780ad8124294c3f7103ae7197db766b69c2ee3f32b5039fea47bd1303fab90d15ef8c109388e533 SHA512 c37c7482aae8d595181dab11ae613c52ae917c909033e3534ac5c78d090d1f67e2f36917a76b0dd4cfc8a339ed76c2480a7ca26a033b8be69dc3a128a0ccf00f DIST swiper-0.15.1.gh.tar.gz 259310 BLAKE2B 92c6999abf8eecdbb3c4c09da70c1a5ae421183959f4a824bbae2c5d2831b22f8da4ade1eece7e8ac7cff97b846421a9fda8f4f58de4ccb8b56966564c94907e SHA512 c2706e2a9453965012284268c8d9d65cca562b03b4f9d1f53632789ccff9d193733edada2f974d1240783257b97faa8b74d98e32520a8ca1e8aad5b1115cd2dd diff --git a/app-emacs/ivy/ivy-0.15.0.ebuild b/app-emacs/ivy/ivy-0.15.0.ebuild deleted file mode 100644 index fd167e457832..000000000000 --- a/app-emacs/ivy/ivy-0.15.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Generic completion mechanism for Emacs" -HOMEPAGE="https://github.com/abo-abo/swiper/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/abo-abo/swiper" -else - SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz - -> swiper-${PV}.gh.tar.gz" - S="${WORKDIR}/swiper-${PV}" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - sys-apps/texinfo - test? ( - app-emacs/avy - app-emacs/hydra - ) -" - -PATCHES=( "${FILESDIR}/ivy-0.15.0-ivy-test.patch" ) - -DOCS=( CONTRIBUTING.org README.md doc/{Changelog,ivy-help,ivy}.org ) -SITEFILE="50${PN}-gentoo.el" - -# Main Ivy sources. Swiper, Counsel and Ivy extensions have their own packages. -EL_SOURCES=( colir.el ivy{,-overlay,-faces}.el ) - -elisp-enable-tests ert . - -src_prepare() { - elisp_src_prepare - - # Wipe "elpa.el" to prevent initialization of the "package" library. - echo "" > elpa.el || die "failed to wipe \"elpa.el\"" -} - -src_compile() { - elisp-compile "${EL_SOURCES[@]}" - - emake -C doc ivy.info -} - -src_install() { - elisp-install "${PN}" "${EL_SOURCES[@]}" ./*.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - doinfo ./doc/ivy.info - einstalldocs -}
