Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-go/go-protobuf: go-protobuf-0_pre20150727.ebuild go-protobuf-9999.ebuild ChangeLog
Date: Thu, 30 Jul 2015 07:06:59
Message-Id: 20150730070652.444A6111@oystercatcher.gentoo.org
1 zmedico 15/07/30 07:06:52
2
3 Modified: go-protobuf-0_pre20150727.ebuild
4 go-protobuf-9999.ebuild ChangeLog
5 Log:
6 Remove unnecessary src_test code.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key FDE8EF85AE5719A3)
9
10 Revision Changes Path
11 1.2 dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?r1=1.1&r2=1.2
16
17 Index: go-protobuf-0_pre20150727.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- go-protobuf-0_pre20150727.ebuild 30 Jul 2015 06:09:25 -0000 1.1
24 +++ go-protobuf-0_pre20150727.ebuild 30 Jul 2015 07:06:52 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild,v 1.1 2015/07/30 06:09:25 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild,v 1.2 2015/07/30 07:06:52 zmedico Exp $
30
31 EAPI=5
32
33 @@ -54,20 +54,6 @@
34 }
35 fi
36
37 -src_test() {
38 - # Create a writable GOROOT in order to avoid sandbox violations.
39 - cp -sR "$(go env GOROOT)" "${T}/goroot" || die
40 - if [ -d "${T}/goroot/src/${EGO_SRC}" ]; then
41 - rm -rf "${T}/goroot/src/${EGO_SRC}" || die
42 - fi
43 - if [ -d "${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC}" ]; then
44 - rm -rf "${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC}" ||
45 - die
46 - fi
47 -
48 - GOROOT="${T}/goroot" golang-build_src_test
49 -}
50 -
51 src_install() {
52 rm -rf src/${EGO_SRC}/.git* || die
53 golang-build_src_install
54
55
56
57 1.2 dev-go/go-protobuf/go-protobuf-9999.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild?r1=1.1&r2=1.2
62
63 Index: go-protobuf-9999.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- go-protobuf-9999.ebuild 30 Jul 2015 06:09:25 -0000 1.1
70 +++ go-protobuf-9999.ebuild 30 Jul 2015 07:06:52 -0000 1.2
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2015 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild,v 1.1 2015/07/30 06:09:25 zmedico Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-9999.ebuild,v 1.2 2015/07/30 07:06:52 zmedico Exp $
76
77 EAPI=5
78
79 @@ -54,20 +54,6 @@
80 }
81 fi
82
83 -src_test() {
84 - # Create a writable GOROOT in order to avoid sandbox violations.
85 - cp -sR "$(go env GOROOT)" "${T}/goroot" || die
86 - if [ -d "${T}/goroot/src/${EGO_SRC}" ]; then
87 - rm -rf "${T}/goroot/src/${EGO_SRC}" || die
88 - fi
89 - if [ -d "${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC}" ]; then
90 - rm -rf "${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC}" ||
91 - die
92 - fi
93 -
94 - GOROOT="${T}/goroot" golang-build_src_test
95 -}
96 -
97 src_install() {
98 rm -rf src/${EGO_SRC}/.git* || die
99 golang-build_src_install
100
101
102
103 1.2 dev-go/go-protobuf/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?r1=1.1&r2=1.2
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- ChangeLog 30 Jul 2015 06:09:25 -0000 1.1
116 +++ ChangeLog 30 Jul 2015 07:06:52 -0000 1.2
117 @@ -1,6 +1,10 @@
118 # ChangeLog for dev-go/go-protobuf
119 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v 1.1 2015/07/30 06:09:25 zmedico Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v 1.2 2015/07/30 07:06:52 zmedico Exp $
122 +
123 + 30 Jul 2015; Zac Medico <zmedico@g.o> go-protobuf-0_pre20150727.ebuild,
124 + go-protobuf-9999.ebuild:
125 + Remove unnecessary src_test code.
126
127 *go-protobuf-0_pre20150727 (30 Jul 2015)
128 *go-protobuf-9999 (30 Jul 2015)