diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-09-13 18:08:58 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-09-13 22:57:01 +0200 |
commit | 1c0ae0c164dbd5e05c92eca6ace119cfbb47adde (patch) | |
tree | 4fbb3052a1666f8f3a106efb2a336224b1463a33 /app-emacs/orderless | |
parent | app-emacs/key-chord: bump to 0.7.1 (diff) | |
download | gentoo-1c0ae0c164dbd5e05c92eca6ace119cfbb47adde.tar.gz gentoo-1c0ae0c164dbd5e05c92eca6ace119cfbb47adde.tar.bz2 gentoo-1c0ae0c164dbd5e05c92eca6ace119cfbb47adde.zip |
app-emacs/orderless: drop old 1.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/orderless')
-rw-r--r-- | app-emacs/orderless/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/orderless/orderless-1.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest index 18ff28e1be06..4f6132a6f241 100644 --- a/app-emacs/orderless/Manifest +++ b/app-emacs/orderless/Manifest @@ -1,2 +1 @@ -DIST orderless-1.0.tar.gz 161589 BLAKE2B 57865985d53bd30be715f41dcdc941f54623d57f89321a58a08f28c59525a36364929c38dc8638850ab9cf9a980eb4e4c9b70160d2a0a220a169642899e4e2c7 SHA512 a1ba3645e28a3086e8b564886d8f8b0589dff10437084b1f9f1213b130ecbacf6b6bce85ffceab58ddc5bb447e340589036880f8d6d8d2cf8d35cf5a02133943 DIST orderless-1.1.tar.gz 36066 BLAKE2B 5b40e662df6bcff0a69e560bcf164c7729877b7c5e46843ede48e1cd7cc52dadc8e5d1d9757809b412a21a6671e0a2b9a2bbbd4195b8d69b465bfa6b9c97709c SHA512 0de959a9a6da16922fa8ad55016d33a937fcdf1cba8359ad90bcb222cb23272f31ccc9e1f68ef2c074d257c692fc5d597248d9fb7f1d3e51d1958912a42c6b16 diff --git a/app-emacs/orderless/orderless-1.0.ebuild b/app-emacs/orderless/orderless-1.0.ebuild deleted file mode 100644 index 4e2b3347a81c..000000000000 --- a/app-emacs/orderless/orderless-1.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -NEED_EMACS=26 - -inherit readme.gentoo-r1 elisp - -DESCRIPTION="Completion style that matches multiple regexps in any order" -HOMEPAGE="https://github.com/oantolin/orderless" -SRC_URI="https://github.com/oantolin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="sys-apps/texinfo" - -SITEFILE="50${PN}-gentoo.el" -DOC_CONTENTS="Enable orderless completion by placing - \"(setq completion-styles '(orderless))\" in your .emacs file." -ELISP_TEXTINFO="${PN}.texi" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -} |