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 B5B45138350 for ; Sat, 4 Apr 2020 16:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A42E0990; Sat, 4 Apr 2020 16:35:39 +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 B8B27E0990 for ; Sat, 4 Apr 2020 16:35:39 +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 9911C34DCA4 for ; Sat, 4 Apr 2020 16:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29A59104 for ; Sat, 4 Apr 2020 16:35:36 +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: <1586018083.4d4b417bd372e40a2aaa5e15580a229a665a2eb0.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-9999.ebuild X-VCS-Directories: dev-vcs/cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4d4b417bd372e40a2aaa5e15580a229a665a2eb0 X-VCS-Branch: master Date: Sat, 4 Apr 2020 16:35:36 +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: c05036b8-1806-4253-b0b6-41a1adca3e7c X-Archives-Hash: c6ce2dc7f8f2914f25479d91971ce1a2 commit: 4d4b417bd372e40a2aaa5e15580a229a665a2eb0 Author: William Hubbs gentoo org> AuthorDate: Sat Apr 4 16:34:43 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Apr 4 16:34:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4b417b dev-vcs/cli: sync live Signed-off-by: William Hubbs gentoo.org> dev-vcs/cli/cli-9999.ebuild | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/dev-vcs/cli/cli-9999.ebuild b/dev-vcs/cli/cli-9999.ebuild index 7deea7cf7bf..4d623307289 100644 --- a/dev-vcs/cli/cli-9999.ebuild +++ b/dev-vcs/cli/cli-9999.ebuild @@ -7,6 +7,10 @@ inherit go-module DESCRIPTION="GitHub CLI" HOMEPAGE="https://github.com/cli/cli" +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/cli/cli.git" +else EGO_SUM=( "cloud.google.com/go v0.26.0/go.mod" "github.com/AlecAivazis/survey/v2 v2.0.7" @@ -33,8 +37,8 @@ EGO_SUM=( "github.com/briandowns/spinner v1.9.0" "github.com/briandowns/spinner v1.9.0/go.mod" "github.com/cespare/xxhash v1.1.0/go.mod" - "github.com/charmbracelet/glamour v0.1.1-0.20200304134224-7e5c90143acc" - "github.com/charmbracelet/glamour v0.1.1-0.20200304134224-7e5c90143acc/go.mod" + "github.com/charmbracelet/glamour v0.1.1-0.20200320173916-301d3bcf3058" + "github.com/charmbracelet/glamour v0.1.1-0.20200320173916-301d3bcf3058/go.mod" "github.com/client9/misspell v0.3.4/go.mod" "github.com/coreos/bbolt v1.3.2/go.mod" "github.com/coreos/etcd v3.3.10+incompatible/go.mod" @@ -68,6 +72,7 @@ EGO_SUM=( "github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod" "github.com/golang/mock v1.1.1/go.mod" "github.com/golang/protobuf v1.2.0/go.mod" + "github.com/golang/protobuf v1.3.1" "github.com/golang/protobuf v1.3.1/go.mod" "github.com/google/btree v1.0.0/go.mod" "github.com/google/go-cmp v0.2.0/go.mod" @@ -155,6 +160,10 @@ EGO_SUM=( "github.com/russross/blackfriday/v2 v2.0.1/go.mod" "github.com/sergi/go-diff v1.0.0" "github.com/sergi/go-diff v1.0.0/go.mod" + "github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0" + "github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0/go.mod" + "github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f" + "github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f/go.mod" "github.com/shurcooL/sanitized_anchor_name v1.0.0" "github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod" "github.com/sirupsen/logrus v1.2.0/go.mod" @@ -205,6 +214,7 @@ EGO_SUM=( "golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod" "golang.org/x/net v0.0.0-20200219183655-46282727080f" "golang.org/x/net v0.0.0-20200219183655-46282727080f/go.mod" + "golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be" "golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod" "golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod" "golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod" @@ -230,6 +240,7 @@ EGO_SUM=( "golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod" "golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod" "golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod" + "google.golang.org/appengine v1.1.0" "google.golang.org/appengine v1.1.0/go.mod" "google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod" "google.golang.org/grpc v1.19.0/go.mod" @@ -250,13 +261,7 @@ EGO_SUM=( "gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71/go.mod" "honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod" ) - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/cli/cli.git" - PROPERTIES="live" -else - go-module_set_globals +go-module_set_globals SRC_URI="https://github.com/cli/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" KEYWORDS="~amd64"