commit:     32b98dd03e400c2fdd13cce8ad61fae4c7f93cef
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 15:34:55 2024 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 15:34:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b98dd0

app-admin/exo: remove old

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-admin/exo/Manifest          |  1 -
 app-admin/exo/exo-1.75.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
index 1ce55a7b0db7..142df76c673a 100644
--- a/app-admin/exo/Manifest
+++ b/app-admin/exo/Manifest
@@ -1,2 +1 @@
-DIST exo-1.75.0.gh.tar.gz 10892978 BLAKE2B 
25645735322f64da5aeeb2832ef40b68b0f0c42ca651f630d5a9892846486a1655da21452077998557d56652219bd0516d7d2857e788fea03a0e5401797191fa
 SHA512 
e2661d07bc8117332f3d69213a56ee3e3d1e9fcb2731b5947682c72990b6e5410a406c20856abd4fedbf08970dafd695d006baa94ce5779b4897125899119390
 DIST exo-1.76.0.gh.tar.gz 10892774 BLAKE2B 
836aeb6442e9d30d26d9e4e817de42b01d54e739ec77f90ff683d9a2e33830593ae5c0b828267b52f87b451e8ff7b1a207fa60c89c5443adef3e2efb5f6321ab
 SHA512 
861ac2b2a2bbeb7d0b3cc829d2399be1f57b500656a178692b1d73ff78cdaa784c87c775061eedaf28eace68754935b855c4e927133b298b01f3bf79fa4b6675

diff --git a/app-admin/exo/exo-1.75.0.ebuild b/app-admin/exo/exo-1.75.0.ebuild
deleted file mode 100644
index aee98d607c89..000000000000
--- a/app-admin/exo/exo-1.75.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-DEPEND=">=dev-lang/go-1.16:="
-RESTRICT="strip"
-QA_FLAGS_IGNORED=".*"
-
-S="${WORKDIR}/cli-${PV}"
-
-src_compile() {
-       go build -mod vendor -o ${PN} -ldflags "-X main.version=${PVR}-gentoo 
-X main.commit=" || die "build failed"
-}
-
-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}
-}

Reply via email to