commit: bd43585ac9512fe75475f8757902d6e1b5f7fbcf
parent 4101003fd63f3dc8242de64abf510647c61b270e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 17 Feb 2023 18:55:09 +0100
Revert "dev-go/go_path: new package, add 0"
golang-build.eclass still exists and is much cleaner (no side-effects for users)
This reverts commit 4101003fd63f3dc8242de64abf510647c61b270e.
Diffstat:
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/dev-go/go_path/go_path-0.ebuild b/dev-go/go_path/go_path-0.ebuild
@@ -1,16 +0,0 @@
-# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Define GOPATH to /usr/src/go to install sources of Go libraries"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}"
-
-src_install() {
- newenvd - 99gopath <<< "GOPATH=/usr/src/go"
-}