summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2022-01-20 10:16:07 -0600
committerDaniel Solano Gómez <gentoo@sattvik.com>2022-01-20 10:16:07 -0600
commitafcea55d001621c1379f4e82721b124ae17eb591 (patch)
treea5fd477ebf3376409012d4c19b91996277f19810 /app-emulation
parentSync vmware-{modules,workstation} from stefantalpalaru-overlay (diff)
downloadsattvik-afcea55d001621c1379f4e82721b124ae17eb591.tar.gz
sattvik-afcea55d001621c1379f4e82721b124ae17eb591.tar.bz2
sattvik-afcea55d001621c1379f4e82721b124ae17eb591.zip
Update amazon-ecr-credential-helper
Signed-off-by: Daniel Solano <gentoo@sattvik.com>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/amazon-ecr-credential-helper/Manifest2
-rw-r--r--app-emulation/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.1.0.ebuild31
-rw-r--r--app-emulation/amazon-ecr-credential-helper/metadata.xml8
3 files changed, 0 insertions, 41 deletions
diff --git a/app-emulation/amazon-ecr-credential-helper/Manifest b/app-emulation/amazon-ecr-credential-helper/Manifest
deleted file mode 100644
index 13dbf08..0000000
--- a/app-emulation/amazon-ecr-credential-helper/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST amazon-ecr-credential-helper-0.1.0.tar.gz 326639 BLAKE2B 7fdccb48f71fff58300e44f692124ceb254240c34dcbffd2bc751a4480e4c11651c41a0da3e658089ce878bbbc9e17c2fe5b12694f8ea0c6a56df747b7b383b4 SHA512 548467bff91a39e0f43bca38286b84064d1f501cea7418baea571cbd103690448027b479ed7e4eea82b309f28d74ed65d4f26e4cf3ed0dc66b2c68cf7c871cb5
-EBUILD amazon-ecr-credential-helper-0.1.0.ebuild 831 BLAKE2B 9a5be71a4dffed143ed36e5e79317c2cf869e07dc1dcd1731e2675a83d6748e936e98d40a1962be3f2e726da9eb01a54ec3705dc2560cdfca4f6e3f8fa0ede3a SHA512 751b6831c1ef680c43fead4bee45214d67e6286f9f4b2c4e409184dbd153e81a22b87c23a712fb624f07fa0b76e6d0b2d3fa91785b40c3468fdfaa991eadc354
diff --git a/app-emulation/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.1.0.ebuild b/app-emulation/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.1.0.ebuild
deleted file mode 100644
index d3ef3a9..0000000
--- a/app-emulation/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/awslabs/${PN}
-
-EGIT_COMMIT="v${PV}"
-SRC_URI="https://github.com/awslabs/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-# inherit golang-build golang-vcs-snapshot
-inherit golang-base golang-vcs-snapshot
-
-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"
-
-src_compile() {
- ego_pn_check
- set -- env GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
- go build -v -work -x ${EGO_BUILD_FLAGS} ${EGO_PN}/ecr-login/cli/docker-credential-ecr-login
- echo "$@"
- "$@" || die
-}
-
-src_install() {
- cd ${EGO_PN}
- dobin docker-credential-ecr-login
-}
diff --git a/app-emulation/amazon-ecr-credential-helper/metadata.xml b/app-emulation/amazon-ecr-credential-helper/metadata.xml
deleted file mode 100644
index 070e23e..0000000
--- a/app-emulation/amazon-ecr-credential-helper/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@sattvik.com</email>
- <name>Daniel Solano Gómez</name>
- </maintainer>
-</pkgmetadata>