public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/fish-history-merge/
Date: Mon, 12 Apr 2021 05:38:51 +0000 (UTC)	[thread overview]
Message-ID: <1618157324.4bf4f445a4146eb17650154159b2279e490c9b4b.telans@gentoo> (raw)

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>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>


             reply	other threads:[~2021-04-12  5:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  5:38 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1618157324.4bf4f445a4146eb17650154159b2279e490c9b4b.telans@gentoo \
    --to=telans@posteo.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox