app-misc/yq-go: drop 4.44.3, 4.44.5, 4.45.1

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-11-30 19:22:58 +02:00
parent af4449192f
commit 97315b4f0b
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
4 changed files with 0 additions and 127 deletions

View File

@ -1,9 +1,3 @@
DIST yq-4.44.3-deps.tar.xz 1376444 BLAKE2B dbccf16fa939991f01762efec5f14f86394a9ff43c46dbe504040a36bf60df4402734a7883c7281617fa43f7f4c8e208b65885f6279648b8ad417cdc8ac9f4de SHA512 0460ba42cc318193b09ab88961dc49e26934a74986f6a9c196e3bceb4d7842401604727be0bd63ba18fa93a237e9b401250b580cc628dd7c61fded86560a0bc9
DIST yq-4.44.3.tar.gz 297938 BLAKE2B 9a4e382e2fb5862302aafca2268d8551232b0636adae560151acca1060d8e09c46dc36eee8597d7763d50fc53f36fdc8c1ff3df81f88f637f6b4ad5714c6e116 SHA512 ad4971d7a2f3a4355a696027a178d05b7388b26241a097fc8d222f81fb8ed18b908d0e2cefe0210f70bf4e5ee2becef61206def40e908be20e60d5a074c38bb5
DIST yq-4.44.5-deps.tar.xz 1385000 BLAKE2B efb55351a560d011d96498c7c515270c9e85ea4088a498970f1f88e0e882cca3c9cff4939b434cb0d5fa25a2f2829370d675f4743e935697a13e3bfb11c0cdea SHA512 4e2b8034e7b244ac4c612d09e7ca2c6ea6b2359a2bab01b58920e221f542a66631f7ae5f5c686d0587a6e6bf7b283b688ece2d11a0c6babf2b4023b9c13dcf3b
DIST yq-4.44.5.tar.gz 298784 BLAKE2B 1a99bbde07eaf385c93ca199f2bf8aeeab77af8e8f4e1f306fe986fcedb8432f9a6ffba2619bf39519c4707d53c3b4e289669724982b8d3a3b512a40c1a57f06 SHA512 a03da38d6847ab712d50a62800c80daa3e49b7fcb64dc96afcf1b52406824e19315c41a1401de54a148bafad3632ea70ccc3e9f654836bde236c0a221768fc6f
DIST yq-4.45.1-deps.tar.xz 1386140 BLAKE2B b52de4d96e84d50bbf06c666afed80c66148aeef7fbb8d2d726f234870413da32e0c6a2bb396632af2118398304f7acd5b156d5e4fe9a359e33d87ef588ca707 SHA512 8524e63ce611ce59d6611b42f06985f7d5cccf0969a5bb5c73aaf75ed613581b42a0743c9dd8fbd503e9b8f407343a5d0241e6370c6b6562947634c5ad19b2b3
DIST yq-4.45.1.tar.gz 299351 BLAKE2B fb1510a3e592c64550f60f35862aa3acf1eddb78bed2d9b564bd5c38cd93fdde24e0e772f5b7e858d96fb6bbaf3a48fb872edc6d32dc6b2271bb85ac365b2214 SHA512 c6da3b529c5c2e54d3a36ba290923454dc9daba68f8181d2e0e381498ee6951164fb958ded7741bad9d83bb235fb51ac0d9c312a89c95af64ec7118a72224104
DIST yq-4.48.2-vendor.tar.xz 1408668 BLAKE2B 52d57624744da191d9e7884624dce1d188894126ac3b0a179ef13d28174d946fd39c92b60f38e1e32ad758efe7b719b5dff16f01eb4bee81aef0e791849b023a SHA512 d5efc14863a1c53bf31732eee60d31a266133c46b2c15de32f11ca590ecb45c6a0812b1941675e1fb1b93f3327d0e370b196554821e559796e953cdd7d57e0ab
DIST yq-4.48.2.tar.gz 310749 BLAKE2B 8dd603de62792506a067113b51deb13511a3a019ecac04ed3134f4f9b7c6303a4e3a4b3d8335404835b660df31e122f40a41da8bff47d064132e248da4f6449a SHA512 51050ea6f6ee0015df0bea6843648e6f3f2abc270114210e34c8a571dbe9f81d42aaf42c20e27094902d77c2eeeb5cd6400779415eae39f453eda27887521259
DIST yq-4.49.2-vendor.tar.xz 1412700 BLAKE2B 1232f79d3e4ad16daf1d7756a99bab352281c43d4bb0a595e11d4f839ffc2f3506b9e0f1cbe82b29692ec6d0666b08cc6b4eb7381f25236d77edc44b051a2058 SHA512 80e2ee8600d37059bd6fb1a7b72e182718a8c870bbc10648d3bd3b21f9eaf25605c4ca28c823a212e5a7f0ad748f85c6d7e09abb6857f6c9a40f6c3c74c94698

