commit:     249796463c06d0afe67675f66a44093ba14d3d14
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  5 18:31:55 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  5 18:31:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24979646

app-containers/amazon-ecr-credential-helper: drop 0.9.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../amazon-ecr-credential-helper/Manifest          |  2 --
 .../amazon-ecr-credential-helper-0.9.0.ebuild      | 30 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/app-containers/amazon-ecr-credential-helper/Manifest 
b/app-containers/amazon-ecr-credential-helper/Manifest
index 9a48ae7886e4..2c22a64f7193 100644
--- a/app-containers/amazon-ecr-credential-helper/Manifest
+++ b/app-containers/amazon-ecr-credential-helper/Manifest
@@ -1,3 +1 @@
-DIST amazon-ecr-credential-helper-0.9.0-deps.tar.xz 1473848 BLAKE2B 
2c16b90951eb62d272b770acf83cd317aa04823277bdce858e4a2741122750199e761cfaaf2a5e477c5ff58209d4a656790a65473400edd1086559dc24ce7c8d
 SHA512 
9830c4eb4cd2fe80a317a09f6bbad0a40493233a49f40d382fff50c438632762f98f23cb4f16340848ae5b67c0b9d3bf569250a1077107e1ceee4afcb83bb4f9
-DIST amazon-ecr-credential-helper-0.9.0.tar.gz 1934543 BLAKE2B 
75a247fa8ba395de2274fcef45344ecf9918e032ce365a00cadde17f6f306197729fc77959306ccd11ddfb02272749f42b3f15e587e0eec4772576eb0a84c183
 SHA512 
354be080bbe83065191efc7c2814cae739944d9405f6472ca99f2a2b00365689ef33361dc1da6ae2e816e6544beb7f8947352752568736382bfb4d976cac7a74
 DIST amazon-ecr-credential-helper-0.9.1.tar.gz 1948688 BLAKE2B 
c6c07fe93f7e0ab08d3e53a258d0a64e632c90edb441e672a22fb3a91d67598b25d4304498d4a2dd6b90366300dae9ca39340c4caf15e9aba330c167393469e2
 SHA512 
6550f33d8de505f41af6bfbaeac0905dedb13aa4913ab64bcdb3dba99e348aaa9c667992d548f527c71752611c80c9937fd0b941792453bbd22a5ebd6d4c1a57

diff --git 
a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.9.0.ebuild
 
b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.9.0.ebuild
deleted file mode 100644
index 5cab9a842201..000000000000
--- 
a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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://github.com/awslabs/amazon-ecr-credential-helper/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-SRC_URI+=" 
https://dev.gentoo.org/~arthurzam/distfiles/app-containers/${PN}/${P}-deps.tar.xz";
-S=${WORKDIR}/${P}/ecr-login
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
-       ego build ./cli/docker-credential-ecr-login
-}
-
-src_test() {
-       ego test ./...
-}
-
-src_install() {
-       dobin docker-credential-ecr-login
-       doman ../docs/docker-credential-ecr-login.1
-       dodoc ../README.md
-}

Reply via email to