From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 832C9138334 for ; Sat, 4 May 2019 12:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1B1E0855; Sat, 4 May 2019 12:29:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C49E0855 for ; Sat, 4 May 2019 12:29:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 204A234351B for ; Sat, 4 May 2019 12:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516D2566 for ; Sat, 4 May 2019 12:29:40 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1556972932.2b2eefa95c1290316c25033165feedf6c6d08291.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/exo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/exo/Manifest app-admin/exo/exo-1.2.0.ebuild app-admin/exo/metadata.xml X-VCS-Directories: app-admin/exo/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 2b2eefa95c1290316c25033165feedf6c6d08291 X-VCS-Branch: master Date: Sat, 4 May 2019 12:29:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2a69f49-b565-4886-a60d-4720adc2e2a0 X-Archives-Hash: 87b705d4ab73d6dfa4f66d31de55d303 commit: 2b2eefa95c1290316c25033165feedf6c6d08291 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat May 4 12:28:52 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat May 4 12:28:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2eefa9 app-admin/exo: first commit Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-admin/exo/Manifest | 1 + app-admin/exo/exo-1.2.0.ebuild | 26 ++++++++++++++++++++++++++ app-admin/exo/metadata.xml | 8 ++++++++ 3 files changed, 35 insertions(+) diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest new file mode 100644 index 00000000000..ff229decde4 --- /dev/null +++ b/app-admin/exo/Manifest @@ -0,0 +1 @@ +DIST exo-1.2.0.tar.gz 3281293 BLAKE2B 15875c98b8470a003a6c187830b470ed739c02877e29197a296878db25ab567014bcdcc615c7d2ca5cb3c77fc85833261ef68774af69db58458566d6727f886d SHA512 308893b339a3749f523d7f2e33942050ef93958b97b3f652b7af49a4aa6d3b3faede4091aeafe1fb21da082f01d829da2c7fd1881fa14c1f7695854df80ab451 diff --git a/app-admin/exo/exo-1.2.0.ebuild b/app-admin/exo/exo-1.2.0.ebuild new file mode 100644 index 00000000000..261535ff257 --- /dev/null +++ b/app-admin/exo/exo-1.2.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="MIT" +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/metadata.xml b/app-admin/exo/metadata.xml new file mode 100644 index 00000000000..4eceb317f22 --- /dev/null +++ b/app-admin/exo/metadata.xml @@ -0,0 +1,8 @@ + + + + + ago@gentoo.org + Agostino Sarubbo + +