commit: 10a5669e0e86d48f854ac101cbf4cb5636547b52 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed May 28 20:01:16 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed May 28 20:17:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a5669e
app-emacs/vertico: drop old 1.11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/vertico/Manifest | 1 - app-emacs/vertico/vertico-1.11.ebuild | 46 ----------------------------------- 2 files changed, 47 deletions(-) diff --git a/app-emacs/vertico/Manifest b/app-emacs/vertico/Manifest index cb982d76a950..7422e3f89f0b 100644 --- a/app-emacs/vertico/Manifest +++ b/app-emacs/vertico/Manifest @@ -1,3 +1,2 @@ -DIST vertico-1.11.gh.tar.gz 48249 BLAKE2B 78b2bf67185e0011171f93b81558fad87d211acd70df85ec2c03eb53a70360f96aaaf17f75160d8c88ea1f2e19169e8e6aa0fb56a3b682f5f3bbbb454654e198 SHA512 fe5b36af784381957594089c48587a951177b2d6c49c689dacbcf6e361f2cf3e0be08224912087767d13534a37105a014a43f3af276a7211d584044e2bc90c17 DIST vertico-2.0.gh.tar.gz 48416 BLAKE2B b864110b43b8d8d761bd2277545c2bcf93421dd4ea786ae41970aaf963d0d3d22829e08b3f8e5b9dd4eb6d6c3abef19eff2669d787d9e65be02099c6948535fc SHA512 972bba9a4a01a8ac96807d1647a7f2a510b0d2063152f07ce474fb145ad6e1ee5891c53919326b387ab05e1d14a66cdea5d2769c0e72f7db87c46039c601dbd1 DIST vertico-2.1.gh.tar.gz 49256 BLAKE2B ee8272070129dddb9e2fe4044c40eeb5bd0216c16c32a9c10a39d68c403cab1f69a2ce8bf1ad8cf31ed2fb15f71b957d1b8f6cfdbdb6518ef98448d780359e4f SHA512 626af52d72b7b518eec267b6e6e1f272444a9cdb15f587c041773686ae3454e8441f1cbf6a511462a92e9a5f8436678ae5cfc17830f0fa194667ad8fe501183c diff --git a/app-emacs/vertico/vertico-1.11.ebuild b/app-emacs/vertico/vertico-1.11.ebuild deleted file mode 100644 index 53bbb1996836..000000000000 --- a/app-emacs/vertico/vertico-1.11.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 -}
