public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-history-to-fish/
@ 2021-04-07  8:51 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-04-07  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7e51cda748034061c0bdc22c733773e0f31a53de
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Apr  6 11:06:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr  6 11:06:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e51cda7

app-shells/zsh-history-to-fish: nmew package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/zsh-history-to-fish/Manifest              |  1 +
 app-shells/zsh-history-to-fish/metadata.xml          | 17 +++++++++++++++++
 .../zsh-history-to-fish-0.3.0.ebuild                 | 20 ++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/app-shells/zsh-history-to-fish/Manifest b/app-shells/zsh-history-to-fish/Manifest
new file mode 100644
index 000000000..5afda0e0f
--- /dev/null
+++ b/app-shells/zsh-history-to-fish/Manifest
@@ -0,0 +1 @@
+DIST zsh-history-to-fish-0.3.0.tar.gz 4618 BLAKE2B e895ac40a956701c1bd71f46030a0d4cec4b2d2531fb791cef80eea7555914552da5223e92a33f4674b7e32fe86c87409e8c4d5e857d4dcf19415f1deb7d361b SHA512 5ab6ac4520f7f3eadc655816ac59b39bf4b325964f8de0755b3d5454a4ccc688086ae7881136091413090a0ab152e1650589cdfe1ad9c00e1ad54ebfcd8f6d3b

diff --git a/app-shells/zsh-history-to-fish/metadata.xml b/app-shells/zsh-history-to-fish/metadata.xml
new file mode 100644
index 000000000..0a28a4005
--- /dev/null
+++ b/app-shells/zsh-history-to-fish/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription>
+Bring your ZSH history to Fish shell
+
+This is a simple tool to ease the migration from ZSH to Fish shell, without losing your hard-earned history commands.
+
+As I was migrating myself, I've found out there's no tool to do this automatically, so I've made one for my own use. For that, I had to search for the specifications of both history files, and ended up involved in multiple threads with the right devs to try to understand and make it work. In the process, I've stumbled upon several people interested in a such a tool.
+
+Well, it has worked! So I've wrapped it in a python package to make it easy to use, and now I'm sharing with anyone who may need it! It's released on PyPI.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">rsalmei/zsh-history-to-fish</remote-id>
+		<remote-id type="pypi">zsh-history-to-fish</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
new file mode 100644
index 000000000..d3c296d67
--- /dev/null
+++ b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Bring your ZSH history to Fish shell"
+HOMEPAGE="
+	https://github.com/rsalmei/zsh-history-to-fish
+	https://pypi.org/project/portio
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( README.md )


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

* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-history-to-fish/
  2021-10-02 12:23 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
@ 2021-10-02 12:28 ` Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2021-10-02 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     1e2a493cac1ef48565dd17035f6a007fcb024cfe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 12:20:46 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 12:22:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2a493c

app-shells/zsh-history-to-fish: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/815790
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
index d3c296d67..86c98d89f 100644
--- a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
+++ b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
+
 PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 inherit distutils-r1
 


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

end of thread, other threads:[~2021-10-02 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-07  8:51 [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-history-to-fish/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-10-02 12:23 [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-10-02 12:28 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin

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