public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/1] Introduce new eclass to handle go modules (round 2)
@ 2019-09-13 15:49 William Hubbs
  2019-09-13 15:49 ` [gentoo-dev] [PATCH 1/1] go-module.eclass: introduce new eclass to handle go modules William Hubbs
  0 siblings, 1 reply; 3+ messages in thread
From: William Hubbs @ 2019-09-13 15:49 UTC (permalink / raw
  To: gentoo-dev; +Cc: William Hubbs

This version shows both methods of handling vendor tarballs mentioned on
the previous thread.

The first method, while it removes the src_prepare function, forces a
maintainer to re-pack a new vendor tarball for every release.

The second method allows a maintainer to decide when a new vendor
tarball is needed.

An ebuild using this would look the same as in the previous round, so
I'm not including any examples.

William Hubbs (1):
  go-module.eclass: introduce new eclass to handle go modules

 eclass/go-module.eclass | 100 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)
 create mode 100644 eclass/go-module.eclass

-- 
2.21.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-13 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-13 15:49 [gentoo-dev] [PATCH 0/1] Introduce new eclass to handle go modules (round 2) William Hubbs
2019-09-13 15:49 ` [gentoo-dev] [PATCH 1/1] go-module.eclass: introduce new eclass to handle go modules William Hubbs
2019-09-13 15:58   ` William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox