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 D2D9D138350 for ; Sun, 8 Mar 2020 18:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02E26E0877; Sun, 8 Mar 2020 18:49:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DBF69E0877 for ; Sun, 8 Mar 2020 18:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CF5034F3FD for ; Sun, 8 Mar 2020 18:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD37112B for ; Sun, 8 Mar 2020 18:49:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1583693335.157e536b11cf42e306b97a62fb633d52899ea2be.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cli/cli-0.5.5.ebuild X-VCS-Directories: dev-vcs/cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 157e536b11cf42e306b97a62fb633d52899ea2be X-VCS-Branch: master Date: Sun, 8 Mar 2020 18:49:32 +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: 77e9c6ad-d844-49c5-95d8-d185695c224f X-Archives-Hash: 12c26bb8f5b2ae42689627d170a9a04c commit: 157e536b11cf42e306b97a62fb633d52899ea2be Author: William Hubbs gentoo org> AuthorDate: Sun Mar 8 18:48:14 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Mar 8 18:48:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157e536b dev-vcs/cli: ebuild cleanups Signed-off-by: William Hubbs gentoo.org> dev-vcs/cli/cli-0.5.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-vcs/cli/cli-0.5.5.ebuild b/dev-vcs/cli/cli-0.5.5.ebuild index af766bca9f6..47c57e7033a 100644 --- a/dev-vcs/cli/cli-0.5.5.ebuild +++ b/dev-vcs/cli/cli-0.5.5.ebuild @@ -4,6 +4,9 @@ EAPI=7 inherit bash-completion-r1 go-module +DESCRIPTION="GitHub CLI" +HOMEPAGE="https://github.com/cli/cli" + EGO_SUM=( "github.com/akavel/rsrc v0.8.0/go.mod" "github.com/AlecAivazis/survey/v2 v2.0.4/go.mod" @@ -143,18 +146,15 @@ EGO_SUM=( "gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652" ) go-module_set_globals - -DESCRIPTION="GitHub CLI" -HOMEPAGE="https://github.com/cli/cli" SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" -LICENSE="MIT ${EGO_SUM_LICENSES}" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND+=">=dev-vcs/git-1.7.3" -BDEPEND+=">=dev-lang/go-1.13" +RDEPEND=">=dev-vcs/git-1.7.3" +BDEPEND=">=dev-lang/go-1.13" GOPATH="${WORKDIR}" src_compile() {