diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-28 02:23:59 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-28 02:50:51 +0200 |
commit | b2a99e31e83075853c39392324c313cbc1e798f6 (patch) | |
tree | 16d8e215761fb549b3f903e4af5bc2432df66f0b /app-emacs/corfu | |
parent | app-emacs/corfu: bump to 0.36 (diff) | |
download | gentoo-b2a99e31e83075853c39392324c313cbc1e798f6.tar.gz gentoo-b2a99e31e83075853c39392324c313cbc1e798f6.tar.bz2 gentoo-b2a99e31e83075853c39392324c313cbc1e798f6.zip |
app-emacs/corfu: drop old 0.33
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/corfu')
-rw-r--r-- | app-emacs/corfu/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/corfu/corfu-0.33.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-emacs/corfu/Manifest b/app-emacs/corfu/Manifest index 2be853f53620..2a2ae8abe3cb 100644 --- a/app-emacs/corfu/Manifest +++ b/app-emacs/corfu/Manifest @@ -1,4 +1,3 @@ -DIST corfu-0.33.tar.gz 44195 BLAKE2B 7995bea510a812ca0772fb2229230ad0f1b1e1ef8ad97e832aa1bd650d7a59b4fe0412fe3f627c37d7027f094a6892856ac02b90aae583c25ce0f03577101ee4 SHA512 e9879a2ecce1fbce9a4750e85f5e5fa998e0f706e67d61b011061275bec7bdb8da3512b4da3d2fbdd6b8dc242887091bf1d68f96a465ee63f9b8e83829b5a3b8 DIST corfu-0.34.tar.gz 44586 BLAKE2B c2a056cdef8cc536f3512662c442504fd3c973649e58b382eb92fb749bc5b3de2dcdad9f13cbe929b33b001fe9fc1ee2b057620c321f32ad9aefc0b274b71983 SHA512 5a46af83eed319170687e91386d8363416682fb6017d465a2b86c8164903efc128122b9cae81482155d8c710f7b2eb1dc8ff0b636544a0a611bec574fdb188c9 DIST corfu-0.35.tar.gz 45540 BLAKE2B ae5649b3bc5b636887afdd1af7f8b36b9063bc863e72c844f24ad0ede5aacea9f9cab2fbcf0ee543b653f3763d2a0e34097eeadca46c947e483c93ed8cd6619e SHA512 9d749a7e513486b1f83e073083b3c5a35d101c2eb20e4424bc1fe1313ea36469f50eb4c9967b3bb2c9cf249805a57c17843758e8e473f1af5c22987ae47ec404 DIST corfu-0.36.tar.gz 45542 BLAKE2B 8841dd5ebb20c5609ddc7983a12e52c9194002da6a10c26f4f6934d03a6abeccb02a5e3896991ac22e9262ba46b0d00ed6608c740f4c02091c193d8e6e748260 SHA512 520f4c7821f0ba8e159055b142a25e7e94fd2285e50ff487c0b877d9079a4f277397cc999b127bb991defadc198d7e6f7853a6b66278f46eb9184265fabd6c8a diff --git a/app-emacs/corfu/corfu-0.33.ebuild b/app-emacs/corfu/corfu-0.33.ebuild deleted file mode 100644 index 3374986f6f57..000000000000 --- a/app-emacs/corfu/corfu-0.33.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 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/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - default - mv extensions/*.el . || die -} - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -} |