From 9561b23c8ae4896b4f966ad2fbe0e8eb6d2feae1 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Mon, 2 Sep 2019 12:40:58 +0200 Subject: app-admin/exo: Version bump to 1.5.0 - remove old. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Agostino Sarubbo --- app-admin/exo/Manifest | 2 +- app-admin/exo/exo-1.4.1.ebuild | 26 -------------------------- app-admin/exo/exo-1.5.0.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 app-admin/exo/exo-1.4.1.ebuild create mode 100644 app-admin/exo/exo-1.5.0.ebuild (limited to 'app-admin/exo') diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest index 317e7fe872c5..a56bdcbc1b48 100644 --- a/app-admin/exo/Manifest +++ b/app-admin/exo/Manifest @@ -1 +1 @@ -DIST exo-1.4.1.tar.gz 3804821 BLAKE2B da865f1a19a24843ca90edc283fe2ab88119873e75934989690d0032953876ed08b8908db7f06932a934d72b8b2da8d6040c0922a08f645130dc39ebc94b1e5f SHA512 080256d78da7530f1d49f7a6451dc32d5cf64e373d8bb64f982b43c1bea25195a0a0f818c6fdf5627994f92077de1fe9cb954ef46ef9e9f4431d4b3d6076ae4e +DIST exo-1.5.0.tar.gz 3806818 BLAKE2B fe817962ebcebfbe37c0ec884b127144fca4d85bf985f3f6d98bf154a1bb17b49d8b7de7ece6fb71ae3b2793969fdae8bf0ad0f2031cc11943c714e27ef1a63d SHA512 3fab4c57d55d0058a4e1191d97ac04de45052e5f9c25bea0d4408df48c648e28804842d8989700daf36c6657023b99a63a4dd77a1991689abecdb11afa4e6a09 diff --git a/app-admin/exo/exo-1.4.1.ebuild b/app-admin/exo/exo-1.4.1.ebuild deleted file mode 100644 index ebb329b957ff..000000000000 --- a/app-admin/exo/exo-1.4.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 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://exoscale.github.io/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" - -S="${WORKDIR}/cli-${PV}" - -src_compile() { - go build -mod vendor -o ${PN} || die "build failed" -} - -src_install() { - dobin ${PN} -} diff --git a/app-admin/exo/exo-1.5.0.ebuild b/app-admin/exo/exo-1.5.0.ebuild new file mode 100644 index 000000000000..ebb329b957ff --- /dev/null +++ b/app-admin/exo/exo-1.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 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://exoscale.github.io/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" + +S="${WORKDIR}/cli-${PV}" + +src_compile() { + go build -mod vendor -o ${PN} || die "build failed" +} + +src_install() { + dobin ${PN} +} -- cgit v1.2.3-65-gdbad