commit: cb274648c8108ac213e69dd88831b67988fc9dc7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 13 11:21:31 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Feb 13 11:21:42 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb274648
app-admin/aws-session-manager-plugin: drop 1.2.707.0 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-admin/aws-session-manager-plugin/Manifest | 1 - .../aws-session-manager-plugin-1.2.707.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 6298daf1ee86..a2a3a22bf366 100644 --- a/app-admin/aws-session-manager-plugin/Manifest +++ b/app-admin/aws-session-manager-plugin/Manifest @@ -1,3 +1,2 @@ -DIST aws-session-manager-plugin-1.2.707.0.tar.gz 35492492 BLAKE2B a494dd6fd5ab7736332579d01141510c5c011b1fb2ee6b6544b509b4ea4db8ac499b654ab0824b9d63d0c2fa07775408121449f28f73a07f4f769ca7695358df SHA512 5525315ae2f95ce0ea146d2b2b5b74a05c6be70a96e6f11aab4bf261cdd2f869697b63363d50d7d6b5eec850e4f9fca5f17379e6e6b6c44b7d9963010dd2d014 DIST aws-session-manager-plugin-1.2.764.0.tar.gz 35496955 BLAKE2B 03ce209039e73cafe35305edfc5310a9b216dc457918295aff1a6fde95fea4c3f6e22fa0fc557ecad479ed8ba40c49b0c27160b94fc264b8dd8eaea481d6b0ed SHA512 0165859178235c3f84ce30e38fe8df1346a8a0dc40a2335ac91ce7c55257d3d78e021d39412ad25842c2e83512e79da5fd95adf1937aa8b8e4357a699a122a40 DIST aws-session-manager-plugin-1.2.779.0.tar.gz 35497183 BLAKE2B 4b457739b4abdebdcb567f78b1b1a0de3a42f08a5d43272c448a44208308bab75779056bc350e851dcbd715f1276239c1166c2847c61b49dd2024a10afab3d1f SHA512 65f4ee2b1e7e4c73be2c846814c716c25e515d6e020ee19016e0be8eebb1d0b1f541a969288430721f66dc98a0dc4c504f8eaade92bab5c1f8db4bc343cd6c45 diff --git a/app-admin/aws-session-manager-plugin/aws-session-manager-plugin-1.2.707.0.ebuild b/app-admin/aws-session-manager-plugin/aws-session-manager-plugin-1.2.707.0.ebuild deleted file mode 100644 index 9246a7dcc5be..000000000000 --- a/app-admin/aws-session-manager-plugin/aws-session-manager-plugin-1.2.707.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 -}
