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 5326B138334 for ; Thu, 26 Sep 2019 00:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96AF4E090E; Thu, 26 Sep 2019 00:25:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5503CE08FF for ; Thu, 26 Sep 2019 00:25:38 +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 303A734B5AE; Thu, 26 Sep 2019 00:25:37 +0000 (UTC) Received: (nullmailer pid 5166 invoked by uid 1000); Thu, 26 Sep 2019 00:25:10 -0000 From: William Hubbs To: gentoo-dev@lists.gentoo.org Cc: William Hubbs Subject: [gentoo-dev] [PATCH v2 0/1] introduce a new eclass to handle go modules Date: Wed, 25 Sep 2019 19:24:42 -0500 Message-Id: <20190926002443.5117-1-williamh@gentoo.org> X-Mailer: git-send-email 2.21.0 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: 85f7820d-e864-4fe7-957d-d1599722dc6d X-Archives-Hash: 98030fd010495e7dfbf267daee580310 This is a re-roll of the patch that includes mgorny's suggested changes from the last round. William Hubbs (1): go-module.eclass: new eclass for go modules eclass/go-module.eclass | 176 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 eclass/go-module.eclass -- 2.21.0