* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-history-substring-search/
2022-04-06 0:07 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
@ 2022-04-05 21:29 ` Ronny Gutbrod
0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2022-04-05 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 52ee6ff68ca357b277cecaaee3fcad33c69d8b0e
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 5 21:25:37 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 5 21:26:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52ee6ff6
app-shells/zsh-history-substring-search: initial import
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
app-shells/zsh-history-substring-search/Manifest | 1 +
.../zsh-history-substring-search/metadata.xml | 17 +++++++++++
.../zsh-history-substring-search-1.0.2.ebuild | 33 ++++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/app-shells/zsh-history-substring-search/Manifest b/app-shells/zsh-history-substring-search/Manifest
new file mode 100644
index 000000000..73017df55
--- /dev/null
+++ b/app-shells/zsh-history-substring-search/Manifest
@@ -0,0 +1 @@
+DIST zsh-history-substring-search-1.0.2.tar.gz 9074 BLAKE2B 26c6a080f82586eef9b33bfbe1da89951a6bb9d8e7362dca83d90b9d491e3cd497fb3b4be2ab1a94082351711b941bd7942cd554e7e4d93a69d4168ef13f80ee SHA512 9547cdd74f6bd5b102ca29b7b455cd4ce7450fe86864b5a149365de4c37d3da887edb403b195e80c142fe61861a3e4c063a5d8ba08ec0532b27a1207c80a023d
diff --git a/app-shells/zsh-history-substring-search/metadata.xml b/app-shells/zsh-history-substring-search/metadata.xml
new file mode 100644
index 000000000..129a6e5e3
--- /dev/null
+++ b/app-shells/zsh-history-substring-search/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">zsh-users/zsh-history-substring-search</remote-id>
+ </upstream>
+ <longdescription lang="en">
+ A clean-room implementation of the Fish shell's history search
+ feature, where you can type in any part of any command from
+ history and then press chosen keys, such as the UP and DOWN
+ arrows, to cycle through matches.
+ </longdescription>
+</pkgmetadata>
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
new file mode 100644
index 000000000..52a8faa38
--- /dev/null
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="ZSH port of Fish history search (up arrow)"
+HOMEPAGE="https://github.com/zsh-users/zsh-history-substring-search"
+SRC_URI="https://github.com/zsh-users/zsh-history-substring-search/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-shells/zsh"
+
+DISABLE_AUTOFORMATTING="true"
+DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
+. /usr/share/zsh/site-functions/async.zsh
+at the end of your ~/.zshrc"
+
+src_install() {
+ insinto /usr/share/zsh/site-functions
+ doins ${PN}.zsh
+
+ readme.gentoo_create_doc
+ einstalldocs
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-history-substring-search/
@ 2022-04-07 19:02 Ronny Gutbrod
0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2022-04-07 19:02 UTC (permalink / raw
To: gentoo-commits
commit: d9042871b84c03d574ef31f9f552f4e3c5f717e2
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Apr 7 15:48:22 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Apr 7 19:02:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9042871
app-shells/zsh-history-substring-search: keyword 1.0.2 for ~arm
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
.../zsh-history-substring-search-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
index 52a8faa38..6222970da 100644
--- a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zsh-users/zsh-history-substring-search/archive/refs/
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
RDEPEND="app-shells/zsh"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-history-substring-search/
@ 2023-09-09 15:15 Ronny Gutbrod
0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2023-09-09 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 21a297ba2f6de53bf7200f3dbe415051c9dfd908
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Sep 9 14:00:20 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Sep 9 15:14:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21a297ba
app-shells/zsh-history-substring-search: add 1.1.0
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
app-shells/zsh-history-substring-search/Manifest | 1 +
.../zsh-history-substring-search-1.1.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-shells/zsh-history-substring-search/Manifest b/app-shells/zsh-history-substring-search/Manifest
index 73017df55d..69d7baf5ee 100644
--- a/app-shells/zsh-history-substring-search/Manifest
+++ b/app-shells/zsh-history-substring-search/Manifest
@@ -1 +1,2 @@
DIST zsh-history-substring-search-1.0.2.tar.gz 9074 BLAKE2B 26c6a080f82586eef9b33bfbe1da89951a6bb9d8e7362dca83d90b9d491e3cd497fb3b4be2ab1a94082351711b941bd7942cd554e7e4d93a69d4168ef13f80ee SHA512 9547cdd74f6bd5b102ca29b7b455cd4ce7450fe86864b5a149365de4c37d3da887edb403b195e80c142fe61861a3e4c063a5d8ba08ec0532b27a1207c80a023d
+DIST zsh-history-substring-search-1.1.0.tar.gz 9984 BLAKE2B c757f55be326c4aecdc05471940d66f70be596ca483f8c380bd0bc8e05920b70069200d5d865ee025d37cf079c0865d30eebc6952f9d7eaf4b7db71518e71a69 SHA512 267efc0960f6403b748e78734b43b8d997f05a2a2542520508e6ef028ef2e0a2c0805d24ae5ad4c30454742a08a7abf2e3baa591e60a660a0ca54aca0ad7175a
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
new file mode 100644
index 0000000000..6222970da6
--- /dev/null
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="ZSH port of Fish history search (up arrow)"
+HOMEPAGE="https://github.com/zsh-users/zsh-history-substring-search"
+SRC_URI="https://github.com/zsh-users/zsh-history-substring-search/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+
+RDEPEND="app-shells/zsh"
+
+DISABLE_AUTOFORMATTING="true"
+DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
+. /usr/share/zsh/site-functions/async.zsh
+at the end of your ~/.zshrc"
+
+src_install() {
+ insinto /usr/share/zsh/site-functions
+ doins ${PN}.zsh
+
+ readme.gentoo_create_doc
+ einstalldocs
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-history-substring-search/
@ 2024-01-03 10:43 Ronny Gutbrod
0 siblings, 0 replies; 4+ messages in thread
From: Ronny Gutbrod @ 2024-01-03 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 202b28659a0d7d8ebe54fc3492a384d1182dc0d8
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Jan 3 10:39:35 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Jan 3 10:39:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=202b2865
app-shells/zsh-history-substring-search: fix readme
Closes: https://bugs.gentoo.org/921250
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
.../zsh-history-substring-search-1.0.2.ebuild | 4 ++--
.../zsh-history-substring-search-1.1.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
index 6222970da6..53b13c6b81 100644
--- a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ RDEPEND="app-shells/zsh"
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
-. /usr/share/zsh/site-functions/async.zsh
+. /usr/share/zsh/site-functions/zsh-history-substring-search.zsh
at the end of your ~/.zshrc"
src_install() {
diff --git a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
index 6222970da6..53b13c6b81 100644
--- a/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
+++ b/app-shells/zsh-history-substring-search/zsh-history-substring-search-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022,2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ RDEPEND="app-shells/zsh"
DISABLE_AUTOFORMATTING="true"
DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add
-. /usr/share/zsh/site-functions/async.zsh
+. /usr/share/zsh/site-functions/zsh-history-substring-search.zsh
at the end of your ~/.zshrc"
src_install() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-03 10:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-09 15:15 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-history-substring-search/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2024-01-03 10:43 Ronny Gutbrod
2022-04-07 19:02 Ronny Gutbrod
2022-04-06 0:07 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-04-05 21:29 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox