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 BC709138350 for ; Thu, 23 Jan 2020 17:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913EBE09EA; Thu, 23 Jan 2020 17:40:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7A8A1E09EA for ; Thu, 23 Jan 2020 17:40:28 +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 6AA3034DD91 for ; Thu, 23 Jan 2020 17:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20D9B3E for ; Thu, 23 Jan 2020 17:40:24 +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: <1579801093.111d9f542c4e75231def22efc004c767c7919a74.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-9999.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 111d9f542c4e75231def22efc004c767c7919a74 X-VCS-Branch: master Date: Thu, 23 Jan 2020 17:40:24 +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: 752d167c-be0f-43fb-abaf-ca32a07ac7b0 X-Archives-Hash: 4888ce3f1f1ace2e16230b28b34f8bc1 commit: 111d9f542c4e75231def22efc004c767c7919a74 Author: William Hubbs sony com> AuthorDate: Thu Jan 23 17:38:13 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 23 17:38:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111d9f54 dev-lang/go: remove custom src_unpack Signed-off-by: William Hubbs gentoo.org> dev-lang/go/go-9999.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 405ca751d02..f7c4c78376b 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -122,15 +122,6 @@ go_cross_compile() [[ $(go_tuple ${CBUILD}) != $(go_tuple) ]] } -src_unpack() -{ - if [[ ${PV} = 9999 ]]; then - git-r3_src_unpack - else - unpack "go${MY_PV}.src.tar.gz" - fi -} - src_compile() { if has_version -b dev-lang/go; then