* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2022-02-17 20:09 Matthew Smith
0 siblings, 0 replies; 10+ messages in thread
From: Matthew Smith @ 2022-02-17 20:09 UTC (permalink / raw
To: gentoo-commits
commit: c53cf4d26d56dde5c2cbec009472d5354af25c97
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 20:09:28 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 20:09:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53cf4d2
app-emacs/orderless: update DESCRIPTION
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-emacs/orderless/orderless-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild
index 264a4b3491f9..04d74ce476bd 100644
--- a/app-emacs/orderless/orderless-0.7.ebuild
+++ b/app-emacs/orderless/orderless-0.7.ebuild
@@ -6,7 +6,7 @@ NEED_EMACS=26
inherit readme.gentoo-r1 elisp
-DESCRIPTION="Consulting complete-read"
+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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2022-02-27 10:23 Matthew Smith
0 siblings, 0 replies; 10+ messages in thread
From: Matthew Smith @ 2022-02-27 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 792c2f12077722783fa9b273d9e0f78619296a11
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 10:18:30 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 10:23:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792c2f12
app-emacs/orderless: add missing texinfo BDEPEND
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-emacs/orderless/orderless-0.7.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild
index 04d74ce476bd..4e2b3347a81c 100644
--- a/app-emacs/orderless/orderless-0.7.ebuild
+++ b/app-emacs/orderless/orderless-0.7.ebuild
@@ -14,6 +14,8 @@ 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."
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2022-12-19 22:28 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2022-12-19 22:28 UTC (permalink / raw
To: gentoo-commits
commit: b0313757edc10e62001db8b53eef5ba07473c0ab
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 18:20:25 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 22:28:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0313757
app-emacs/orderless: bump to 0.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 +
app-emacs/orderless/orderless-0.8.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index 9a9acf3577bf..3b21cb3a0bd7 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1 +1,2 @@
DIST orderless-0.7.tar.gz 160435 BLAKE2B bf4c3380b368458fb14c9e851532f3dc591ab3576da1ee26b7232e38eaa2e8e7dc7a18cb46bd005de4e30a47d0395e83fd1e36f38017b0758bca549d3ef853af SHA512 7f3a5781ed5e8787a9b47cae8c9397538434ab508c9638e80e19ef0f074cfd94b2522c3f2bb64f4e8a008f59dc44ea8ddd21b6690c4df1e997c89a921297ed10
+DIST orderless-0.8.tar.gz 161385 BLAKE2B 32c929f9bf26313392f7df62eac45431ee15ecbd23cfad23e0ea4f92930c126df5c940828ad39d4fee2aa1540c3099f0ad12d87f21d800f968f0c21fd2b775d1 SHA512 3c72b35da1d56c4090ac19c672a24d8a9858c0827eb25bf50ca53de9885dc5bfea53afccd5d2e4428e87c7dbdf59dc3cb5236046210f60486aeae12c61821fd9
diff --git a/app-emacs/orderless/orderless-0.8.ebuild b/app-emacs/orderless/orderless-0.8.ebuild
new file mode 100644
index 000000000000..4e2b3347a81c
--- /dev/null
+++ b/app-emacs/orderless/orderless-0.8.ebuild
@@ -0,0 +1,27 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2022-12-27 1:46 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2022-12-27 1:46 UTC (permalink / raw
To: gentoo-commits
commit: d585aae37d0c38fe98c22cab952a89074e45fd58
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 00:13:23 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 01:46:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d585aae3
app-emacs/orderless: bump to 1.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 +
app-emacs/orderless/orderless-1.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index 3b21cb3a0bd7..aa3132f1e92f 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1,2 +1,3 @@
DIST orderless-0.7.tar.gz 160435 BLAKE2B bf4c3380b368458fb14c9e851532f3dc591ab3576da1ee26b7232e38eaa2e8e7dc7a18cb46bd005de4e30a47d0395e83fd1e36f38017b0758bca549d3ef853af SHA512 7f3a5781ed5e8787a9b47cae8c9397538434ab508c9638e80e19ef0f074cfd94b2522c3f2bb64f4e8a008f59dc44ea8ddd21b6690c4df1e997c89a921297ed10
DIST orderless-0.8.tar.gz 161385 BLAKE2B 32c929f9bf26313392f7df62eac45431ee15ecbd23cfad23e0ea4f92930c126df5c940828ad39d4fee2aa1540c3099f0ad12d87f21d800f968f0c21fd2b775d1 SHA512 3c72b35da1d56c4090ac19c672a24d8a9858c0827eb25bf50ca53de9885dc5bfea53afccd5d2e4428e87c7dbdf59dc3cb5236046210f60486aeae12c61821fd9
+DIST orderless-1.0.tar.gz 161589 BLAKE2B 57865985d53bd30be715f41dcdc941f54623d57f89321a58a08f28c59525a36364929c38dc8638850ab9cf9a980eb4e4c9b70160d2a0a220a169642899e4e2c7 SHA512 a1ba3645e28a3086e8b564886d8f8b0589dff10437084b1f9f1213b130ecbacf6b6bce85ffceab58ddc5bb447e340589036880f8d6d8d2cf8d35cf5a02133943
diff --git a/app-emacs/orderless/orderless-1.0.ebuild b/app-emacs/orderless/orderless-1.0.ebuild
new file mode 100644
index 000000000000..4e2b3347a81c
--- /dev/null
+++ b/app-emacs/orderless/orderless-1.0.ebuild
@@ -0,0 +1,27 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2024-02-16 23:13 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-02-16 23:13 UTC (permalink / raw
To: gentoo-commits
commit: bc233dbd1b876ea15db05a058a85a513f77b4d60
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 22:51:53 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 23:13:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc233dbd
app-emacs/orderless: drop old 0.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 -
app-emacs/orderless/orderless-0.7.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index aa3132f1e92f..d44301bb74e3 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1,3 +1,2 @@
-DIST orderless-0.7.tar.gz 160435 BLAKE2B bf4c3380b368458fb14c9e851532f3dc591ab3576da1ee26b7232e38eaa2e8e7dc7a18cb46bd005de4e30a47d0395e83fd1e36f38017b0758bca549d3ef853af SHA512 7f3a5781ed5e8787a9b47cae8c9397538434ab508c9638e80e19ef0f074cfd94b2522c3f2bb64f4e8a008f59dc44ea8ddd21b6690c4df1e997c89a921297ed10
DIST orderless-0.8.tar.gz 161385 BLAKE2B 32c929f9bf26313392f7df62eac45431ee15ecbd23cfad23e0ea4f92930c126df5c940828ad39d4fee2aa1540c3099f0ad12d87f21d800f968f0c21fd2b775d1 SHA512 3c72b35da1d56c4090ac19c672a24d8a9858c0827eb25bf50ca53de9885dc5bfea53afccd5d2e4428e87c7dbdf59dc3cb5236046210f60486aeae12c61821fd9
DIST orderless-1.0.tar.gz 161589 BLAKE2B 57865985d53bd30be715f41dcdc941f54623d57f89321a58a08f28c59525a36364929c38dc8638850ab9cf9a980eb4e4c9b70160d2a0a220a169642899e4e2c7 SHA512 a1ba3645e28a3086e8b564886d8f8b0589dff10437084b1f9f1213b130ecbacf6b6bce85ffceab58ddc5bb447e340589036880f8d6d8d2cf8d35cf5a02133943
diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild
deleted file mode 100644
index 4e2b3347a81c..000000000000
--- a/app-emacs/orderless/orderless-0.7.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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2024-02-16 23:13 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-02-16 23:13 UTC (permalink / raw
To: gentoo-commits
commit: bfae29dd5e83868e2cafacf4f52dbc87b360da88
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 22:52:10 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 23:13:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfae29dd
app-emacs/orderless: drop old 0.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 -
app-emacs/orderless/orderless-0.8.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index d44301bb74e3..4cfea240d9fa 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1,2 +1 @@
-DIST orderless-0.8.tar.gz 161385 BLAKE2B 32c929f9bf26313392f7df62eac45431ee15ecbd23cfad23e0ea4f92930c126df5c940828ad39d4fee2aa1540c3099f0ad12d87f21d800f968f0c21fd2b775d1 SHA512 3c72b35da1d56c4090ac19c672a24d8a9858c0827eb25bf50ca53de9885dc5bfea53afccd5d2e4428e87c7dbdf59dc3cb5236046210f60486aeae12c61821fd9
DIST orderless-1.0.tar.gz 161589 BLAKE2B 57865985d53bd30be715f41dcdc941f54623d57f89321a58a08f28c59525a36364929c38dc8638850ab9cf9a980eb4e4c9b70160d2a0a220a169642899e4e2c7 SHA512 a1ba3645e28a3086e8b564886d8f8b0589dff10437084b1f9f1213b130ecbacf6b6bce85ffceab58ddc5bb447e340589036880f8d6d8d2cf8d35cf5a02133943
diff --git a/app-emacs/orderless/orderless-0.8.ebuild b/app-emacs/orderless/orderless-0.8.ebuild
deleted file mode 100644
index 4e2b3347a81c..000000000000
--- a/app-emacs/orderless/orderless-0.8.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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2024-03-23 0:49 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-03-23 0:49 UTC (permalink / raw
To: gentoo-commits
commit: b3efbdae717231be70a16c01864b1f924fe94a6e
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 00:47:00 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 00:49:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3efbdae
app-emacs/orderless: bump to 1.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 +
app-emacs/orderless/orderless-1.1.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index 4cfea240d9fa..18ff28e1be06 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1 +1,2 @@
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.1.ebuild b/app-emacs/orderless/orderless-1.1.ebuild
new file mode 100644
index 000000000000..b83d5229ca69
--- /dev/null
+++ b/app-emacs/orderless/orderless-1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2024-09-15 8:51 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-09-15 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 33ce77bdc830cb98aaa8cb68def058cd1542023a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 08:30:38 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 08:51:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ce77bd
app-emacs/orderless: fix dependencies
Closes: https://bugs.gentoo.org/939679
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/orderless-1.2.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/app-emacs/orderless/orderless-1.2.ebuild b/app-emacs/orderless/orderless-1.2.ebuild
index b83d5229ca69..c346385b374b 100644
--- a/app-emacs/orderless/orderless-1.2.ebuild
+++ b/app-emacs/orderless/orderless-1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-NEED_EMACS=26
+NEED_EMACS="27.1"
inherit readme.gentoo-r1 elisp
@@ -16,14 +16,19 @@ 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."
-ELISP_TEXTINFO="${PN}.texi"
src_compile() {
elisp_src_compile
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2024-12-27 18:52 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-12-27 18:52 UTC (permalink / raw
To: gentoo-commits
commit: e1908869b49ef457b56bff11c18cca97727defae
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 17:11:01 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:51:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1908869
app-emacs/orderless: bump to 1.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 +
app-emacs/orderless/orderless-1.3.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index f374c5303459..ce67622b160b 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1 +1,2 @@
DIST orderless-1.2.tar.gz 36260 BLAKE2B 8d8ad75fd46f2063f0361b8d669d940ba01349bdd66ee2b5ae2b2351d9a78b3a454d466fc3ac0fe077bee34537629729d3f57ead5f19949f8ac5a80103037601 SHA512 0af2b5e7ddd6c29bc5322cb26a1e02cc69edbe138f14e8b416466d6f9ee6b17fc0a9f0586fafdb584ece3f48469c72fb029cbbbb7e10832a14d441bc0f50f41f
+DIST orderless-1.3.tar.gz 36360 BLAKE2B 868a77815c4b87e45718c6108692cad43afb925fbc13f083cbf698f3ec90563578c52c9ce5a107b6117d86d29a47e835452c4fe08780dd642ed1b9936ed86c70 SHA512 4a19d56d969db45adfe37c2cca921ac695c55556014fc4c97bab8a1f5ad30f391858a25ab58ec4638949b2d731242ebc5f984fb64c22375587cb16bf4d05c2c4
diff --git a/app-emacs/orderless/orderless-1.3.ebuild b/app-emacs/orderless/orderless-1.3.ebuild
new file mode 100644
index 000000000000..c346385b374b
--- /dev/null
+++ b/app-emacs/orderless/orderless-1.3.ebuild
@@ -0,0 +1,36 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/
@ 2024-12-27 18:52 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-12-27 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 4c71c2ffc395d19368e7b34f5d9ee28c68ef596d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 17:09:39 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:51:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c71c2ff
app-emacs/orderless: drop old 1.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/orderless/Manifest | 1 -
app-emacs/orderless/orderless-1.1.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/app-emacs/orderless/Manifest b/app-emacs/orderless/Manifest
index 5488282bc686..f374c5303459 100644
--- a/app-emacs/orderless/Manifest
+++ b/app-emacs/orderless/Manifest
@@ -1,2 +1 @@
-DIST orderless-1.1.tar.gz 36066 BLAKE2B 5b40e662df6bcff0a69e560bcf164c7729877b7c5e46843ede48e1cd7cc52dadc8e5d1d9757809b412a21a6671e0a2b9a2bbbd4195b8d69b465bfa6b9c97709c SHA512 0de959a9a6da16922fa8ad55016d33a937fcdf1cba8359ad90bcb222cb23272f31ccc9e1f68ef2c074d257c692fc5d597248d9fb7f1d3e51d1958912a42c6b16
DIST orderless-1.2.tar.gz 36260 BLAKE2B 8d8ad75fd46f2063f0361b8d669d940ba01349bdd66ee2b5ae2b2351d9a78b3a454d466fc3ac0fe077bee34537629729d3f57ead5f19949f8ac5a80103037601 SHA512 0af2b5e7ddd6c29bc5322cb26a1e02cc69edbe138f14e8b416466d6f9ee6b17fc0a9f0586fafdb584ece3f48469c72fb029cbbbb7e10832a14d441bc0f50f41f
diff --git a/app-emacs/orderless/orderless-1.1.ebuild b/app-emacs/orderless/orderless-1.1.ebuild
deleted file mode 100644
index b83d5229ca69..000000000000
--- a/app-emacs/orderless/orderless-1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-12-27 18:52 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-23 0:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-12-27 18:52 Maciej Barć
2024-12-27 18:52 Maciej Barć
2024-09-15 8:51 Maciej Barć
2024-02-16 23:13 Maciej Barć
2024-02-16 23:13 Maciej Barć
2022-12-27 1:46 Maciej Barć
2022-12-19 22:28 Maciej Barć
2022-02-27 10:23 Matthew Smith
2022-02-17 20:09 Matthew Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox