public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-history-merge/
@ 2021-04-11 16:08 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-04-11 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4bf4f445a4146eb17650154159b2279e490c9b4b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 11 16:08:44 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
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>lssndrbarbieri@gmail.com</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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-history-merge/
@ 2021-04-12  9:30 Andrew Ammerlaan
  2021-04-12  9:30 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-04-12  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0945293cfd35601ca1fd980d4bb2d7e91b87b2d4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Apr 12 09:29:44 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 09:29:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0945293c

app-shells/fish-history-merge: shorten description

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index eea288b25..b208b2e70 100644
--- a/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild
+++ b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 COMMIT="7e415b8ab843a64313708273cf659efbf471ad39"
 
-DESCRIPTION="This is a fish plugin that modifies built-in up-or-search command to merge the command history"
+DESCRIPTION="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"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-shells/fish-history-merge/
  2021-04-12  9:30 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-history-merge/ Andrew Ammerlaan
@ 2021-04-12  9:30 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-04-12  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0945293cfd35601ca1fd980d4bb2d7e91b87b2d4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Apr 12 09:29:44 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 12 09:29:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0945293c

app-shells/fish-history-merge: shorten description

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index eea288b25..b208b2e70 100644
--- a/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild
+++ b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 COMMIT="7e415b8ab843a64313708273cf659efbf471ad39"
 
-DESCRIPTION="This is a fish plugin that modifies built-in up-or-search command to merge the command history"
+DESCRIPTION="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"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-12  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12  9:30 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-history-merge/ Andrew Ammerlaan
2021-04-12  9:30 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-04-11 16:08 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox