mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/orderless: drop old 1.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST orderless-1.3.tar.gz 36360 BLAKE2B 868a77815c4b87e45718c6108692cad43afb925fbc13f083cbf698f3ec90563578c52c9ce5a107b6117d86d29a47e835452c4fe08780dd642ed1b9936ed86c70 SHA512 4a19d56d969db45adfe37c2cca921ac695c55556014fc4c97bab8a1f5ad30f391858a25ab58ec4638949b2d731242ebc5f984fb64c22375587cb16bf4d05c2c4
|
||||
DIST orderless-1.4.gh.tar.gz 36374 BLAKE2B a910aacaa53087a6e97b3e27ff4b35be05b9f84edb4c107cac0155a91573d0bd9c31f54377ce11ec8e271d713787f3662abb81ba166f3eb4947586a5f31af880 SHA512 3803beb4b118d5bb15b79be986f2ad25787b728a5e66417c6d18e967f009895846190fed01207895ff96a9714731b22dd441153a7fe076fe9f11b27790f14c3c
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS="27.1"
|
||||
|
||||
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"
|
||||
|
||||
RDEPEND="
|
||||
>=app-emacs/compat-30.0.0.0
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
sys-apps/texinfo
|
||||
"
|
||||
|
||||
ELISP_TEXTINFO="${PN}.texi"
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
DOC_CONTENTS="Enable orderless completion by placing
|
||||
\"(setq completion-styles '(orderless))\" in your .emacs file."
|
||||
|
||||
src_compile() {
|
||||
elisp_src_compile
|
||||
elisp-make-autoload-file
|
||||
}
|
||||
Reference in New Issue
Block a user