commit: 2a0945812a6faab9a6bd54a15ecf853fb9590cb2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Sep 9 20:49:01 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Sep 9 21:26:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a094581
app-emacs/vertico: drop old 2.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/vertico/Manifest | 1 - app-emacs/vertico/vertico-2.3.ebuild | 46 ------------------------------------ 2 files changed, 47 deletions(-) diff --git a/app-emacs/vertico/Manifest b/app-emacs/vertico/Manifest index 2d87d7575a07..3a70083725e2 100644 --- a/app-emacs/vertico/Manifest +++ b/app-emacs/vertico/Manifest @@ -1,2 +1 @@ -DIST vertico-2.3.gh.tar.gz 50671 BLAKE2B 0dd7682cd5f167d8f6c71173831d1d9d7251f2f256119c81853a7d9c641ab193c4a17874dd1685e013fb57154e709f666ace02dc9e2f1f2283ba205c0f2a6a1d SHA512 d40319354f45c4f6be562398957e73cf94d6d9bc3bd75062543c097c2ccc167b02a29e7df59f10cb200834628426dd4835aea93d3714936aa7200832610cb465 DIST vertico-2.4.gh.tar.gz 51165 BLAKE2B 1a9acb94982a25301e95776accb0ae5097436decee035adf8c602a40bf2d234c31d6d58be28cbf158ac04e044543110301368d8e1c5eb621a0188beef632a1a7 SHA512 5171e290bf27795b1da307e5c54dbf50bdb3ada94119afaf2256c1d3809e83554efb2612eac71461c9a50df0eb4f8b869199de90a16c77aea01d4305ab742558 diff --git a/app-emacs/vertico/vertico-2.3.ebuild b/app-emacs/vertico/vertico-2.3.ebuild deleted file mode 100644 index 53bbb1996836..000000000000 --- a/app-emacs/vertico/vertico-2.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="28.1" - -inherit elisp - -DESCRIPTION="Vertical interactive completion" -HOMEPAGE="https://github.com/minad/vertico/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/minad/${PN}" -else - SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30.0.2.0 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( CHANGELOG.org README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - default - - mv ./extensions/*.el ./ || die -} - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -}
