commit: b9d97d95dbc88813ecc0d9ff8e5059a37d93771b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Aug 17 13:04:08 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Aug 17 13:22:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d97d95
app-emacs/corfu: drop old 0.36 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/corfu/Manifest | 1 - app-emacs/corfu/corfu-0.36.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest index b9b88e2c84b4..29aa4b84256f 100644 --- a/app-emacs/corfu/Manifest +++ b/app-emacs/corfu/Manifest @@ -1,2 +1 @@ -DIST corfu-0.36.tar.gz 45542 BLAKE2B 8841dd5ebb20c5609ddc7983a12e52c9194002da6a10c26f4f6934d03a6abeccb02a5e3896991ac22e9262ba46b0d00ed6608c740f4c02091c193d8e6e748260 SHA512 520f4c7821f0ba8e159055b142a25e7e94fd2285e50ff487c0b877d9079a4f277397cc999b127bb991defadc198d7e6f7853a6b66278f46eb9184265fabd6c8a DIST corfu-0.37.tar.gz 46624 BLAKE2B 256412325253f9282b39981bb1402825b193cf12e13fc4dc33bcf946931b554dfa6b95b331c553889cb2105a670632051441f0d0434882ce4e69b51ce663460d SHA512 a7ba07083fa93785ca23ffe5f959a9178aed079e00b44a2dcc90f64c6763555e27b04906aa0dab63bce8f07b30b60e60b785572b53257f86b794c800835a58b3 diff --git a/app-emacs/corfu/corfu-0.36.ebuild b/app-emacs/corfu/corfu-0.36.ebuild deleted file mode 100644 index af9057c005cf..000000000000 --- a/app-emacs/corfu/corfu-0.36.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=27.1 - -inherit elisp - -DESCRIPTION="Completion Overlay Region FUnction" -HOMEPAGE="https://github.com/minad/corfu/" -SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=app-emacs/compat-29.1.3.4" -BDEPEND="${RDEPEND}" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - default - mv extensions/*.el . || die -} - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -}
