Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/exo/
Date: Wed, 02 Sep 2020 09:05:54
Message-Id: 1599037547.c3c2f335f374a5f3a46d294351186fc6b8525996.ago@gentoo
1 commit: c3c2f335f374a5f3a46d294351186fc6b8525996
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 09:05:47 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 09:05:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c2f335
7
8 app-admin/exo: remove old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 app-admin/exo/Manifest | 2 --
14 app-admin/exo/exo-1.15.0.ebuild | 36 ------------------------------------
15 app-admin/exo/exo-1.16.0.ebuild | 36 ------------------------------------
16 3 files changed, 74 deletions(-)
17
18 diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
19 index 522247a8df0..ad618f0ed0c 100644
20 --- a/app-admin/exo/Manifest
21 +++ b/app-admin/exo/Manifest
22 @@ -1,3 +1 @@
23 -DIST exo-1.15.0.tar.gz 4267440 BLAKE2B 5b5f38df929c538528084ecae8ae73f2c2486b2a3ad45c7c4ba55021680912490c90d820c72ac1e858caf023382b2de3a573a6e7f096b3b84abf3da237a3bca0 SHA512 d42887a24de2385acc7e66daab0c51b413304fd96589755874716702747aaea74ea0f080e334f2a4ebcf8b6c6699257f6e36e5ddf9acf9c7aca2693555edbfb2
24 -DIST exo-1.16.0.tar.gz 4245980 BLAKE2B 3215d001b6c0864e2798e34976e6c7c67c9e4457729a149280721d7cc00c648c273fc2bfd03d6678aad1ac7217d0d3a22dd6c53fcf7822c19410bb556a5d41f9 SHA512 ce75261e09f906030a2fbe7aae2f9aaa2bf631db0f6c8876f9e7baba6622026d2d127a6935fa5dfb9c1bffb4953eb0a7149c345a4eb9b9423e52047588442e74
25 DIST exo-1.16.1.tar.gz 4247537 BLAKE2B e7990c51abec26ee486fa3ed08af168f2dc2ae5747cc8770d9bca2baeb151caa8075c903c742c3a19431587e483e1ec324ae46b95bdf71901f5e5cb4baac2f57 SHA512 63caf78a3c79d47dac956b3b35d0e84e86782f6d2c3bb57c2435dc457c91dab26cb5754fdd41bff80c5a336c81031d138a88519a38fb639b511b6692066d8d90
26
27 diff --git a/app-admin/exo/exo-1.15.0.ebuild b/app-admin/exo/exo-1.15.0.ebuild
28 deleted file mode 100644
29 index 0c2c8d861fe..00000000000
30 --- a/app-admin/exo/exo-1.15.0.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, dns."
39 -HOMEPAGE="https://github.com/exoscale/cli"
40 -SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -
46 -IUSE=""
47 -DEPEND="dev-lang/go:="
48 -RESTRICT="strip"
49 -QA_FLAGS_IGNORED=".*"
50 -
51 -S="${WORKDIR}/cli-${PV}"
52 -
53 -src_compile() {
54 - go build -mod vendor -o ${PN} || die "build failed"
55 -}
56 -
57 -src_test() {
58 - # run at least 'exo version' for test
59 - ./exo version > /dev/null 2>&1
60 - if [[ $? -ne 0 ]]
61 - then
62 - die "Test failed"
63 - fi
64 -}
65 -
66 -src_install() {
67 - dobin ${PN}
68 -}
69
70 diff --git a/app-admin/exo/exo-1.16.0.ebuild b/app-admin/exo/exo-1.16.0.ebuild
71 deleted file mode 100644
72 index 0c2c8d861fe..00000000000
73 --- a/app-admin/exo/exo-1.16.0.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -DESCRIPTION="Command-line tool for everything at Exoscale: compute, storage, dns."
82 -HOMEPAGE="https://github.com/exoscale/cli"
83 -SRC_URI="https://github.com/exoscale/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="Apache-2.0"
86 -SLOT="0"
87 -KEYWORDS="~amd64"
88 -
89 -IUSE=""
90 -DEPEND="dev-lang/go:="
91 -RESTRICT="strip"
92 -QA_FLAGS_IGNORED=".*"
93 -
94 -S="${WORKDIR}/cli-${PV}"
95 -
96 -src_compile() {
97 - go build -mod vendor -o ${PN} || die "build failed"
98 -}
99 -
100 -src_test() {
101 - # run at least 'exo version' for test
102 - ./exo version > /dev/null 2>&1
103 - if [[ $? -ne 0 ]]
104 - then
105 - die "Test failed"
106 - fi
107 -}
108 -
109 -src_install() {
110 - dobin ${PN}
111 -}