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 DDE0D138334 for ; Wed, 11 Sep 2019 17:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9D17E0A8F; Wed, 11 Sep 2019 17:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 913B3E0A8E for ; Wed, 11 Sep 2019 17:26:57 +0000 (UTC) Received: from whubbs1.gaikai.biz (unknown [100.42.103.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: williamh) by smtp.gentoo.org (Postfix) with ESMTPSA id AB73C34B0AF; Wed, 11 Sep 2019 17:26:56 +0000 (UTC) Received: (nullmailer pid 18941 invoked by uid 1000); Wed, 11 Sep 2019 17:22:38 -0000 From: William Hubbs To: gentoo-dev@lists.gentoo.org Cc: William Hubbs Subject: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass Date: Wed, 11 Sep 2019 12:21:28 -0500 Message-Id: <20190911172128.18885-4-williamh@gentoo.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190911172128.18885-1-williamh@gentoo.org> References: <20190911172128.18885-1-williamh@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 1a354c4f-13d4-4427-940a-1f95cab1bda2 X-Archives-Hash: 6706fb2a8e36684c2109306777b9e809 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: William Hubbs --- dev-vcs/hub/hub-2.12.3.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-vcs/hub/hub-2.12.3.ebuild b/dev-vcs/hub/hub-2.12.3.ebuild index 5191e3388ce..652cf977598 100644 --- a/dev-vcs/hub/hub-2.12.3.ebuild +++ b/dev-vcs/hub/hub-2.12.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit bash-completion-r1 +inherit bash-completion-r1 go-module DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" HOMEPAGE="https://github.com/github/hub" @@ -13,12 +13,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -DEPEND=">=dev-lang/go-1.5.1:=" RDEPEND=">=dev-vcs/git-1.7.3" -QA_FLAGS_IGNORED=".*" -RESTRICT="strip" - src_compile() { emake bin/hub man-pages } -- 2.21.0