commit: 4bf4f445a4146eb17650154159b2279e490c9b4b Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Apr 11 16:08:44 2021 +0000 Commit: Theo Anderson <telans <AT> posteo <DOT> de> CommitDate: Sun Apr 11 16:08:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bf4f445
app-shells/fish-history-merge: new package Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> app-shells/fish-history-merge/Manifest | 1 + .../fish-history-merge-0_pre20201121.ebuild | 25 ++++++++++++++++++++++ app-shells/fish-history-merge/metadata.xml | 16 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/app-shells/fish-history-merge/Manifest b/app-shells/fish-history-merge/Manifest new file mode 100644 index 000000000..5fbab5ce9 --- /dev/null +++ b/app-shells/fish-history-merge/Manifest @@ -0,0 +1 @@ +DIST fish-history-merge-0_pre20201121.tar.gz 1347 BLAKE2B cb6c65ab6b3ad5208930ce03b729087f5dfc53349dd365af61a9d9493e720e9d2052afbbdccd41b7313f56050a3462e9db68e1707c29b268f9fca62b682aa5cc SHA512 166f2bc879a66c7b70ee2bb52bd27d3f9baf5c2425cb214cb5dba1f48fb9bafe3c039bc0b56db322c309da61c7e841e92935feba1dd8ada7f0b71d3ea9701057 diff --git a/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild new file mode 100644 index 000000000..eea288b25 --- /dev/null +++ b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +COMMIT="7e415b8ab843a64313708273cf659efbf471ad39" + +DESCRIPTION="This is a fish plugin that modifies built-in up-or-search command to merge the command history" +HOMEPAGE="https://github.com/2m/fish-history-merge" +SRC_URI="https://github.com/2m/fish-history-merge/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="app-shells/fish" + +S="${WORKDIR}/${PN}-${COMMIT}" +DOCS=( README.md ) + +src_install() { + insinto "/usr/share/fish/vendor_functions.d" + doins "functions/up-or-search.fish" + einstalldocs +} diff --git a/app-shells/fish-history-merge/metadata.xml b/app-shells/fish-history-merge/metadata.xml new file mode 100644 index 000000000..2efe86cd7 --- /dev/null +++ b/app-shells/fish-history-merge/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">2m/fish-history-merge</remote-id> + </upstream> + <longdescription lang="en"> +fish-history-merge + +This is a fish plugin that modifies built-in up-or-search command to merge the command history. The effect is that shell command history becomes shared across all open shells. Original implementations by @farcaller from https://github.com/fish-shell/fish-shell/issues/825#issuecomment-440286038 + </longdescription> +</pkgmetadata>
