public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fetsh/
Date: Fri, 21 Aug 2020 19:44:18 +0000 (UTC)	[thread overview]
Message-ID: <1598039011.25f1ee224d877a9c7834deabc6c6721e5085f415.coppens.matthias@gentoo> (raw)

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	other threads:[~2020-08-21 19:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21 19:44 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04 21:18 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fetsh/ Matthias Coppens
2020-09-18 19:20 Matthias Coppens
2020-08-26 13:59 Matthias Coppens
2020-08-21  9:20 Matthias Coppens

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=1598039011.25f1ee224d877a9c7834deabc6c6721e5085f415.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@gmail.com \
    --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