From 07ae18588b3509a6f86c6907ff1dec63d8653f86 Mon Sep 17 00:00:00 2001 From: Quetzaly Solano Gómez Date: Fri, 14 Jun 2024 07:44:15 -0500 Subject: app-containers/amazon-ecr-credential-helper: add 0.8.0, drop 0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Quetzaly Solano Gómez --- .../amazon-ecr-credential-helper/Manifest | 5 ++-- .../amazon-ecr-credential-helper-0.7.1.ebuild | 31 ---------------------- .../amazon-ecr-credential-helper-0.8.0.ebuild | 28 +++++++++++++++++++ 3 files changed, 30 insertions(+), 34 deletions(-) delete mode 100644 app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild create mode 100644 app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild diff --git a/app-containers/amazon-ecr-credential-helper/Manifest b/app-containers/amazon-ecr-credential-helper/Manifest index efada0b..5fdcf96 100644 --- a/app-containers/amazon-ecr-credential-helper/Manifest +++ b/app-containers/amazon-ecr-credential-helper/Manifest @@ -1,4 +1,3 @@ -DIST amazon-ecr-credential-helper-0.7.1-deps.tar.xz 4905840 BLAKE2B f41f9c2c662ad16b8de329048f31a75a4dda0080c8ffa1d75fa90380257feca7eae4518faa7002f78b69a0eb7ade2064d9e9aeb77e4d84d761c65ceb56795696 SHA512 1982603923b35143176ada4caa7c8f416910ad995aeabeb6ebe6081b8f4cbb6b18a0fb94afdd0b503f523d84f81898104b16a27da77fa60bc020d74eec557360 -DIST amazon-ecr-credential-helper-0.7.1.tar.gz 1918666 BLAKE2B bcec9a6f1677b1696cbdfd0ffc0832b0f13f34380f939dd26066c842c3dccd0970a6e644a7f74eb333a9395a4d86f9b567f3b4ee6a04e74aaac9041c00155024 SHA512 3f633f889ac3d8fb545aa909f260da41a1427cb7c600bb0aa74e6b687fab03a87557a429ae5f8c343a87b421ac7343986b75424c03498d9b955dce22dc553ffd -EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 719 BLAKE2B 094da4adcc00f1c82fad72cddb7e4502d4d57e9087fd99ac4cc9caa65fbea0851d45b23a56db0e9d2358290c31ef113560c9b52aeb21c23bc03e2712919e0810 SHA512 490b3ecab3080a2fd18320dcc77ed30e2397ab0813827a8fb36ced702d837e194758a9d57d6549daed86ce0ff1dee273c00a0b2ac8326ce629496ba90c159cef +DIST amazon-ecr-credential-helper-0.8.0.tar.gz 1913228 BLAKE2B 457edef84845b904a33f4be05352619437b2c7972aa4ca0be7630b76e7dd3d86fa48e5197e7a188ac667481bee0c98b569f2c7a347daacdc96d9ce70a93b5737 SHA512 d96df7b48b5879fa2c8a34adcd1136d562d99620761dba664794e8aa106a1f7dddd0147b1bec51b68d5c7648b74005b8075a5dde288892212770d73425300466 +EBUILD amazon-ecr-credential-helper-0.8.0.ebuild 678 BLAKE2B 360a7e7cdfddf9f1119ce30cbde0a19c3fb871fe0587827537f582e462ba3def17e3a6c967cb0d10cb5b9a0cb2cb859a1a5000c424cf0a1507c1eaf553c96601 SHA512 8f78cdde43baef7c05ed69975ad07e76e606be57bc07cf274d608eb6ebdaa401cc3a9f728a5dafedb894f42862fa82c678db7d70e538a36b88b8738454b03817 MISC metadata.xml 365 BLAKE2B 8f163a8497bb3added8d06a4865e41f4529744bcc500d29d25ef2b2f5a52ef62e49902f3e5b218c6db2a2514d7af81edb5a8866b757feed53d3cef24476a2e0c SHA512 c2a5ada82ab86d0df526eb5fa7b44e4339f23b58465998b67e6029a5ded663c727b3309ac8ce59bb1cd21edbe8bbcdedc698eccbe094283fea20b5981195136b diff --git a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild deleted file mode 100644 index af4ce1d..0000000 --- a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -EGO_PN=github.com/awslabs/${PN} - -inherit go-module - -SRC_URI="https://${PN}-releases.s3.us-east-2.amazonaws.com/${PV}/release.tar.gz -> ${P}.tar.gz" -SRC_URI+=" ${P}-deps.tar.xz" - -DESCRIPTION="Automatically gets credentials for Amazon ECR on docker push/docker pull" -HOMEPAGE="https://github.com/awslabs/amazon-ecr-credential-helper" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${P}/ecr-login/cli/docker-credential-ecr-login" - -src_compile() { - ego build -} - -src_install() { - dobin docker-credential-ecr-login - cd "${WORKDIR}/${P}/docs" - doman docker-credential-ecr-login.1 - - default -} diff --git a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild new file mode 100644 index 0000000..6ca28a7 --- /dev/null +++ b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.8.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +EGO_PN=github.com/awslabs/${PN} + +inherit go-module + +DESCRIPTION="Automatically gets credentials for Amazon ECR on docker push/docker pull" +HOMEPAGE="https://github.com/awslabs/amazon-ecr-credential-helper" +SRC_URI="https://${PN}-releases.s3.us-east-2.amazonaws.com/${PV}/release.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/ecr-login/cli/docker-credential-ecr-login" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_compile() { + ego build +} + +src_install() { + dobin docker-credential-ecr-login + cd "${WORKDIR}/docs" + doman docker-credential-ecr-login.1 + + default +} -- cgit v1.2.3-65-gdbad