From e03f56efcd0ad0725f5f2f4a2f5af7fba968aac5 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Wed, 10 Sep 2025 01:31:47 +0200 Subject: app-containers/oras: add 1.3.0, drop 1.2.0 --- app-containers/oras/Manifest | 4 ++-- app-containers/oras/oras-1.2.0.ebuild | 32 -------------------------------- app-containers/oras/oras-1.3.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 app-containers/oras/oras-1.2.0.ebuild create mode 100644 app-containers/oras/oras-1.3.0.ebuild (limited to 'app-containers') diff --git a/app-containers/oras/Manifest b/app-containers/oras/Manifest index 40f2954..2abe7a9 100644 --- a/app-containers/oras/Manifest +++ b/app-containers/oras/Manifest @@ -1,2 +1,2 @@ -DIST oras-1.2.0-vendor.tar.xz 850988 BLAKE2B b553d58f7ed97c852b059375881bc92da7d576ce7279678e3affbcf239f321f015e374b563cd9628e6a477f102d9ce780fd078e03344145e6a35dd7a15a1e897 SHA512 45489df62d09ff06f759fa3a4268ea5e650f2de2a7efa2f6b7398dfe2986ee842e740f21678b23c5520d5fba8ffbe974065a64ec84212920587ed827afc42a07 -DIST oras-1.2.0.tar.gz 186551 BLAKE2B f97f0a9db227665a442f844afcee0196657a6b8c7ae8d6ec1c23619fb50853d1fbfd69e6d64714fcc869c569497655108815b353c95f94269b8b5f841846cf29 SHA512 c90c9619f392e923a5515895dd93ce24d3fec7279109e7ce10ae14b7c86dd8ccc530fe99164d0e1a82d1be1fea1ee3e91f7211f7b9e4dae41fb9d1619c87093d +DIST oras-1.3.0-vendor.tar.xz 880980 BLAKE2B c4e2cfa97c45b119d7e8453cc2533f9b89525a42856938ff7449be6f8b6762ee0f10005c6b06c69d62b57844549a324e7eb44f5eacfc63eac64bcdfcc33a40ac SHA512 5f7e22327cd1bbdec4e3b4244b05f9ff68a734ff4d35061afa80b9cdfd5c097d25d7474caf2d3c84172cd320055b4fec6d5bb101c593c47492b07df20e00e5a5 +DIST oras-1.3.0.tar.gz 373490 BLAKE2B 0f4fe79ed078fc659d85aa33393f09efc095df7d4ea1c9779c4b6eb12cb8cc5959133aed0dc0b7e9553e28750cb3d29f0dba12dff4b2ed50552f75427c38f3cf SHA512 fb871c0577f621f7e1f56a54f249f96c659b29c771dad529f9a9e838379b2d56bca9cef03a90071915a568e28e266326989e67359e589a87908c4fc077b14689 diff --git a/app-containers/oras/oras-1.2.0.ebuild b/app-containers/oras/oras-1.2.0.ebuild deleted file mode 100644 index 7dc9bf9..0000000 --- a/app-containers/oras/oras-1.2.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="OCI registry client" -HOMEPAGE="https://github.com/oras-project/oras" -BDEPEND=">=dev-lang/go-1.22" -SRC_URI="https://github.com/oras-project/oras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" -COMMIT="dcef719e208a9b226b15bc6512ad729a7dd93270" - -LICENSE="BSD" -LICENSE+=" Apache-2.0 MIT BSD" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - ego build -ldflags "-X oras.land/oras/internal/version.BuildMetadata="" \ - -X oras.land/oras/internal/version.GitCommit=${COMMIT} \ - -X oras.land/oras/internal/version.GitTreeState=clean" \ - ./cmd/oras -} - -src_test() { - ego test ./... -} - -src_install() { - dobin oras -} diff --git a/app-containers/oras/oras-1.3.0.ebuild b/app-containers/oras/oras-1.3.0.ebuild new file mode 100644 index 0000000..1fd37f1 --- /dev/null +++ b/app-containers/oras/oras-1.3.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit go-module + +DESCRIPTION="OCI registry client" +HOMEPAGE="https://github.com/oras-project/oras" +BDEPEND=">=dev-lang/go-1.25" +SRC_URI="https://github.com/oras-project/oras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" +COMMIT="40530fe4c68e5825b868cd874bd46fc0cdd0f432" + +LICENSE="BSD" +LICENSE+=" Apache-2.0 MIT BSD" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + ego build -ldflags "-X oras.land/oras/internal/version.BuildMetadata="" \ + -X oras.land/oras/internal/version.GitCommit=${COMMIT} \ + -X oras.land/oras/internal/version.GitTreeState=clean" \ + ./cmd/oras +} + +src_test() { + ego test ./... +} + +src_install() { + dobin oras +} -- cgit v1.2.3