commit:     ad4f986afb82d0610cd83fbedc0cca72c2369824
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 19:40:04 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 20:29:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4f986a

app-admin/aws-session-manager-plugin: drop 1.2.694.0

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

 app-admin/aws-session-manager-plugin/Manifest      |  1 -
 .../aws-session-manager-plugin-1.2.694.0.ebuild    | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/app-admin/aws-session-manager-plugin/Manifest 
b/app-admin/aws-session-manager-plugin/Manifest
index 3edca525a8e4..2cd9c903908b 100644
--- a/app-admin/aws-session-manager-plugin/Manifest
+++ b/app-admin/aws-session-manager-plugin/Manifest
@@ -1,2 +1 @@
-DIST aws-session-manager-plugin-1.2.694.0.tar.gz 35491825 BLAKE2B 
134c4a83a5e906206bd0665509d96ed77d5f2c2ea3ca58d9ba776328a36c1eb018674d77d63719c6ba2d00006a60d8e6ccf62f828fca84fdfe7b6b3d5a2a22b9
 SHA512 
64372b552a7e6d534de886ea1fba26292c1ff71fdc658becbc3ea0ecf7e000de0c69a931ddcaf3d44f50ddc9c331233b169575534d3a46e2cdd9c711d2e21483
 DIST aws-session-manager-plugin-1.2.707.0.tar.gz 35492492 BLAKE2B 
a494dd6fd5ab7736332579d01141510c5c011b1fb2ee6b6544b509b4ea4db8ac499b654ab0824b9d63d0c2fa07775408121449f28f73a07f4f769ca7695358df
 SHA512 
5525315ae2f95ce0ea146d2b2b5b74a05c6be70a96e6f11aab4bf261cdd2f869697b63363d50d7d6b5eec850e4f9fca5f17379e6e6b6c44b7d9963010dd2d014

diff --git 
a/app-admin/aws-session-manager-plugin/aws-session-manager-plugin-1.2.694.0.ebuild
 
b/app-admin/aws-session-manager-plugin/aws-session-manager-plugin-1.2.694.0.ebuild
deleted file mode 100644
index 9246a7dcc5be..000000000000
--- 
a/app-admin/aws-session-manager-plugin/aws-session-manager-plugin-1.2.694.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="AWS Session Manager Plugin for aws-cli"
-HOMEPAGE="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
-       https://github.com/aws/session-manager-plugin";
-SRC_URI="https://github.com/aws/session-manager-plugin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S=${WORKDIR}/${P#aws-}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
-       default
-       sed -e '/^build-linux/s/ checkstyle//' -i makefile || die
-}
-
-src_compile() {
-       emake GO_BUILD="go build" build-linux-${GOARCH}
-}
-
-src_install() {
-       dobin bin/linux_${GOARCH}/ssmcli 
bin/linux_${GOARCH}_plugin/session-manager-plugin
-       local DOCS=( README.md RELEASENOTES.md )
-       einstalldocs
-
-       systemd_dounit packaging/linux/ssmcli.service
-}

Reply via email to