From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3CDA1584AD for ; Mon, 14 Apr 2025 08:46:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC56D343082 for ; Mon, 14 Apr 2025 08:46:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 115361104B0; Mon, 14 Apr 2025 08:46:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 05CD01104B0 for ; Mon, 14 Apr 2025 08:46:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B494034301B for ; Mon, 14 Apr 2025 08:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 157EA19B9 for ; Mon, 14 Apr 2025 08:46:31 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1744620382.5a06eb31907d85a25680b38127e28a8ce30e285b.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/exo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/exo/Manifest app-admin/exo/exo-1.83.0.ebuild X-VCS-Directories: app-admin/exo/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 5a06eb31907d85a25680b38127e28a8ce30e285b X-VCS-Branch: master Date: Mon, 14 Apr 2025 08:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30ca106d-e710-464c-b88e-1553f98c5167 X-Archives-Hash: 40921388bfa592f076b31a4de0b233f0 commit: 5a06eb31907d85a25680b38127e28a8ce30e285b Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Apr 14 08:46:22 2025 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Apr 14 08:46:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a06eb31 app-admin/exo: remove old Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/exo/Manifest | 1 - app-admin/exo/exo-1.83.0.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest index 34badcf29884..1f19721ee3b2 100644 --- a/app-admin/exo/Manifest +++ b/app-admin/exo/Manifest @@ -1,2 +1 @@ -DIST exo-1.83.0.gh.tar.gz 11153045 BLAKE2B 350703877a47bb979c266b4c15787e522570949951f5aad2db1ae1b7d750bf97d6f51b86590a1b2c2c3b19e5da8b54ba13fc42fb4a0557a96ca0ca973388897c SHA512 28248f29163ea21b3d815fd57afcacccef1383311d2175fb7e908e41238527215d490c651f0ed9593d1f1303df88d6ae36eb5b8bf76d4db90027ee2469483c23 DIST exo-1.84.0.gh.tar.gz 11308701 BLAKE2B a9a5b8cb8ef6415985aa698d1abf3bf305442ccb4f9968fb3deff310f7781531eb9ffbd794d6e6f1cf8e90a35919efdd85fb926e6648f620d78f4d8245d3e4d5 SHA512 4218f63a90d32c4bd0c6a37089ed06a6a7bae455c0d8dfd35a8af5b4a27991d4ba12c6889ea0abec18ff058492038b66534d66cc309b13010babfae905e70655 diff --git a/app-admin/exo/exo-1.83.0.ebuild b/app-admin/exo/exo-1.83.0.ebuild deleted file mode 100644 index 42489962bbf7..000000000000 --- a/app-admin/exo/exo-1.83.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, dns" -HOMEPAGE="https://github.com/exoscale/cli" -SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/cli-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=dev-lang/go-1.16:=" -RESTRICT="strip" - -src_compile() { - ego build -mod vendor -o ${PN} -ldflags "-X main.version=${PVR}-gentoo -X main.commit=" -} - -src_test() { - # run at least 'exo version' for test - ./exo version > /dev/null 2>&1 - if [[ $? -ne 0 ]] - then - die "Test failed" - fi -} - -src_install() { - dobin ${PN} -}