* [gentoo-commits] repo/proj/guru:master commit in: dev-util/hut/
2024-05-21 21:12 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-21 21:33 ` Julien Roy
0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-21 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 027c1e52cdbbaf017c44be48104345c14e1082db
Author: Christopher Bayliss <cjbdev <AT> icloud <DOT> com>
AuthorDate: Tue May 21 21:01:07 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 21 21:12:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=027c1e52
dev-util/hut: version bump to 0.5.0
also tidy up the ebuild:
* upstream changed, see the notice in the old upstream's README:
https://git.sr.ht/~emersion/hut
* correct the copyright years
* drop 'DEPEND="${RDEPEND}"'
Signed-off-by: Christopher Bayliss <cjbdev <AT> icloud.com>
Closes: https://github.com/gentoo/guru/pull/191
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-util/hut/Manifest | 4 ++--
dev-util/hut/{hut-0.3.0.ebuild => hut-0.5.0.ebuild} | 10 ++++------
dev-util/hut/metadata.xml | 4 ++--
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/dev-util/hut/Manifest b/dev-util/hut/Manifest
index 754509318..39734cda8 100644
--- a/dev-util/hut/Manifest
+++ b/dev-util/hut/Manifest
@@ -1,2 +1,2 @@
-DIST hut-0.3.0-vendor.tar.xz 863500 BLAKE2B 2bf717be5d75ba7e0007049d320cca8350d9d7fa53e2408c5a5ea73ec20916844322c84292b23dd6dd97d925590942ded57daf598216a6d2376242050ef3a571 SHA512 b55a5a45619da43d435c4a59f3a9518c7e9509840cfe7583a270a9ef00342f2870c169cd14b097afc6ed8635740b73b2f149d5c3f20f8f964c70442ecb7bf763
-DIST hut-0.3.0.tar.gz 116316 BLAKE2B 68400bfa7e7aa90ee4dfd5d9b2a8f6b4d09ef12103fab07b11abab3d9a99d777c11c8a7fde46228c33b73b65467cbe75db77800e428d17dbf21ba00564a2773b SHA512 41e84329b6d35df1abeca2a84352bd0bafaa7d05e7b36ff106d1c297e021dbc7beddd70c43ebfa02f48bad250469917879ee221a7983d132de8a56bc44e9a26b
+DIST hut-0.5.0-vendor.tar.xz 619096 BLAKE2B de94aaa087c857365e52ff8928d61aad1e9ae05cb8601531012df58cdfd878ccf1f89ec8c7c84bed0667b6d153a5b6a30d1ee5a0b758c0fc7e557f0e7159a3c7 SHA512 06015a5fe47524790df63ec123c64c33e7f9282956db04253dccebede7050db58bd3b6cf80275a25ccaccacd57f42939ba03b063801c83019ff42348dcc99401
+DIST hut-0.5.0.tar.gz 129041 BLAKE2B 7e551f337525a7e043acba6b15e260488fdc498f87cfce0ec7d473d7e6070eda5f307a4cc1a8a16b40ec040bdacb8c28a23c3be2009a4c1e052e85a6a943cf72 SHA512 f24a0bfcb96f1643d1f6c741c101f54b9a522f3fde6fcd7fc65f27bbec0303e304dc2430cafec0a17aa471ec78e37b2c65cdf401cc5034480cd82f27ed3166d3
diff --git a/dev-util/hut/hut-0.3.0.ebuild b/dev-util/hut/hut-0.5.0.ebuild
similarity index 60%
rename from dev-util/hut/hut-0.3.0.ebuild
rename to dev-util/hut/hut-0.5.0.ebuild
index d5ca7f22f..19773cfeb 100644
--- a/dev-util/hut/hut-0.3.0.ebuild
+++ b/dev-util/hut/hut-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,11 +7,11 @@ inherit go-module
DESCRIPTION="CLI tool for sourcehut"
-HOMEPAGE="https://sr.ht/~emersion/hut/"
+HOMEPAGE="https://sr.ht/~xenrox/hut/"
SRC_URI="
- https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/apraga/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz
+ https://git.sr.ht/~xenrox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/cjbayliss/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz
"
S="${WORKDIR}/${PN}-v${PV}"
@@ -21,8 +21,6 @@ SLOT="0"
KEYWORDS="~amd64"
-
-DEPEND="${RDEPEND}"
BDEPEND="app-text/scdoc"
src_compile() {
diff --git a/dev-util/hut/metadata.xml b/dev-util/hut/metadata.xml
index a467263c2..41cdef951 100644
--- a/dev-util/hut/metadata.xml
+++ b/dev-util/hut/metadata.xml
@@ -6,8 +6,8 @@
<name>Alexis Praga</name>
</maintainer>
<upstream>
- <remote-id type="sourcehut">~emersion/hut</remote-id>
- <remote-id type="github">apraga/hut-vendor</remote-id>
+ <remote-id type="sourcehut">~xenrox/hut</remote-id>
+ <remote-id type="github">cjbayliss/hut-vendor</remote-id>
</upstream>
<longdescription lang="en">
Hut is a command-line tool to interact with sourcehut. It can manage git repositories, builds, publish to pages and pastes.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/hut/
@ 2024-07-01 13:50 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-07-01 13:50 UTC (permalink / raw
To: gentoo-commits
commit: c6f5c68467e21d61d94b818fc42792e0589c473e
Author: Christopher Bayliss <cjbdev <AT> icloud <DOT> com>
AuthorDate: Mon Jul 1 03:46:19 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 1 04:00:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6f5c684
dev-util/hut: add 0.6.0
Signed-off-by: Christopher Bayliss <cjbdev <AT> icloud.com>
dev-util/hut/Manifest | 2 ++
dev-util/hut/hut-0.6.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-util/hut/Manifest b/dev-util/hut/Manifest
index 39734cda8..4a93c61e9 100644
--- a/dev-util/hut/Manifest
+++ b/dev-util/hut/Manifest
@@ -1,2 +1,4 @@
DIST hut-0.5.0-vendor.tar.xz 619096 BLAKE2B de94aaa087c857365e52ff8928d61aad1e9ae05cb8601531012df58cdfd878ccf1f89ec8c7c84bed0667b6d153a5b6a30d1ee5a0b758c0fc7e557f0e7159a3c7 SHA512 06015a5fe47524790df63ec123c64c33e7f9282956db04253dccebede7050db58bd3b6cf80275a25ccaccacd57f42939ba03b063801c83019ff42348dcc99401
DIST hut-0.5.0.tar.gz 129041 BLAKE2B 7e551f337525a7e043acba6b15e260488fdc498f87cfce0ec7d473d7e6070eda5f307a4cc1a8a16b40ec040bdacb8c28a23c3be2009a4c1e052e85a6a943cf72 SHA512 f24a0bfcb96f1643d1f6c741c101f54b9a522f3fde6fcd7fc65f27bbec0303e304dc2430cafec0a17aa471ec78e37b2c65cdf401cc5034480cd82f27ed3166d3
+DIST hut-0.6.0.tar.gz 137077 BLAKE2B 7d9ba6aebb4439457026efe3e7d798c7ca483e9d02c586677053a7dfe781bb0bbc79ef923f148449348b301c8abd543407cc6e3d802fb3696a7aec104fd832c5 SHA512 288acd443023297104cef963026b0b0d54713515e22870df767e562d4c4f031cad662ad4d341a6b4888661e4550e072300cc166fa1f1504926625121d56ae7a5
+DIST hut-v0.6.0-vendor.tar.xz 638564 BLAKE2B 675e264d03a56663bcd8e6d8e7810ad802a5bd3da4f77abed218fa23b360b78baaa606b7e896d8be16961edba6065ca42859191f90c87fd7caf707c928734522 SHA512 a1ebbfc4fa06b78165d30320dc044c257eb28211ef23c7ceba6cb117fb6c4894e4b39336d226f7996603027cf9d597369a92f1afe13942cd8c135562c5dc7379
diff --git a/dev-util/hut/hut-0.6.0.ebuild b/dev-util/hut/hut-0.6.0.ebuild
new file mode 100644
index 000000000..52140c49e
--- /dev/null
+++ b/dev-util/hut/hut-0.6.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="CLI tool for sourcehut"
+
+HOMEPAGE="https://sr.ht/~xenrox/hut/"
+
+SRC_URI="
+ https://git.sr.ht/~xenrox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ https://github.com/cjbayliss/hut-vendor/releases/download/v${PV}/${PN}-v${PV}-vendor.tar.xz
+"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+BDEPEND="app-text/scdoc"
+
+src_compile() {
+ ego build
+ emake doc/hut.1 completions
+}
+
+src_install() {
+ dobin hut
+ emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-util/hut/
@ 2024-07-01 13:50 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-07-01 13:50 UTC (permalink / raw
To: gentoo-commits
commit: a57fdc41ab63b8daf60e147556782b90abb0da5a
Author: Christopher Bayliss <cjbdev <AT> icloud <DOT> com>
AuthorDate: Mon Jul 1 03:47:41 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 1 04:00:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a57fdc41
dev-util/hut: drop 0.5.0
Signed-off-by: Christopher Bayliss <cjbdev <AT> icloud.com>
dev-util/hut/Manifest | 2 --
dev-util/hut/hut-0.5.0.ebuild | 34 ----------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-util/hut/Manifest b/dev-util/hut/Manifest
index 4a93c61e9..f43fe41b8 100644
--- a/dev-util/hut/Manifest
+++ b/dev-util/hut/Manifest
@@ -1,4 +1,2 @@
-DIST hut-0.5.0-vendor.tar.xz 619096 BLAKE2B de94aaa087c857365e52ff8928d61aad1e9ae05cb8601531012df58cdfd878ccf1f89ec8c7c84bed0667b6d153a5b6a30d1ee5a0b758c0fc7e557f0e7159a3c7 SHA512 06015a5fe47524790df63ec123c64c33e7f9282956db04253dccebede7050db58bd3b6cf80275a25ccaccacd57f42939ba03b063801c83019ff42348dcc99401
-DIST hut-0.5.0.tar.gz 129041 BLAKE2B 7e551f337525a7e043acba6b15e260488fdc498f87cfce0ec7d473d7e6070eda5f307a4cc1a8a16b40ec040bdacb8c28a23c3be2009a4c1e052e85a6a943cf72 SHA512 f24a0bfcb96f1643d1f6c741c101f54b9a522f3fde6fcd7fc65f27bbec0303e304dc2430cafec0a17aa471ec78e37b2c65cdf401cc5034480cd82f27ed3166d3
DIST hut-0.6.0.tar.gz 137077 BLAKE2B 7d9ba6aebb4439457026efe3e7d798c7ca483e9d02c586677053a7dfe781bb0bbc79ef923f148449348b301c8abd543407cc6e3d802fb3696a7aec104fd832c5 SHA512 288acd443023297104cef963026b0b0d54713515e22870df767e562d4c4f031cad662ad4d341a6b4888661e4550e072300cc166fa1f1504926625121d56ae7a5
DIST hut-v0.6.0-vendor.tar.xz 638564 BLAKE2B 675e264d03a56663bcd8e6d8e7810ad802a5bd3da4f77abed218fa23b360b78baaa606b7e896d8be16961edba6065ca42859191f90c87fd7caf707c928734522 SHA512 a1ebbfc4fa06b78165d30320dc044c257eb28211ef23c7ceba6cb117fb6c4894e4b39336d226f7996603027cf9d597369a92f1afe13942cd8c135562c5dc7379
diff --git a/dev-util/hut/hut-0.5.0.ebuild b/dev-util/hut/hut-0.5.0.ebuild
deleted file mode 100644
index 19773cfeb..000000000
--- a/dev-util/hut/hut-0.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="CLI tool for sourcehut"
-
-HOMEPAGE="https://sr.ht/~xenrox/hut/"
-
-SRC_URI="
- https://git.sr.ht/~xenrox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/cjbayliss/hut-vendor/releases/download/v${PV}/hut-${PV}-vendor.tar.xz
-"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-BDEPEND="app-text/scdoc"
-
-src_compile() {
- ego build
- emake doc/hut.1 completions
-}
-
-src_install() {
- dobin hut
- emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-01 13:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 13:50 [gentoo-commits] repo/proj/guru:master commit in: dev-util/hut/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-07-01 13:50 David Roman
2024-05-21 21:12 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-21 21:33 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox