[gentoo-commits] gentoo-x86 commit in dev-go/go-protobuf: go-protobuf-0_pre20150727.ebuild go-protobuf-9999.ebuild ChangeLog

2015-07-30 Thread Zac Medico (zmedico)
zmedico 15/07/30 07:06:52

  Modified: go-protobuf-0_pre20150727.ebuild
go-protobuf-.ebuild ChangeLog
  Log:
  Remove unnecessary src_test code.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.2  dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?r1=1.1r2=1.2

Index: go-protobuf-0_pre20150727.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- go-protobuf-0_pre20150727.ebuild30 Jul 2015 06:09:25 -  1.1
+++ go-protobuf-0_pre20150727.ebuild30 Jul 2015 07:06:52 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 
@@ -54,20 +54,6 @@
 }
 fi
 
-src_test() {
-   # Create a writable GOROOT in order to avoid sandbox violations.
-   cp -sR $(go env GOROOT) ${T}/goroot || die
-   if [ -d ${T}/goroot/src/${EGO_SRC} ]; then
-   rm -rf ${T}/goroot/src/${EGO_SRC} || die
-   fi
-   if [ -d ${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC} ]; 
then
-   rm -rf ${T}/goroot/pkg/$(go env GOOS)_$(go env 
GOARCH)/${EGO_SRC} ||
-   die
-   fi
-
-   GOROOT=${T}/goroot golang-build_src_test
-}
-
 src_install() {
 rm -rf src/${EGO_SRC}/.git* || die
golang-build_src_install



1.2  dev-go/go-protobuf/go-protobuf-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild?r1=1.1r2=1.2

Index: go-protobuf-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- go-protobuf-.ebuild 30 Jul 2015 06:09:25 -  1.1
+++ go-protobuf-.ebuild 30 Jul 2015 07:06:52 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild,v 1.1 
2015/07/30 06:09:25 zmedico Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild,v 1.2 
2015/07/30 07:06:52 zmedico Exp $
 
 EAPI=5
 
@@ -54,20 +54,6 @@
 }
 fi
 
-src_test() {
-   # Create a writable GOROOT in order to avoid sandbox violations.
-   cp -sR $(go env GOROOT) ${T}/goroot || die
-   if [ -d ${T}/goroot/src/${EGO_SRC} ]; then
-   rm -rf ${T}/goroot/src/${EGO_SRC} || die
-   fi
-   if [ -d ${T}/goroot/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_SRC} ]; 
then
-   rm -rf ${T}/goroot/pkg/$(go env GOOS)_$(go env 
GOARCH)/${EGO_SRC} ||
-   die
-   fi
-
-   GOROOT=${T}/goroot golang-build_src_test
-}
-
 src_install() {
 rm -rf src/${EGO_SRC}/.git* || die
golang-build_src_install



1.2  dev-go/go-protobuf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   30 Jul 2015 06:09:25 -  1.1
+++ ChangeLog   30 Jul 2015 07:06:52 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-go/go-protobuf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v 1.1 
2015/07/30 06:09:25 zmedico Exp $
+# $Header: 

[gentoo-commits] gentoo-x86 commit in dev-go/go-protobuf: go-protobuf-0_pre20150727.ebuild go-protobuf-9999.ebuild ChangeLog

2015-07-30 Thread Patrick Lauer (patrick)
patrick 15/07/30 09:31:49

  Modified: go-protobuf-0_pre20150727.ebuild
go-protobuf-.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild?r1=1.2r2=1.3

Index: go-protobuf-0_pre20150727.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- go-protobuf-0_pre20150727.ebuild30 Jul 2015 07:06:52 -  1.2
+++ go-protobuf-0_pre20150727.ebuild30 Jul 2015 09:31:49 -  1.3
@@ -1,13 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-0_pre20150727.ebuild,v 
1.3 2015/07/30 09:31:49 patrick Exp $
 
 EAPI=5
 
 EGO_SRC=github.com/golang/protobuf
 EGO_PN=${EGO_SRC}/...
 
-
 if [[ ${PV} = ** ]]; then
inherit golang-vcs
 else
@@ -55,7 +54,7 @@
 fi
 
 src_install() {
-rm -rf src/${EGO_SRC}/.git* || die
+   rm -rf src/${EGO_SRC}/.git* || die
golang-build_src_install
dobin bin/*
 }



1.3  dev-go/go-protobuf/go-protobuf-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild?r1=1.2r2=1.3

Index: go-protobuf-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- go-protobuf-.ebuild 30 Jul 2015 07:06:52 -  1.2
+++ go-protobuf-.ebuild 30 Jul 2015 09:31:49 -  1.3
@@ -1,13 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild,v 1.2 
2015/07/30 07:06:52 zmedico Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-protobuf/go-protobuf-.ebuild,v 1.3 
2015/07/30 09:31:49 patrick Exp $
 
 EAPI=5
 
 EGO_SRC=github.com/golang/protobuf
 EGO_PN=${EGO_SRC}/...
 
-
 if [[ ${PV} = ** ]]; then
inherit golang-vcs
 else
@@ -55,7 +54,7 @@
 fi
 
 src_install() {
-rm -rf src/${EGO_SRC}/.git* || die
+   rm -rf src/${EGO_SRC}/.git* || die
golang-build_src_install
dobin bin/*
 }



1.3  dev-go/go-protobuf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-protobuf/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   30 Jul 2015 07:06:52 -  1.2
+++ ChangeLog   30 Jul 2015 09:31:49 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-go/go-protobuf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v 1.2 
2015/07/30 07:06:52 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-protobuf/ChangeLog,v 1.3 
2015/07/30 09:31:49 patrick Exp $
+
+  30 Jul 2015; Patrick Lauer patr...@gentoo.org
+  go-protobuf-0_pre20150727.ebuild, go-protobuf-.ebuild:
+  Whitespace
 
   30 Jul 2015; Zac Medico zmed...@gentoo.org 
go-protobuf-0_pre20150727.ebuild,
   go-protobuf-.ebuild: