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 B3E8D138334 for ; Mon, 23 Sep 2019 23:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A27E0970; Mon, 23 Sep 2019 23:37:29 +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 730B7E090A for ; Mon, 23 Sep 2019 23:37:29 +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 D967434B4BE; Mon, 23 Sep 2019 23:37:26 +0000 (UTC) Received: (nullmailer pid 13475 invoked by uid 1000); Mon, 23 Sep 2019 23:37:24 -0000 From: William Hubbs To: gentoo-dev@lists.gentoo.org Cc: William Hubbs Subject: [gentoo-dev] [PATCH 0/2] introduce new eclasses to handle go modules (round 2) Date: Mon, 23 Sep 2019 18:36:47 -0500 Message-Id: <20190923233649.13427-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: 82b1eb58-ac93-4d04-91a7-10e7d9aee88c X-Archives-Hash: 984c61dfc1c4c39e5a6e568dbcfc054f *** BLURB HERE *** All, This is my second iteration of the split eclasses I am working on for Go modules. There was no feedback on go-module.eclass from the last thread, so it hasn't been changed. Patch 2 encorporates the changes to go-module-vendor.eclass suggested in the last thread. Thanks, William William Hubbs (2): go-module.eclass: new eclass for go modules go-module-vendor.eclass: new eclass for go modules that do not vendor eclass/go-module-vendor.eclass | 124 +++++++++++++++++++++++++++++++++ eclass/go-module.eclass | 79 +++++++++++++++++++++ 2 files changed, 203 insertions(+) create mode 100644 eclass/go-module-vendor.eclass create mode 100644 eclass/go-module.eclass -- 2.21.0