* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-01-21 18:40 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-01-21 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 13c4670a5b29dbf877577c5964a485faad17fd3b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 18:36:47 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 18:40:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c4670a
app-misc/fx: new package, add 35.0.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-35.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
app-misc/fx/metadata.xml | 11 +++++++++++
3 files changed, 50 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
new file mode 100644
index 000000000000..b9fa0b972bd1
--- /dev/null
+++ b/app-misc/fx/Manifest
@@ -0,0 +1,2 @@
+DIST fx-35.0.0-deps.tar.xz 14566724 BLAKE2B e1104d78516adcb9346a9a5e12ae6f0289ed08a0476b4a605254301b6a4d47d7b46915fd65dc54f538a388c5c2694027b09af90e0f465f6a5ff84e23a36e7ed7 SHA512 0474627801dbe5de029addc3562827fdc45434dedc8ca33555dfebac9465c315fc3626d600da04362f0fa900132dbb107404b72cdcf4840273a52231f94de4c5
+DIST fx-35.0.0.tar.gz 2666576 BLAKE2B ac2c6b928b04cef596837acbc76df5a835c004b8e726b8f3b9e78e8e4f5e2528f7091a517731d87c51323c67db55f25b118f2870ed57496ed31daf02c066eccf SHA512 3870b52a9b74494369c837041ce3f5dbe668159d5a823fcc4977a3bd348ca54510d346a2c3f78a47fbd6b7999820d819e47e55848da83482bb8f32c8a3ebaf81
diff --git a/app-misc/fx/fx-35.0.0.ebuild b/app-misc/fx/fx-35.0.0.ebuild
new file mode 100644
index 000000000000..7c36260ceb59
--- /dev/null
+++ b/app-misc/fx/fx-35.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
diff --git a/app-misc/fx/metadata.xml b/app-misc/fx/metadata.xml
new file mode 100644
index 000000000000..29afbd37a5af
--- /dev/null
+++ b/app-misc/fx/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arthurzam@gentoo.org</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">antonmedv/fx</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-05-16 6:53 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-05-16 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 103f6ce0ade9fe5fdf02e075a595a487a3c01289
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 06:49:59 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 16 06:53:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103f6ce0
app-misc/fx: add 36.0.1
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-36.0.1.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index b9fa0b972bd1..1545b44fdc36 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -1,2 +1,4 @@
DIST fx-35.0.0-deps.tar.xz 14566724 BLAKE2B e1104d78516adcb9346a9a5e12ae6f0289ed08a0476b4a605254301b6a4d47d7b46915fd65dc54f538a388c5c2694027b09af90e0f465f6a5ff84e23a36e7ed7 SHA512 0474627801dbe5de029addc3562827fdc45434dedc8ca33555dfebac9465c315fc3626d600da04362f0fa900132dbb107404b72cdcf4840273a52231f94de4c5
DIST fx-35.0.0.tar.gz 2666576 BLAKE2B ac2c6b928b04cef596837acbc76df5a835c004b8e726b8f3b9e78e8e4f5e2528f7091a517731d87c51323c67db55f25b118f2870ed57496ed31daf02c066eccf SHA512 3870b52a9b74494369c837041ce3f5dbe668159d5a823fcc4977a3bd348ca54510d346a2c3f78a47fbd6b7999820d819e47e55848da83482bb8f32c8a3ebaf81
+DIST fx-36.0.1-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
+DIST fx-36.0.1.tar.gz 2684636 BLAKE2B 1305e465358d361e3ead7956d1dec80735d59b93ac28a73f341bc1b20fff675af4afb52018298957204caf261fcd19250dfb3151ac3b72d5fbbdfc8ad4e12f0e SHA512 1fa32d34af3bd66e02f8739a5680a9d30b4bb42fd21a776480576497ff3584a58e6df9125debbf4744aba6432a5e371dafbca6b921c122363396762619e5e031
diff --git a/app-misc/fx/fx-36.0.1.ebuild b/app-misc/fx/fx-36.0.1.ebuild
new file mode 100644
index 000000000000..ff13c0c2be73
--- /dev/null
+++ b/app-misc/fx/fx-36.0.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-05-22 18:44 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-05-22 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 8e9e33a57d733aa0b5e7bb8ddcffea9c5cb07b4e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 18:22:53 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 22 18:44:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9e33a5
app-misc/fx: add 36.0.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-36.0.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index 1545b44fdc36..b7c2aa8ded18 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -2,3 +2,5 @@ DIST fx-35.0.0-deps.tar.xz 14566724 BLAKE2B e1104d78516adcb9346a9a5e12ae6f0289ed
DIST fx-35.0.0.tar.gz 2666576 BLAKE2B ac2c6b928b04cef596837acbc76df5a835c004b8e726b8f3b9e78e8e4f5e2528f7091a517731d87c51323c67db55f25b118f2870ed57496ed31daf02c066eccf SHA512 3870b52a9b74494369c837041ce3f5dbe668159d5a823fcc4977a3bd348ca54510d346a2c3f78a47fbd6b7999820d819e47e55848da83482bb8f32c8a3ebaf81
DIST fx-36.0.1-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
DIST fx-36.0.1.tar.gz 2684636 BLAKE2B 1305e465358d361e3ead7956d1dec80735d59b93ac28a73f341bc1b20fff675af4afb52018298957204caf261fcd19250dfb3151ac3b72d5fbbdfc8ad4e12f0e SHA512 1fa32d34af3bd66e02f8739a5680a9d30b4bb42fd21a776480576497ff3584a58e6df9125debbf4744aba6432a5e371dafbca6b921c122363396762619e5e031
+DIST fx-36.0.2-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
+DIST fx-36.0.2.tar.gz 2685721 BLAKE2B 69459ce957b84eb38d7cfcfc62a38707562ad25b27a6cf0b8e6efbb9e33726d2082defb932933cdbc416c6f2671573aa0fe47f9339f0e232e1f831820b8c132c SHA512 7854d903cc1acffdfbb787e72ee4ffa379a397e2eb33fe8672cc11f8c10eaca1ce6262d4e7cd647c3fe2e6987a558ed31b27a3f17cc55f933c52199b0c23057e
diff --git a/app-misc/fx/fx-36.0.2.ebuild b/app-misc/fx/fx-36.0.2.ebuild
new file mode 100644
index 000000000000..e2ba504bfc62
--- /dev/null
+++ b/app-misc/fx/fx-36.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-06-05 18:34 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-06-05 18:34 UTC (permalink / raw
To: gentoo-commits
commit: df87d716d8d64c7bcf9ee6b9cff6d2dea0044f63
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 18:34:06 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 18:34:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df87d716
app-misc/fx: add 36.0.3
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-36.0.3.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index b7c2aa8ded18..0e0dfd805186 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -4,3 +4,5 @@ DIST fx-36.0.1-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f9
DIST fx-36.0.1.tar.gz 2684636 BLAKE2B 1305e465358d361e3ead7956d1dec80735d59b93ac28a73f341bc1b20fff675af4afb52018298957204caf261fcd19250dfb3151ac3b72d5fbbdfc8ad4e12f0e SHA512 1fa32d34af3bd66e02f8739a5680a9d30b4bb42fd21a776480576497ff3584a58e6df9125debbf4744aba6432a5e371dafbca6b921c122363396762619e5e031
DIST fx-36.0.2-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
DIST fx-36.0.2.tar.gz 2685721 BLAKE2B 69459ce957b84eb38d7cfcfc62a38707562ad25b27a6cf0b8e6efbb9e33726d2082defb932933cdbc416c6f2671573aa0fe47f9339f0e232e1f831820b8c132c SHA512 7854d903cc1acffdfbb787e72ee4ffa379a397e2eb33fe8672cc11f8c10eaca1ce6262d4e7cd647c3fe2e6987a558ed31b27a3f17cc55f933c52199b0c23057e
+DIST fx-36.0.3-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
+DIST fx-36.0.3.tar.gz 2686176 BLAKE2B e08c525ed2758277f76377321fd372119376721a7aed61fb2b6786ad87f9b3dd0d54b47fff7a9fac7f49910ca2be00bcbfc994a7eb73543d1e65a4acd85bff7e SHA512 8e2469adbe98b5104e4a99a203b80274f39460e325d00d944c25d38b29ea509063adfd3ddad40b34bfc73ac499c546383953f28f7eb4c53fa75ada3175d47867
diff --git a/app-misc/fx/fx-36.0.3.ebuild b/app-misc/fx/fx-36.0.3.ebuild
new file mode 100644
index 000000000000..e2ba504bfc62
--- /dev/null
+++ b/app-misc/fx/fx-36.0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-06-20 7:58 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-06-20 7:58 UTC (permalink / raw
To: gentoo-commits
commit: ce7e4163b77f098d292a8a2cee6303b891a23b6d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 07:58:25 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 07:58:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7e4163
app-misc/fx: drop 35.0.0, 36.0.1, 36.0.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 6 ------
app-misc/fx/fx-35.0.0.ebuild | 37 -------------------------------------
app-misc/fx/fx-36.0.1.ebuild | 39 ---------------------------------------
app-misc/fx/fx-36.0.2.ebuild | 39 ---------------------------------------
4 files changed, 121 deletions(-)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index 335c80134d47..0c6faf755f27 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -1,9 +1,3 @@
-DIST fx-35.0.0-deps.tar.xz 14566724 BLAKE2B e1104d78516adcb9346a9a5e12ae6f0289ed08a0476b4a605254301b6a4d47d7b46915fd65dc54f538a388c5c2694027b09af90e0f465f6a5ff84e23a36e7ed7 SHA512 0474627801dbe5de029addc3562827fdc45434dedc8ca33555dfebac9465c315fc3626d600da04362f0fa900132dbb107404b72cdcf4840273a52231f94de4c5
-DIST fx-35.0.0.tar.gz 2666576 BLAKE2B ac2c6b928b04cef596837acbc76df5a835c004b8e726b8f3b9e78e8e4f5e2528f7091a517731d87c51323c67db55f25b118f2870ed57496ed31daf02c066eccf SHA512 3870b52a9b74494369c837041ce3f5dbe668159d5a823fcc4977a3bd348ca54510d346a2c3f78a47fbd6b7999820d819e47e55848da83482bb8f32c8a3ebaf81
-DIST fx-36.0.1-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
-DIST fx-36.0.1.tar.gz 2684636 BLAKE2B 1305e465358d361e3ead7956d1dec80735d59b93ac28a73f341bc1b20fff675af4afb52018298957204caf261fcd19250dfb3151ac3b72d5fbbdfc8ad4e12f0e SHA512 1fa32d34af3bd66e02f8739a5680a9d30b4bb42fd21a776480576497ff3584a58e6df9125debbf4744aba6432a5e371dafbca6b921c122363396762619e5e031
-DIST fx-36.0.2-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
-DIST fx-36.0.2.tar.gz 2685721 BLAKE2B 69459ce957b84eb38d7cfcfc62a38707562ad25b27a6cf0b8e6efbb9e33726d2082defb932933cdbc416c6f2671573aa0fe47f9339f0e232e1f831820b8c132c SHA512 7854d903cc1acffdfbb787e72ee4ffa379a397e2eb33fe8672cc11f8c10eaca1ce6262d4e7cd647c3fe2e6987a558ed31b27a3f17cc55f933c52199b0c23057e
DIST fx-36.0.3-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
DIST fx-36.0.3.tar.gz 2686176 BLAKE2B e08c525ed2758277f76377321fd372119376721a7aed61fb2b6786ad87f9b3dd0d54b47fff7a9fac7f49910ca2be00bcbfc994a7eb73543d1e65a4acd85bff7e SHA512 8e2469adbe98b5104e4a99a203b80274f39460e325d00d944c25d38b29ea509063adfd3ddad40b34bfc73ac499c546383953f28f7eb4c53fa75ada3175d47867
DIST fx-36.0.4-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
diff --git a/app-misc/fx/fx-35.0.0.ebuild b/app-misc/fx/fx-35.0.0.ebuild
deleted file mode 100644
index 7c36260ceb59..000000000000
--- a/app-misc/fx/fx-35.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION=" Terminal JSON viewer & processor"
-HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
-SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build -o fx .
-
- mkdir "${T}/comp"
- ./fx --comp bash > "${T}/comp/fx" || die
- ./fx --comp zsh > "${T}/comp/_fx" || die
- ./fx --comp fish > "${T}/comp/fx.fish" || die
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin fx
- dodoc README.md
-
- dobashcomp "${T}/comp/fx"
- dozshcomp "${T}/comp/_fx"
- dofishcomp "${T}/comp/fx.fish"
-}
diff --git a/app-misc/fx/fx-36.0.1.ebuild b/app-misc/fx/fx-36.0.1.ebuild
deleted file mode 100644
index ff13c0c2be73..000000000000
--- a/app-misc/fx/fx-36.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION=" Terminal JSON viewer & processor"
-HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
-SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
-
-LICENSE="MIT"
-# Dependent licenses
-LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build -o fx .
-
- mkdir "${T}/comp"
- ./fx --comp bash > "${T}/comp/fx" || die
- ./fx --comp zsh > "${T}/comp/_fx" || die
- ./fx --comp fish > "${T}/comp/fx.fish" || die
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin fx
- dodoc README.md
-
- dobashcomp "${T}/comp/fx"
- dozshcomp "${T}/comp/_fx"
- dofishcomp "${T}/comp/fx.fish"
-}
diff --git a/app-misc/fx/fx-36.0.2.ebuild b/app-misc/fx/fx-36.0.2.ebuild
deleted file mode 100644
index e2ba504bfc62..000000000000
--- a/app-misc/fx/fx-36.0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION=" Terminal JSON viewer & processor"
-HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
-SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
-
-LICENSE="MIT"
-# Dependent licenses
-LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build -o fx .
-
- mkdir "${T}/comp"
- ./fx --comp bash > "${T}/comp/fx" || die
- ./fx --comp zsh > "${T}/comp/_fx" || die
- ./fx --comp fish > "${T}/comp/fx.fish" || die
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin fx
- dodoc README.md
-
- dobashcomp "${T}/comp/fx"
- dozshcomp "${T}/comp/_fx"
- dofishcomp "${T}/comp/fx.fish"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-06-20 7:58 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-06-20 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 3bbae27574770e99a3336e062ecc1af794d67d33
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 07:58:07 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 07:58:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbae275
app-misc/fx: add 36.0.4
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-36.0.4.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index 0e0dfd805186..335c80134d47 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -6,3 +6,5 @@ DIST fx-36.0.2-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f9
DIST fx-36.0.2.tar.gz 2685721 BLAKE2B 69459ce957b84eb38d7cfcfc62a38707562ad25b27a6cf0b8e6efbb9e33726d2082defb932933cdbc416c6f2671573aa0fe47f9339f0e232e1f831820b8c132c SHA512 7854d903cc1acffdfbb787e72ee4ffa379a397e2eb33fe8672cc11f8c10eaca1ce6262d4e7cd647c3fe2e6987a558ed31b27a3f17cc55f933c52199b0c23057e
DIST fx-36.0.3-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
DIST fx-36.0.3.tar.gz 2686176 BLAKE2B e08c525ed2758277f76377321fd372119376721a7aed61fb2b6786ad87f9b3dd0d54b47fff7a9fac7f49910ca2be00bcbfc994a7eb73543d1e65a4acd85bff7e SHA512 8e2469adbe98b5104e4a99a203b80274f39460e325d00d944c25d38b29ea509063adfd3ddad40b34bfc73ac499c546383953f28f7eb4c53fa75ada3175d47867
+DIST fx-36.0.4-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
+DIST fx-36.0.4.tar.gz 2686343 BLAKE2B 77d0bd585fd14efba9afa7b09774e90967eaf7fb6f9f6e73191c4c920b9b8a8a8acc341391e869e0950154dcc09579715cb22520945c3edaf620f2e9e6470e06 SHA512 147f2ed00a99567963c66a3b080298e1000a8cee5573ba88b464a53dd50a310062dea860c416b9a6d4371012c0535eaec038c5b1c58f05044d16348d060b33ec
diff --git a/app-misc/fx/fx-36.0.4.ebuild b/app-misc/fx/fx-36.0.4.ebuild
new file mode 100644
index 000000000000..e2ba504bfc62
--- /dev/null
+++ b/app-misc/fx/fx-36.0.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-07-02 18:58 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-07-02 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 263097912ae4e6fb9a2d95127af241a33e45bc20
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 2 18:58:20 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 2 18:58:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26309791
app-misc/fx: add 37.0.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-37.0.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index 0c6faf755f27..fbb78e305e3e 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -2,3 +2,5 @@ DIST fx-36.0.3-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f9
DIST fx-36.0.3.tar.gz 2686176 BLAKE2B e08c525ed2758277f76377321fd372119376721a7aed61fb2b6786ad87f9b3dd0d54b47fff7a9fac7f49910ca2be00bcbfc994a7eb73543d1e65a4acd85bff7e SHA512 8e2469adbe98b5104e4a99a203b80274f39460e325d00d944c25d38b29ea509063adfd3ddad40b34bfc73ac499c546383953f28f7eb4c53fa75ada3175d47867
DIST fx-36.0.4-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
DIST fx-36.0.4.tar.gz 2686343 BLAKE2B 77d0bd585fd14efba9afa7b09774e90967eaf7fb6f9f6e73191c4c920b9b8a8a8acc341391e869e0950154dcc09579715cb22520945c3edaf620f2e9e6470e06 SHA512 147f2ed00a99567963c66a3b080298e1000a8cee5573ba88b464a53dd50a310062dea860c416b9a6d4371012c0535eaec038c5b1c58f05044d16348d060b33ec
+DIST fx-37.0.0-deps.tar.xz 14819280 BLAKE2B 2022ac355571e58ff73f06844261cb5a3deab4127a3c20528a454ade72f02eb41e19f87e97ecdfcdf13ac03fcda51f2bcad52a624e959ea3e4366665e6e9e52f SHA512 1f56b43d015f56fd9b90faa5f90202d0dec5ce0682b14084e50726f66b70f5f44fd8aa5ad17d83c326b88d3fc58116b162a50277e5f9734df79190ca19918d6d
+DIST fx-37.0.0.tar.gz 2689370 BLAKE2B 3b193ac5aefd048cb86298b41f39548f4503b2a36bc3596508d99eec5b4c6e5a7f7254b117a2ee046576a64e3868c251aa461b387fe74aa167b428f1951c8191 SHA512 fdbb77b859b82496aa0835c5ddadb3e6e770546cf9bf779dfe136ae527ba1f786a06c75eb742fac527bee790c8105491a044f1f0266acf5b57229edbb0e71a16
diff --git a/app-misc/fx/fx-37.0.0.ebuild b/app-misc/fx/fx-37.0.0.ebuild
new file mode 100644
index 000000000000..ff13c0c2be73
--- /dev/null
+++ b/app-misc/fx/fx-37.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-07-23 16:01 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-07-23 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 45922396d24a5099bded6a27f5693ca36d2ba43b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 16:00:40 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 16:00:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45922396
app-misc/fx: add 38.0.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-38.0.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index fbb78e305e3e..5cb7c48df3e7 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -4,3 +4,5 @@ DIST fx-36.0.4-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f9
DIST fx-36.0.4.tar.gz 2686343 BLAKE2B 77d0bd585fd14efba9afa7b09774e90967eaf7fb6f9f6e73191c4c920b9b8a8a8acc341391e869e0950154dcc09579715cb22520945c3edaf620f2e9e6470e06 SHA512 147f2ed00a99567963c66a3b080298e1000a8cee5573ba88b464a53dd50a310062dea860c416b9a6d4371012c0535eaec038c5b1c58f05044d16348d060b33ec
DIST fx-37.0.0-deps.tar.xz 14819280 BLAKE2B 2022ac355571e58ff73f06844261cb5a3deab4127a3c20528a454ade72f02eb41e19f87e97ecdfcdf13ac03fcda51f2bcad52a624e959ea3e4366665e6e9e52f SHA512 1f56b43d015f56fd9b90faa5f90202d0dec5ce0682b14084e50726f66b70f5f44fd8aa5ad17d83c326b88d3fc58116b162a50277e5f9734df79190ca19918d6d
DIST fx-37.0.0.tar.gz 2689370 BLAKE2B 3b193ac5aefd048cb86298b41f39548f4503b2a36bc3596508d99eec5b4c6e5a7f7254b117a2ee046576a64e3868c251aa461b387fe74aa167b428f1951c8191 SHA512 fdbb77b859b82496aa0835c5ddadb3e6e770546cf9bf779dfe136ae527ba1f786a06c75eb742fac527bee790c8105491a044f1f0266acf5b57229edbb0e71a16
+DIST fx-38.0.0-deps.tar.xz 11602484 BLAKE2B fefb8968d867570bc006df5e4d4e7add80d18c7c98883711934daf275045c66976625e33b6917227cf8c9656a0eb24a295b6da36d5f120c325fc42651b214577 SHA512 62259bcda05586c38071c070e846f5ae9d49da943f5830f14ad548686d910b93cdbee8171aba1fe517eee133a95476bd9b75e9cbb61800545c5bbb7dc95aca68
+DIST fx-38.0.0.tar.gz 2689735 BLAKE2B 1588b459a11617cd5ad2d1e44fb246cd836792d70d269602dd7c9b9b9a84bc992007a8965eb0456cd3b1c7af46fe8ab544542c9188d6375fd9b94f68c925fdc1 SHA512 fe306a25bf461c3e79fa0be4d1d88db70dc84d52aec57feb053ffbe1bbf556d9c5d7e420d73297b4443ed68e755dca24781d8f0c468dd9f8eed49aa4057c0437
diff --git a/app-misc/fx/fx-38.0.0.ebuild b/app-misc/fx/fx-38.0.0.ebuild
new file mode 100644
index 000000000000..e2ba504bfc62
--- /dev/null
+++ b/app-misc/fx/fx-38.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-07-23 16:01 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-07-23 16:01 UTC (permalink / raw
To: gentoo-commits
commit: e731e5a13ce8f98e64d433466a2079a151eec254
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 16:00:56 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 16:00:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e731e5a1
app-misc/fx: drop 36.0.3, 36.0.4
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 4 ----
app-misc/fx/fx-36.0.3.ebuild | 39 ---------------------------------------
app-misc/fx/fx-36.0.4.ebuild | 39 ---------------------------------------
3 files changed, 82 deletions(-)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index 5cb7c48df3e7..ec048c543d46 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -1,7 +1,3 @@
-DIST fx-36.0.3-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
-DIST fx-36.0.3.tar.gz 2686176 BLAKE2B e08c525ed2758277f76377321fd372119376721a7aed61fb2b6786ad87f9b3dd0d54b47fff7a9fac7f49910ca2be00bcbfc994a7eb73543d1e65a4acd85bff7e SHA512 8e2469adbe98b5104e4a99a203b80274f39460e325d00d944c25d38b29ea509063adfd3ddad40b34bfc73ac499c546383953f28f7eb4c53fa75ada3175d47867
-DIST fx-36.0.4-deps.tar.xz 14815020 BLAKE2B 50e32ed0f447ae4c8d8e0d77e860d24fd8f945792a9745724841513c4d192efb7860905eea2c4f8218d29774c8493cf00c668999a859fe3e70499cd72dda0905 SHA512 1afef7c37bd7c938d69c7a1d8f42e123348088e01cd5ac09ac13fa25559849f74933f9c310d29b6407a51cdcb85e1d391651b8c127d1ca43f68636fe97a94fd1
-DIST fx-36.0.4.tar.gz 2686343 BLAKE2B 77d0bd585fd14efba9afa7b09774e90967eaf7fb6f9f6e73191c4c920b9b8a8a8acc341391e869e0950154dcc09579715cb22520945c3edaf620f2e9e6470e06 SHA512 147f2ed00a99567963c66a3b080298e1000a8cee5573ba88b464a53dd50a310062dea860c416b9a6d4371012c0535eaec038c5b1c58f05044d16348d060b33ec
DIST fx-37.0.0-deps.tar.xz 14819280 BLAKE2B 2022ac355571e58ff73f06844261cb5a3deab4127a3c20528a454ade72f02eb41e19f87e97ecdfcdf13ac03fcda51f2bcad52a624e959ea3e4366665e6e9e52f SHA512 1f56b43d015f56fd9b90faa5f90202d0dec5ce0682b14084e50726f66b70f5f44fd8aa5ad17d83c326b88d3fc58116b162a50277e5f9734df79190ca19918d6d
DIST fx-37.0.0.tar.gz 2689370 BLAKE2B 3b193ac5aefd048cb86298b41f39548f4503b2a36bc3596508d99eec5b4c6e5a7f7254b117a2ee046576a64e3868c251aa461b387fe74aa167b428f1951c8191 SHA512 fdbb77b859b82496aa0835c5ddadb3e6e770546cf9bf779dfe136ae527ba1f786a06c75eb742fac527bee790c8105491a044f1f0266acf5b57229edbb0e71a16
DIST fx-38.0.0-deps.tar.xz 11602484 BLAKE2B fefb8968d867570bc006df5e4d4e7add80d18c7c98883711934daf275045c66976625e33b6917227cf8c9656a0eb24a295b6da36d5f120c325fc42651b214577 SHA512 62259bcda05586c38071c070e846f5ae9d49da943f5830f14ad548686d910b93cdbee8171aba1fe517eee133a95476bd9b75e9cbb61800545c5bbb7dc95aca68
diff --git a/app-misc/fx/fx-36.0.3.ebuild b/app-misc/fx/fx-36.0.3.ebuild
deleted file mode 100644
index e2ba504bfc62..000000000000
--- a/app-misc/fx/fx-36.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION=" Terminal JSON viewer & processor"
-HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
-SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
-
-LICENSE="MIT"
-# Dependent licenses
-LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build -o fx .
-
- mkdir "${T}/comp"
- ./fx --comp bash > "${T}/comp/fx" || die
- ./fx --comp zsh > "${T}/comp/_fx" || die
- ./fx --comp fish > "${T}/comp/fx.fish" || die
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin fx
- dodoc README.md
-
- dobashcomp "${T}/comp/fx"
- dozshcomp "${T}/comp/_fx"
- dofishcomp "${T}/comp/fx.fish"
-}
diff --git a/app-misc/fx/fx-36.0.4.ebuild b/app-misc/fx/fx-36.0.4.ebuild
deleted file mode 100644
index e2ba504bfc62..000000000000
--- a/app-misc/fx/fx-36.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION=" Terminal JSON viewer & processor"
-HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
-SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
-
-LICENSE="MIT"
-# Dependent licenses
-LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build -o fx .
-
- mkdir "${T}/comp"
- ./fx --comp bash > "${T}/comp/fx" || die
- ./fx --comp zsh > "${T}/comp/_fx" || die
- ./fx --comp fish > "${T}/comp/fx.fish" || die
-}
-
-src_test() {
- ego test ./...
-}
-
-src_install() {
- dobin fx
- dodoc README.md
-
- dobashcomp "${T}/comp/fx"
- dozshcomp "${T}/comp/_fx"
- dofishcomp "${T}/comp/fx.fish"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-09-05 8:10 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-09-05 8:10 UTC (permalink / raw
To: gentoo-commits
commit: f9345528bfe4c0886032c2707782aca3c1f9ad56
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 5 07:59:16 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 5 08:10:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9345528
app-misc/fx: add 39.0.4
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-39.0.4.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index ec048c543d46..a21512f8410e 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -2,3 +2,5 @@ DIST fx-37.0.0-deps.tar.xz 14819280 BLAKE2B 2022ac355571e58ff73f06844261cb5a3dea
DIST fx-37.0.0.tar.gz 2689370 BLAKE2B 3b193ac5aefd048cb86298b41f39548f4503b2a36bc3596508d99eec5b4c6e5a7f7254b117a2ee046576a64e3868c251aa461b387fe74aa167b428f1951c8191 SHA512 fdbb77b859b82496aa0835c5ddadb3e6e770546cf9bf779dfe136ae527ba1f786a06c75eb742fac527bee790c8105491a044f1f0266acf5b57229edbb0e71a16
DIST fx-38.0.0-deps.tar.xz 11602484 BLAKE2B fefb8968d867570bc006df5e4d4e7add80d18c7c98883711934daf275045c66976625e33b6917227cf8c9656a0eb24a295b6da36d5f120c325fc42651b214577 SHA512 62259bcda05586c38071c070e846f5ae9d49da943f5830f14ad548686d910b93cdbee8171aba1fe517eee133a95476bd9b75e9cbb61800545c5bbb7dc95aca68
DIST fx-38.0.0.tar.gz 2689735 BLAKE2B 1588b459a11617cd5ad2d1e44fb246cd836792d70d269602dd7c9b9b9a84bc992007a8965eb0456cd3b1c7af46fe8ab544542c9188d6375fd9b94f68c925fdc1 SHA512 fe306a25bf461c3e79fa0be4d1d88db70dc84d52aec57feb053ffbe1bbf556d9c5d7e420d73297b4443ed68e755dca24781d8f0c468dd9f8eed49aa4057c0437
+DIST fx-39.0.4-deps.tar.xz 11607640 BLAKE2B 9ce2ad61df1f4dfef1e18d35fc89e651b52ee85edd811b474f63e4115f7c8840b746537b15bd830db120fd7bb21894ef1fc56cb36e99edba8dfaf9c24ab78627 SHA512 02b5c697f4322e0822258b8ff919742b2245dca3568f061b569657ecc2ffdaa6ecd909e8de4c07c09a471aa474dbf2178a78aee2fca786fd57b71971a469839f
+DIST fx-39.0.4.tar.gz 2704308 BLAKE2B 022ca30feba8cb9c0c7401bc2df62104e991b7892c0e004087a6787d869d92626db97368f11f9265d64134abb6f84c2961d4d1b0e74269879a16690f32bfaaed SHA512 c32cf4beff05a819f4d243df5ba626c2046180f15c321106236df07a9c69527129a95d79bfc44a4218e2b1744e84323400a46221a4855f7b6b8c62e9c7c9ae34
diff --git a/app-misc/fx/fx-39.0.4.ebuild b/app-misc/fx/fx-39.0.4.ebuild
new file mode 100644
index 000000000000..e2ba504bfc62
--- /dev/null
+++ b/app-misc/fx/fx-39.0.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/distfiles/app-misc/${PN}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/
@ 2025-09-22 18:05 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-09-22 18:05 UTC (permalink / raw
To: gentoo-commits
commit: ebe5f25c39f067d00031bbd11dde64bd10f65281
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 22 18:01:37 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 22 18:05:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe5f25c
app-misc/fx: add 39.1.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/fx/Manifest | 2 ++
app-misc/fx/fx-39.1.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/fx/Manifest b/app-misc/fx/Manifest
index a21512f8410e..94058f70349e 100644
--- a/app-misc/fx/Manifest
+++ b/app-misc/fx/Manifest
@@ -4,3 +4,5 @@ DIST fx-38.0.0-deps.tar.xz 11602484 BLAKE2B fefb8968d867570bc006df5e4d4e7add80d1
DIST fx-38.0.0.tar.gz 2689735 BLAKE2B 1588b459a11617cd5ad2d1e44fb246cd836792d70d269602dd7c9b9b9a84bc992007a8965eb0456cd3b1c7af46fe8ab544542c9188d6375fd9b94f68c925fdc1 SHA512 fe306a25bf461c3e79fa0be4d1d88db70dc84d52aec57feb053ffbe1bbf556d9c5d7e420d73297b4443ed68e755dca24781d8f0c468dd9f8eed49aa4057c0437
DIST fx-39.0.4-deps.tar.xz 11607640 BLAKE2B 9ce2ad61df1f4dfef1e18d35fc89e651b52ee85edd811b474f63e4115f7c8840b746537b15bd830db120fd7bb21894ef1fc56cb36e99edba8dfaf9c24ab78627 SHA512 02b5c697f4322e0822258b8ff919742b2245dca3568f061b569657ecc2ffdaa6ecd909e8de4c07c09a471aa474dbf2178a78aee2fca786fd57b71971a469839f
DIST fx-39.0.4.tar.gz 2704308 BLAKE2B 022ca30feba8cb9c0c7401bc2df62104e991b7892c0e004087a6787d869d92626db97368f11f9265d64134abb6f84c2961d4d1b0e74269879a16690f32bfaaed SHA512 c32cf4beff05a819f4d243df5ba626c2046180f15c321106236df07a9c69527129a95d79bfc44a4218e2b1744e84323400a46221a4855f7b6b8c62e9c7c9ae34
+DIST fx-39.1.0-deps.tar.xz 12488828 BLAKE2B 93a3f3299243904a602174c3e8574ccfc261e006a72b90abfba174ac2e719b02e894c255fea60840ddf40cee3a51293c001c4be6f682db7abcd0322e031a5bfc SHA512 7e97d8b2b890b718e7f8807e1171ac88c33cae0e3b4823465eaa37872e4f79b00c7ab8ab30bc1ad1576420e8954011a21dd07a8bc732f217829d7ec1aaa4679c
+DIST fx-39.1.0.tar.gz 2708783 BLAKE2B 5080873e069deaf4cba088b5ac979d7a291bb1467a3cb4221e9e48b9822d1022dbfef47972d13c64155d4b3f82b810d8eee7a9939ebccf370e1f548683c2af96 SHA512 3518aa1a3339c46828f4a890b9feffe8ab20d5692b26b512c53ad66cd0e9eba9a262dbb401b4a48c8cabcd1a67d7a8402d959ec68de1dfbdde5cc341eb3fa972
diff --git a/app-misc/fx/fx-39.1.0.ebuild b/app-misc/fx/fx-39.1.0.ebuild
new file mode 100644
index 000000000000..81912e57a2ec
--- /dev/null
+++ b/app-misc/fx/fx-39.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+DESCRIPTION=" Terminal JSON viewer & processor"
+HOMEPAGE="https://fx.wtf/ https://github.com/antonmedv/fx"
+SRC_URI="https://github.com/antonmedv/fx/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://github.com/gentoo-golang-dist/fx/releases/download/${PV}/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+# Dependent licenses
+LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ ego build -o fx .
+
+ mkdir "${T}/comp"
+ ./fx --comp bash > "${T}/comp/fx" || die
+ ./fx --comp zsh > "${T}/comp/_fx" || die
+ ./fx --comp fish > "${T}/comp/fx.fish" || die
+}
+
+src_test() {
+ ego test ./...
+}
+
+src_install() {
+ dobin fx
+ dodoc README.md
+
+ dobashcomp "${T}/comp/fx"
+ dozshcomp "${T}/comp/_fx"
+ dofishcomp "${T}/comp/fx.fish"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-09-22 18:05 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20 7:58 [gentoo-commits] repo/gentoo:master commit in: app-misc/fx/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-09-22 18:05 Arthur Zamarin
2025-09-05 8:10 Arthur Zamarin
2025-07-23 16:01 Arthur Zamarin
2025-07-23 16:01 Arthur Zamarin
2025-07-02 18:58 Arthur Zamarin
2025-06-20 7:58 Arthur Zamarin
2025-06-05 18:34 Arthur Zamarin
2025-05-22 18:44 Arthur Zamarin
2025-05-16 6:53 Arthur Zamarin
2025-01-21 18:40 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox