diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-06-04 09:27:59 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-06-04 09:46:08 -0700 |
commit | bdad5d73ad0410cab8e98a25f93e5e498908a7e0 (patch) | |
tree | 3eb78272ec24199d6e25abca5749724dabdce2ca /app-misc | |
parent | dev-cpp/argparse: add 3.0 (diff) | |
download | gentoo-bdad5d73ad0410cab8e98a25f93e5e498908a7e0.tar.gz gentoo-bdad5d73ad0410cab8e98a25f93e5e498908a7e0.tar.bz2 gentoo-bdad5d73ad0410cab8e98a25f93e5e498908a7e0.zip |
app-misc/dasel: drop 1.26.1, 1.27.1
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/dasel/Manifest | 2 | ||||
-rw-r--r-- | app-misc/dasel/dasel-1.26.1.ebuild | 24 | ||||
-rw-r--r-- | app-misc/dasel/dasel-1.27.1.ebuild | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-misc/dasel/Manifest b/app-misc/dasel/Manifest index 87353f5567c3..c83719687d93 100644 --- a/app-misc/dasel/Manifest +++ b/app-misc/dasel/Manifest @@ -1,4 +1,2 @@ DIST dasel-1.24.3-deps.tar.xz 20531068 BLAKE2B 6cd947a88c54e46300432c2f87c0ef757a53739e0755af48f4596a87ba46faf12c967145a0f263e13abb8f01ffe10c51b45f641de348fc02e7af39417b709d1d SHA512 27696cd5a5c93b3e29ba12fd2730c04047dc752ef17a32db73e7cbc8e5d38d914705720da9ff0ffb0c8d3fb383b5070eb552b24a4e72e72ebad70c2e1085cab3 -DIST dasel-1.26.1.tar.gz 3054446 BLAKE2B 760f03ee0feb1b6e0e0da9a92922f13bb3786b90ab01bda040d2be2cf10ed5d8a8c2db69ac146ac2ec64f6c4503eaaa87d32c73068f27ebc9ce87045052b4af3 SHA512 07efcf0bf31573decc856a8b41842af9658dc1a3b968510b8e4c642ec8cfe24e97de64b6ef2c296da7d5623ca47e92d42e3f7bb927a8a25e54f97546fac279f0 -DIST dasel-1.27.1.tar.gz 3055281 BLAKE2B fde309780c2eef80e1efb52eafe1f5c1fc9c6824f88ed5d902564f4831f6628cf03501d52b7f2605be8ee7d5eb84898d752bac1077e3c06243ffe5b1f1eb4527 SHA512 de9a68cd158262d7d216fe54bc05b7bbaed671dbdee2f3c8055957434903364491c79c00e009e357f1650f2d3f2558ccd609b15f5320026b536eb23cb74482bd DIST dasel-1.27.3.tar.gz 3056021 BLAKE2B 2145f501f837cd16aaa7cc16074e446e07cbb8b6b7ce043c644badbe758d255c9e42f408ca818e6241feb91f22eaa1e8e7fbf74b84275b7eba576687e877b1aa SHA512 51e5f770f75e34f72692adf0987bcb965dd2100ac3e251c035cf62479462e22f982640bab6adac3c12bebac6987f7852f53cceb2c0c4d6dd009befe843cc1aec diff --git a/app-misc/dasel/dasel-1.26.1.ebuild b/app-misc/dasel/dasel-1.26.1.ebuild deleted file mode 100644 index 261c64912713..000000000000 --- a/app-misc/dasel/dasel-1.26.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit go-module - -DESCRIPTION="Query, update and convert data structures from the command line" -HOMEPAGE="https://github.com/TomWright/dasel" -SRC_URI="https://github.com/TomWright/dasel/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/dasel-1.24.3-deps.tar.xz" - -LICENSE="MIT Apache-2.0 BSD BSD-2 ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -src_compile() { - CGO_ENABLED=0 go build -o bin/dasel -ldflags="-X 'github.com/tomwright/dasel/internal.Version=${PV}'" ./cmd/dasel || die -} - -src_install() { - dobin bin/dasel - dodoc CHANGELOG.md README.md -} diff --git a/app-misc/dasel/dasel-1.27.1.ebuild b/app-misc/dasel/dasel-1.27.1.ebuild deleted file mode 100644 index 261c64912713..000000000000 --- a/app-misc/dasel/dasel-1.27.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit go-module - -DESCRIPTION="Query, update and convert data structures from the command line" -HOMEPAGE="https://github.com/TomWright/dasel" -SRC_URI="https://github.com/TomWright/dasel/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/dasel-1.24.3-deps.tar.xz" - -LICENSE="MIT Apache-2.0 BSD BSD-2 ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -src_compile() { - CGO_ENABLED=0 go build -o bin/dasel -ldflags="-X 'github.com/tomwright/dasel/internal.Version=${PV}'" ./cmd/dasel || die -} - -src_install() { - dobin bin/dasel - dodoc CHANGELOG.md README.md -} |