commit:     25f1ee224d877a9c7834deabc6c6721e5085f415
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Aug 21 19:43:31 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Fri Aug 21 19:43:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25f1ee22

app-misc/fetsh: Version bump (1.6)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 app-misc/fetsh/Manifest         |  1 +
 app-misc/fetsh/fetsh-1.6.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-misc/fetsh/Manifest b/app-misc/fetsh/Manifest
index e94a58b..4d0630c 100644
--- a/app-misc/fetsh/Manifest
+++ b/app-misc/fetsh/Manifest
@@ -1 +1,2 @@
 DIST fet.sh-1.5.tar.gz 29363 BLAKE2B 
dc864b3db1a3bffd798cd37d7b116682929ccdf111be26c91f2b61e4a14732b6220c97aeaf244179a31eb6e05e73596efd846f0a16712076c0587df0ad3f9a16
 SHA512 
6a974cc2bf4eb7d4fc513229bc94daac3bc4a1f38e5af8898af8bee25bd88e20883d839b786444452c2dc4a58eeebc433b60047d5849ce404ae9775cc39451eb
+DIST fet.sh-1.6.tar.gz 145379 BLAKE2B 
a906cf9bec877e6b1013eea33be5f5b1aef82c20921b4d5a47db36b3682a98ca4354f03f1e467181aa249ef63fae3814f9496a7ef202e7080bc68d64c443f5d1
 SHA512 
8d74b00a47d1ab50f3b7909cf2e7558b908587d7f5872b221812dfaae98b4f7f894dd2899dd9e2f760e4243cabdd594c8a1901cafbf2fac6f6e39fa6fd802fe2

diff --git a/app-misc/fetsh/fetsh-1.6.ebuild b/app-misc/fetsh/fetsh-1.6.ebuild
new file mode 100644
index 0000000..497171a
--- /dev/null
+++ b/app-misc/fetsh/fetsh-1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A fetch written in POSIX shell without any external commands"
+HOMEPAGE="https://github.com/6gk/fet.sh";
+
+case "${PV}" in
+       9999)
+               inherit git-r3
+               EGIT_REPO_URI="https://github.com/6gk/fet.sh.git";
+               ;;
+       *)
+               P0="fet.sh-${PV}"
+               SRC_URI="https://github.com/6gk/fet.sh/archive/v${PV}.tar.gz -> 
${P0}.tar.gz"
+               S="${WORKDIR}/${P0}"
+               KEYWORDS="~amd64"
+esac
+
+LICENSE="ISC"
+SLOT="0"
+
+src_install() {
+       dobin fet.sh
+}

Reply via email to