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: Fri, 19 Jul 2019 15:10:44
Message-Id: 1563549030.bd59a79cb81f67be1d50a3e50aeda87c7d870983.ago@gentoo
1 commit: bd59a79cb81f67be1d50a3e50aeda87c7d870983
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 19 15:10:30 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 15:10:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd59a79c
7
8 app-admin/exo: version bump to 1.4.1 - remove old.
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 app-admin/exo/Manifest | 3 +--
14 app-admin/exo/exo-1.3.0.ebuild | 26 ----------------------
15 .../exo/{exo-1.2.0.ebuild => exo-1.4.1.ebuild} | 0
16 3 files changed, 1 insertion(+), 28 deletions(-)
17
18 diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
19 index b0fef2cc48c..317e7fe872c 100644
20 --- a/app-admin/exo/Manifest
21 +++ b/app-admin/exo/Manifest
22 @@ -1,2 +1 @@
23 -DIST exo-1.2.0.tar.gz 3281293 BLAKE2B 15875c98b8470a003a6c187830b470ed739c02877e29197a296878db25ab567014bcdcc615c7d2ca5cb3c77fc85833261ef68774af69db58458566d6727f886d SHA512 308893b339a3749f523d7f2e33942050ef93958b97b3f652b7af49a4aa6d3b3faede4091aeafe1fb21da082f01d829da2c7fd1881fa14c1f7695854df80ab451
24 -DIST exo-1.3.0.tar.gz 3282243 BLAKE2B 3310ff4abc6f416033f51892742714097af2c7d668e1214897d107a9c1adf8bc06530a54e92ebb4bf1ca0a3d9ed9022a49ea4f316ce26a48d70f8ffac707e1f4 SHA512 3225ad4a6636ddf0cf193de6fb493d222c28a59f4467836d02112ea4934c15a41e6bc661982085a8541f9c090c5f112a979222fc6ff6955336bfd07ae7077ec4
25 +DIST exo-1.4.1.tar.gz 3804821 BLAKE2B da865f1a19a24843ca90edc283fe2ab88119873e75934989690d0032953876ed08b8908db7f06932a934d72b8b2da8d6040c0922a08f645130dc39ebc94b1e5f SHA512 080256d78da7530f1d49f7a6451dc32d5cf64e373d8bb64f982b43c1bea25195a0a0f818c6fdf5627994f92077de1fe9cb954ef46ef9e9f4431d4b3d6076ae4e
26
27 diff --git a/app-admin/exo/exo-1.3.0.ebuild b/app-admin/exo/exo-1.3.0.ebuild
28 deleted file mode 100644
29 index ebb329b957f..00000000000
30 --- a/app-admin/exo/exo-1.3.0.ebuild
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -# Copyright 1999-2019 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://exoscale.github.io/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 -
50 -S="${WORKDIR}/cli-${PV}"
51 -
52 -src_compile() {
53 - go build -mod vendor -o ${PN} || die "build failed"
54 -}
55 -
56 -src_install() {
57 - dobin ${PN}
58 -}
59
60 diff --git a/app-admin/exo/exo-1.2.0.ebuild b/app-admin/exo/exo-1.4.1.ebuild
61 similarity index 100%
62 rename from app-admin/exo/exo-1.2.0.ebuild
63 rename to app-admin/exo/exo-1.4.1.ebuild