View File

@ -1,35 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="yq is a lightweight and portable command-line YAML, JSON and XML processor"
HOMEPAGE="https://github.com/mikefarah/yq"
SRC_URI="https://github.com/mikefarah/yq/archive/refs/tags/v${PV}.tar.gz -> ${P/-go/}.tar.gz
https://dev.gentoo.org/~zmedico/dist/${P/-go/}-deps.tar.xz"
S=${WORKDIR}/${P/-go/}
LICENSE="MIT"
LICENSE+=" Apache-2.0 BSD BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~loong"
IUSE="+yq-symlink"
DOCS=(README.md)
RDEPEND="yq-symlink? ( !app-misc/yq[yq-symlink(+)] )"
src_compile() {
CGO_ENABLED=0 ego build -ldflags "-X main.GitDescribe=v${PV} -s -w"
}
src_install() {
einstalldocs
newbin yq yq-go
if use yq-symlink; then
dosym yq-go /usr/bin/yq
fi
}
src_test() {
./scripts/test.sh || die
}

View File

@ -1,43 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="yq is a lightweight and portable command-line YAML, JSON and XML processor"
HOMEPAGE="https://github.com/mikefarah/yq"
SRC_URI="https://github.com/mikefarah/yq/archive/refs/tags/v${PV}.tar.gz -> ${P/-go/}.tar.gz
https://dev.gentoo.org/~zmedico/dist/${P/-go/}-deps.tar.xz"
S=${WORKDIR}/${P/-go/}
LICENSE+=" Apache-2.0 BSD BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~loong"
IUSE="+yq-symlink"
DOCS=(README.md)
RDEPEND="yq-symlink? ( !app-misc/yq[yq-symlink(+)] )"
src_unpack() {
default
}
src_prepare() {
ln -sv ../vendor ./ || die
default
}
src_compile() {
CGO_ENABLED=0 ego build -ldflags "-X main.GitDescribe=v${PV} -s -w"
}
src_install() {
einstalldocs
newbin yq yq-go
if use yq-symlink; then
dosym yq-go /usr/bin/yq
fi
}
src_test() {
./scripts/test.sh || die
}

View File

@ -1,43 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="yq is a lightweight and portable command-line YAML, JSON and XML processor"
HOMEPAGE="https://github.com/mikefarah/yq"
SRC_URI="https://github.com/mikefarah/yq/archive/refs/tags/v${PV}.tar.gz -> ${P/-go/}.tar.gz
https://dev.gentoo.org/~zmedico/dist/${P/-go/}-deps.tar.xz"
S=${WORKDIR}/${P/-go/}
LICENSE+=" Apache-2.0 BSD BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~loong"
IUSE="+yq-symlink"
DOCS=(README.md)
RDEPEND="yq-symlink? ( !app-misc/yq[yq-symlink(+)] )"
src_unpack() {
default
}
src_prepare() {
ln -sv ../vendor ./ || die
default
}
src_compile() {
CGO_ENABLED=0 ego build -ldflags "-X main.GitDescribe=v${PV} -s -w"
}
src_install() {
einstalldocs
newbin yq yq-go
if use yq-symlink; then
dosym yq-go /usr/bin/yq
fi
}
src_test() {
./scripts/test.sh || die
}