commit:     60cbc8cad8bcfa83508dca49ce979aa29e101b17
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 16:50:27 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 17:12:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cbc8ca

app-emacs/orderless: bump to 1.5

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/orderless/Manifest             |  1 +
 app-emacs/orderless/orderless-1.5.ebuild | 44 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index c1b03720e817..fc7d75b503d4 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1 +1,2 @@
 DIST orderless-1.4.gh.tar.gz 36374 BLAKE2B 
a910aacaa53087a6e97b3e27ff4b35be05b9f84edb4c107cac0155a91573d0bd9c31f54377ce11ec8e271d713787f3662abb81ba166f3eb4947586a5f31af880
 SHA512 
3803beb4b118d5bb15b79be986f2ad25787b728a5e66417c6d18e967f009895846190fed01207895ff96a9714731b22dd441153a7fe076fe9f11b27790f14c3c
+DIST orderless-1.5.gh.tar.gz 36422 BLAKE2B 
b14b5dd2d1259a90b4ed03b2b68bdc3eea7873b120da405598f11b2d5b9c1f195c1b880880c681266d3329087050ed185e55990e3116aac0b99968020f447115
 SHA512 
8e524471e373ec89e142107bf7eaaead3834187b77faa130699cd412cb061ea480fcdc65268f04df23175ee96f31be374a56ae8fd3ae84f89aa0ebeef5f8c569

diff --git a/app-emacs/orderless/orderless-1.5.ebuild 
b/app-emacs/orderless/orderless-1.5.ebuild
new file mode 100644
index 000000000000..8c287bda86c5
--- /dev/null
+++ b/app-emacs/orderless/orderless-1.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 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/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/oantolin/${PN}";
+else
+       
SRC_URI="https://github.com/oantolin/${PN}/archive/refs/tags/${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}
+       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
+}

Reply via email to