commit:     f1a0603f45db9fb3d365e1b24e7c471af75e2804
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 09:10:24 2023 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 09:10:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a0603f

app-admin/exo: remove old

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

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

diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
index 8738af5596c2..884d63f82234 100644
--- a/app-admin/exo/Manifest
+++ b/app-admin/exo/Manifest
@@ -1,2 +1 @@
 DIST exo-1.64.0.gh.tar.gz 5538941 BLAKE2B 
c3c88c9f735d26dcb12b4314148afcc826af341068b6afbb821ed4e826aed81f80ca5ef613a1e5ca3a817db752904684e3ddfee44ed3a517cdb316b7852de0fb
 SHA512 
8fb6bc3df187d9bf1ca58c9d27489426364b7eef3729c83e9b83c7977d09b4a2f4870ec78499656f926738a51bca7d698b1e3c65a65f791689db257a00482413
-DIST exo-1.64.0.tar.gz 5538941 BLAKE2B 
c3c88c9f735d26dcb12b4314148afcc826af341068b6afbb821ed4e826aed81f80ca5ef613a1e5ca3a817db752904684e3ddfee44ed3a517cdb316b7852de0fb
 SHA512 
8fb6bc3df187d9bf1ca58c9d27489426364b7eef3729c83e9b83c7977d09b4a2f4870ec78499656f926738a51bca7d698b1e3c65a65f791689db257a00482413

diff --git a/app-admin/exo/exo-1.64.0.ebuild b/app-admin/exo/exo-1.64.0.ebuild
deleted file mode 100644
index 654ea598efb9..000000000000
--- a/app-admin/exo/exo-1.64.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=7
-
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-DEPEND="dev-lang/go:="
-RESTRICT="strip"
-QA_FLAGS_IGNORED=".*"
-
-S="${WORKDIR}/cli-${PV}"
-
-src_compile() {
-       go build -mod vendor -o ${PN} || 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