Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Tue, 26 Feb 2019 16:48:51
Message-Id: 1551199698.85accc07e6e05e026b17d2348d259291135580d1.williamh@gentoo
1 commit: 85accc07e6e05e026b17d2348d259291135580d1
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Tue Feb 26 16:35:34 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 16:48:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85accc07
7
8 dev-lang/go: remove go 1.10
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 dev-lang/go/Manifest | 1 -
15 dev-lang/go/go-1.10.8.ebuild | 228 -------------------------------------------
16 2 files changed, 229 deletions(-)
17
18 diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
19 index 88721914de0..ec2ccea2df7 100644
20 --- a/dev-lang/go/Manifest
21 +++ b/dev-lang/go/Manifest
22 @@ -9,6 +9,5 @@ DIST go-linux-ppc64-bootstrap-1.8.tbz 52315782 BLAKE2B 6be0a48e8bc4e5fed4d34f8aa
23 DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 BLAKE2B 7a28ec5a381369c4e9415c8360e904c2545380513afd328077c584e8af0bf6bd818aa03e5a58c350cbb98facc1c9dccb02b06adcb27233875497cf5d33265912 SHA512 6931d999dd0ee1ff44c4cec48acb27af061f57f87aa74802dcebab78553b46bc8ac732f07fe91e5074dbdd32c55b707994875934bfb12bb4276d71eb1d06c4ba
24 DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 920a176b8f4fc3a816e724324bbb30a383d599e31a0d2093d24797dbcd0e799a662a3589dbb87d2f5dd16df07c4cf8f1e444e87b540ec732746bb025dc9271f8 SHA512 d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a
25 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab SHA512 52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d
26 -DIST go1.10.8.src.tar.gz 18333813 BLAKE2B 69fd0e7c3e265162e48b2ed90c8f560071322a093e09ca926d3cb94f4f9b44548652066d0c2f44696f0da5e7342f3afa894b71116f9451a0b2438eb0e0df42df SHA512 c274b99e39b78dfdf6b6b1c4fd6a5a54bff1b3eba55a879413692586ac7f0d30772416dcb5f715213c650946ade649bd424981f77508d92510c717d1845e3ede
27 DIST go1.11.5.src.tar.gz 21108339 BLAKE2B 3a33a89e267e57fee688e4d67257810ca1f37cfb904b6806c3a566b021aa80153f59f64d3a61ed68f526f093e0d5b6b3c95565cd06622cf9a65eef81bc7e9733 SHA512 63500238e8d73e4b29279ee3eb9242960de93ccd3b52bacc4009f45cf123cb8edfe5f519d38c5b07bdf2a810925758511ff3255310a056113d0169f78be1d2f6
28 DIST go1.12.src.tar.gz 21962486 BLAKE2B 3581fa9eb2582cec8ece233930322d964dd03e82f2e44ac0cbe75869d4c184003db2b21dcf871fafe5a81380ba7da7675b2fe3549348dfa60bf27fa9af2bb824 SHA512 6a4b8e75b3f6455885e93961c502ab40822e6353d1108ce25ca857afbdca08a64b1408dbeba2d37db581d6c85b9a919de95fb7c0d487a327e555a30b51cd8410
29
30 diff --git a/dev-lang/go/go-1.10.8.ebuild b/dev-lang/go/go-1.10.8.ebuild
31 deleted file mode 100644
32 index 44ca41c8b29..00000000000
33 --- a/dev-lang/go/go-1.10.8.ebuild
34 +++ /dev/null
35 @@ -1,228 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -export CBUILD=${CBUILD:-${CHOST}}
42 -export CTARGET=${CTARGET:-${CHOST}}
43 -
44 -MY_PV=${PV/_/}
45 -
46 -inherit toolchain-funcs
47 -
48 -BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist"
49 -BOOTSTRAP_VERSION="bootstrap-1.8"
50 -BOOTSTRAP_URI="
51 -amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz )
52 -arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz )
53 -arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz )
54 -ppc64? (
55 - ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz
56 - ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz
57 -)
58 -s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz )
59 -x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz )
60 -amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz )
61 -x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz )
62 -x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz )
63 -x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
64 -"
65 -
66 -case ${PV} in
67 -*9999*)
68 - EGIT_REPO_URI="https://github.com/golang/go.git"
69 - inherit git-r3
70 - ;;
71 -*)
72 - SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
73 - S="${WORKDIR}"/go
74 - case ${PV} in
75 - *_beta*|*_rc*) ;;
76 - *)
77 - KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
78 - # The upstream tests fail under portage but pass if the build is
79 - # run according to their documentation [1].
80 - # I am restricting the tests on released versions until this is
81 - # solved.
82 - # [1] https://golang.org/issues/18442
83 - RESTRICT="test"
84 - ;;
85 - esac
86 -esac
87 -SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
88 -
89 -DESCRIPTION="A concurrent garbage collected and typesafe programming language"
90 -HOMEPAGE="https://golang.org"
91 -
92 -LICENSE="BSD"
93 -SLOT="0/${PV}"
94 -IUSE="gccgo"
95 -
96 -DEPEND="gccgo? ( >=sys-devel/gcc-5[go] )"
97 -RDEPEND="!<dev-go/go-tools-0_pre20150902"
98 -
99 -# These test data objects have writable/executable stacks.
100 -QA_EXECSTACK="
101 - usr/lib/go/src/debug/elf/testdata/*.obj
102 - usr/lib/go/src/go/internal/gccgoimporter/testdata/escapeinfo.gox
103 - usr/lib/go/src/go/internal/gccgoimporter/testdata/unicode.gox
104 - usr/lib/go/src/go/internal/gccgoimporter/testdata/time.gox
105 - "
106 -
107 -# Do not complain about CFLAGS, etc, since Go doesn't use them.
108 -QA_FLAGS_IGNORED='.*'
109 -
110 -REQUIRES_EXCLUDE="/usr/lib/go/src/debug/elf/testdata/*"
111 -
112 -# The tools in /usr/lib/go should not cause the multilib-strict check to fail.
113 -QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
114 -
115 -# Do not strip this package. Stripping is unsupported upstream and may
116 -# fail.
117 -RESTRICT+=" strip"
118 -
119 -DOCS=(
120 -AUTHORS
121 -CONTRIBUTING.md
122 -CONTRIBUTORS
123 -PATENTS
124 -README.md
125 -)
126 -
127 -go_arch()
128 -{
129 - # By chance most portage arch names match Go
130 - local portage_arch=$(tc-arch $@)
131 - case "${portage_arch}" in
132 - x86) echo 386;;
133 - x64-*) echo amd64;;
134 - ppc64) [[ $(tc-endian $@) = big ]] && echo ppc64 || echo ppc64le ;;
135 - s390) echo s390x ;;
136 - *) echo "${portage_arch}";;
137 - esac
138 -}
139 -
140 -go_arm()
141 -{
142 - case "${1:-${CHOST}}" in
143 - armv5*) echo 5;;
144 - armv6*) echo 6;;
145 - armv7*) echo 7;;
146 - *)
147 - die "unknown GOARM for ${1:-${CHOST}}"
148 - ;;
149 - esac
150 -}
151 -
152 -go_os()
153 -{
154 - case "${1:-${CHOST}}" in
155 - *-linux*) echo linux;;
156 - *-darwin*) echo darwin;;
157 - *-freebsd*) echo freebsd;;
158 - *-netbsd*) echo netbsd;;
159 - *-openbsd*) echo openbsd;;
160 - *-solaris*) echo solaris;;
161 - *-cygwin*|*-interix*|*-winnt*)
162 - echo windows
163 - ;;
164 - *)
165 - die "unknown GOOS for ${1:-${CHOST}}"
166 - ;;
167 - esac
168 -}
169 -
170 -go_tuple()
171 -{
172 - echo "$(go_os $@)_$(go_arch $@)"
173 -}
174 -
175 -go_cross_compile()
176 -{
177 - [[ $(go_tuple ${CBUILD}) != $(go_tuple) ]]
178 -}
179 -
180 -pkg_pretend()
181 -{
182 - # make.bash does not understand cross-compiling a cross-compiler
183 - if [[ $(go_tuple) != $(go_tuple ${CTARGET}) ]]; then
184 - die "CHOST CTARGET pair unsupported: CHOST=${CHOST} CTARGET=${CTARGET}"
185 - fi
186 -}
187 -
188 -src_unpack()
189 -{
190 - if [[ ${PV} = 9999 ]]; then
191 - git-r3_src_unpack
192 - fi
193 - default
194 -}
195 -
196 -src_compile()
197 -{
198 - export GOROOT_BOOTSTRAP="${WORKDIR}"/go-$(go_os)-$(go_arch)-bootstrap
199 - if use gccgo; then
200 - mkdir -p "${GOROOT_BOOTSTRAP}/bin" || die
201 - local go_binary=$(gcc-config --get-bin-path)/go-$(gcc-major-version)
202 - [[ -x ${go_binary} ]] || go_binary=$(
203 - find "${EPREFIX}"/usr/${CHOST}/gcc-bin/*/go-$(gcc-major-version) |
204 - sort -V | tail -n1)
205 - [[ -x ${go_binary} ]] ||
206 - die "go-$(gcc-major-version): command not found"
207 - ln -s "${go_binary}" "${GOROOT_BOOTSTRAP}/bin/go" || die
208 - fi
209 - export GOROOT_FINAL="${EPREFIX}"/usr/lib/go
210 - export GOROOT="$(pwd)"
211 - export GOBIN="${GOROOT}/bin"
212 -
213 - # Go's build script does not use BUILD/HOST/TARGET consistently. :(
214 - export GOHOSTARCH=$(go_arch ${CBUILD})
215 - export GOHOSTOS=$(go_os ${CBUILD})
216 - export CC=$(tc-getBUILD_CC)
217 -
218 - export GOARCH=$(go_arch)
219 - export GOOS=$(go_os)
220 - export CC_FOR_TARGET=$(tc-getCC)
221 - export CXX_FOR_TARGET=$(tc-getCXX)
222 - if [[ ${ARCH} == arm ]]; then
223 - export GOARM=$(go_arm)
224 - fi
225 - einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
226 -
227 - cd src
228 - ./make.bash || die "build failed"
229 -}
230 -
231 -src_test()
232 -{
233 - go_cross_compile && return 0
234 -
235 - cd src
236 - PATH="${GOBIN}:${PATH}" \
237 - ./run.bash -no-rebuild || die "tests failed"
238 -}
239 -
240 -src_install()
241 -{
242 - local bin_path f x
243 -
244 - dodir /usr/lib/go
245 -
246 - # There is a known issue which requires the source tree to be installed [1].
247 - # Once this is fixed, we can consider using the doc use flag to control
248 - # installing the doc and src directories.
249 - # [1] https://golang.org/issue/2775
250 - #
251 - # deliberately use cp to retain permissions
252 - cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
253 - if go_cross_compile; then
254 - bin_path="bin/$(go_tuple)"
255 - else
256 - bin_path=bin
257 - fi
258 - for x in ${bin_path}/*; do
259 - f=${x##*/}
260 - dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
261 - done
262 - einstalldocs
263 -}