* [gentoo-commits] repo/proj/guru:master commit in: app-misc/fetsh/
@ 2020-08-21 11:49 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-08-21 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 027a0095348957f0174cdacf898517b215342329
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Aug 21 09:19:38 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 21 09:19:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=027a0095
app-misc/fetsh: New package
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.5.ebuild | 26 ++++++++++++++++++++++++++
app-misc/fetsh/fetsh-9999.ebuild | 26 ++++++++++++++++++++++++++
app-misc/fetsh/metadata.xml | 12 ++++++++++++
4 files changed, 65 insertions(+)
diff --git a/app-misc/fetsh/Manifest b/app-misc/fetsh/Manifest
new file mode 100644
index 0000000..e94a58b
--- /dev/null
+++ b/app-misc/fetsh/Manifest
@@ -0,0 +1 @@
+DIST fet.sh-1.5.tar.gz 29363 BLAKE2B dc864b3db1a3bffd798cd37d7b116682929ccdf111be26c91f2b61e4a14732b6220c97aeaf244179a31eb6e05e73596efd846f0a16712076c0587df0ad3f9a16 SHA512 6a974cc2bf4eb7d4fc513229bc94daac3bc4a1f38e5af8898af8bee25bd88e20883d839b786444452c2dc4a58eeebc433b60047d5849ce404ae9775cc39451eb
diff --git a/app-misc/fetsh/fetsh-1.5.ebuild b/app-misc/fetsh/fetsh-1.5.ebuild
new file mode 100644
index 0000000..497171a
--- /dev/null
+++ b/app-misc/fetsh/fetsh-1.5.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
+}
diff --git a/app-misc/fetsh/fetsh-9999.ebuild b/app-misc/fetsh/fetsh-9999.ebuild
new file mode 100644
index 0000000..497171a
--- /dev/null
+++ b/app-misc/fetsh/fetsh-9999.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
+}
diff --git a/app-misc/fetsh/metadata.xml b/app-misc/fetsh/metadata.xml
new file mode 100644
index 0000000..f2433be
--- /dev/null
+++ b/app-misc/fetsh/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>coppens.matthias.abc@gmail.com</email>
+ <name>Matthias Coppens</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">6gk/fet.sh</remote-id>
+ <bugs-to>https://github.com/6gk/fet.sh/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/fetsh/
@ 2020-08-24 7:49 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-08-24 7:49 UTC (permalink / raw
To: gentoo-commits
commit: 25f1ee224d877a9c7834deabc6c6721e5085f415
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Aug 21 19:43:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/fetsh/
@ 2020-08-27 7:59 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-08-27 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 894deea754362915f8595b0b28bce3208a30d99f
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Wed Aug 26 13:59:12 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Aug 26 13:59:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=894deea7
app-misc/fetsh: Version bump 1.7
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 | 2 +-
app-misc/fetsh/{fetsh-1.5.ebuild => fetsh-1.7.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/fetsh/Manifest b/app-misc/fetsh/Manifest
index 4d0630c..aba90b0 100644
--- a/app-misc/fetsh/Manifest
+++ b/app-misc/fetsh/Manifest
@@ -1,2 +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
+DIST fet.sh-1.7.tar.gz 145651 BLAKE2B cddf87054c417fa776e77a30a56795ee174c747940c9344d3a04aaaffe98d7bc1f7c73ea03cfa4d4f831cab79a52baf83f5a05894365bdd9a7cd20347149fca9 SHA512 1269e07e38911d14d7eb2434bc8478507abd0103414ffbe8c7b99b477b5d68089d8612fabc96cdda69f895cba34bf50af6948ca121e1e9b4793051dba3add864
diff --git a/app-misc/fetsh/fetsh-1.5.ebuild b/app-misc/fetsh/fetsh-1.7.ebuild
similarity index 100%
rename from app-misc/fetsh/fetsh-1.5.ebuild
rename to app-misc/fetsh/fetsh-1.7.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/fetsh/
@ 2020-09-19 14:24 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-09-19 14:24 UTC (permalink / raw
To: gentoo-commits
commit: 9bcdf4f464707e4d90d6795dcda87c5e0aebf066
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Sep 18 18:45:16 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Sep 18 19:19:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcdf4f4
app-misc/fetsh: Version bump 1.8
Added RESTRICT="mirror" as well
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
app-misc/fetsh/Manifest | 2 +-
app-misc/fetsh/fetsh-1.7.ebuild | 2 ++
app-misc/fetsh/{fetsh-1.6.ebuild => fetsh-1.8.ebuild} | 2 ++
app-misc/fetsh/fetsh-9999.ebuild | 2 ++
4 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-misc/fetsh/Manifest b/app-misc/fetsh/Manifest
index aba90b04..bc8b66a8 100644
--- a/app-misc/fetsh/Manifest
+++ b/app-misc/fetsh/Manifest
@@ -1,2 +1,2 @@
-DIST fet.sh-1.6.tar.gz 145379 BLAKE2B a906cf9bec877e6b1013eea33be5f5b1aef82c20921b4d5a47db36b3682a98ca4354f03f1e467181aa249ef63fae3814f9496a7ef202e7080bc68d64c443f5d1 SHA512 8d74b00a47d1ab50f3b7909cf2e7558b908587d7f5872b221812dfaae98b4f7f894dd2899dd9e2f760e4243cabdd594c8a1901cafbf2fac6f6e39fa6fd802fe2
DIST fet.sh-1.7.tar.gz 145651 BLAKE2B cddf87054c417fa776e77a30a56795ee174c747940c9344d3a04aaaffe98d7bc1f7c73ea03cfa4d4f831cab79a52baf83f5a05894365bdd9a7cd20347149fca9 SHA512 1269e07e38911d14d7eb2434bc8478507abd0103414ffbe8c7b99b477b5d68089d8612fabc96cdda69f895cba34bf50af6948ca121e1e9b4793051dba3add864
+DIST fet.sh-1.8.tar.gz 145762 BLAKE2B 205d2c1f815ec5d42457c72bd65004a9a8bb29c29c9b85d23c64e46914e9643c2605f8dfb49faa67da2f1d7784fdd1b21dbe17864e86ee21877ed8875daf16df SHA512 3e2af006e9ca27022f5b6cee8ba7ec1847f18ff7c2f99715ef007492b7fec08dadb46a45eb30d1f7a425fd49740f77ed2d6490a439d7758ffd1862e7ac60b840
diff --git a/app-misc/fetsh/fetsh-1.7.ebuild b/app-misc/fetsh/fetsh-1.7.ebuild
index 497171aa..279568a2 100644
--- a/app-misc/fetsh/fetsh-1.7.ebuild
+++ b/app-misc/fetsh/fetsh-1.7.ebuild
@@ -21,6 +21,8 @@ esac
LICENSE="ISC"
SLOT="0"
+RESTRICT="mirror"
+
src_install() {
dobin fet.sh
}
diff --git a/app-misc/fetsh/fetsh-1.6.ebuild b/app-misc/fetsh/fetsh-1.8.ebuild
similarity index 96%
rename from app-misc/fetsh/fetsh-1.6.ebuild
rename to app-misc/fetsh/fetsh-1.8.ebuild
index 497171aa..279568a2 100644
--- a/app-misc/fetsh/fetsh-1.6.ebuild
+++ b/app-misc/fetsh/fetsh-1.8.ebuild
@@ -21,6 +21,8 @@ esac
LICENSE="ISC"
SLOT="0"
+RESTRICT="mirror"
+
src_install() {
dobin fet.sh
}
diff --git a/app-misc/fetsh/fetsh-9999.ebuild b/app-misc/fetsh/fetsh-9999.ebuild
index 497171aa..279568a2 100644
--- a/app-misc/fetsh/fetsh-9999.ebuild
+++ b/app-misc/fetsh/fetsh-9999.ebuild
@@ -21,6 +21,8 @@ esac
LICENSE="ISC"
SLOT="0"
+RESTRICT="mirror"
+
src_install() {
dobin fet.sh
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/fetsh/
@ 2021-04-06 9:03 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-06 9:03 UTC (permalink / raw
To: gentoo-commits
commit: e28297bdbb182953668e75331548a907f39279e2
Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Sun Apr 4 21:18:10 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 4 21:18:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e28297bd
app-misc/fetsh: Version bump 1.9
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
app-misc/fetsh/Manifest | 2 +-
app-misc/fetsh/{fetsh-1.7.ebuild => fetsh-1.9.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/fetsh/Manifest b/app-misc/fetsh/Manifest
index bc8b66a85..1fb33c672 100644
--- a/app-misc/fetsh/Manifest
+++ b/app-misc/fetsh/Manifest
@@ -1,2 +1,2 @@
-DIST fet.sh-1.7.tar.gz 145651 BLAKE2B cddf87054c417fa776e77a30a56795ee174c747940c9344d3a04aaaffe98d7bc1f7c73ea03cfa4d4f831cab79a52baf83f5a05894365bdd9a7cd20347149fca9 SHA512 1269e07e38911d14d7eb2434bc8478507abd0103414ffbe8c7b99b477b5d68089d8612fabc96cdda69f895cba34bf50af6948ca121e1e9b4793051dba3add864
DIST fet.sh-1.8.tar.gz 145762 BLAKE2B 205d2c1f815ec5d42457c72bd65004a9a8bb29c29c9b85d23c64e46914e9643c2605f8dfb49faa67da2f1d7784fdd1b21dbe17864e86ee21877ed8875daf16df SHA512 3e2af006e9ca27022f5b6cee8ba7ec1847f18ff7c2f99715ef007492b7fec08dadb46a45eb30d1f7a425fd49740f77ed2d6490a439d7758ffd1862e7ac60b840
+DIST fet.sh-1.9.tar.gz 145980 BLAKE2B ea06aaf51f2e809fd9faa194313b9c970ca4b00f44cb7b51baf57206bc84d86ae505055862f02e564a352656aa072fb045336f431bb4931baaf4696f5af1b80e SHA512 1a3d9c535474b950121ef938b698b6a9197a743bc89ce0d1fac13f95ac28620605a64701b009a32c1127de34d5dabaa2bda07e5689197e26ebf493bed25837a8
diff --git a/app-misc/fetsh/fetsh-1.7.ebuild b/app-misc/fetsh/fetsh-1.9.ebuild
similarity index 93%
rename from app-misc/fetsh/fetsh-1.7.ebuild
rename to app-misc/fetsh/fetsh-1.9.ebuild
index 279568a23..6429aedda 100644
--- a/app-misc/fetsh/fetsh-1.7.ebuild
+++ b/app-misc/fetsh/fetsh-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-06 9:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-06 9:03 [gentoo-commits] repo/proj/guru:master commit in: app-misc/fetsh/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-09-19 14:24 Andrew Ammerlaan
2020-08-27 7:59 Andrew Ammerlaan
2020-08-24 7:49 Andrew Ammerlaan
2020-08-21 11:49 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox