* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.2.ebuild go-9999.ebuild ChangeLog
@ 2014-01-28 17:38 William Hubbs (williamh)
0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2014-01-28 17:38 UTC (permalink / raw
To: gentoo-commits
williamh 14/01/28 17:38:21
Modified: go-1.2.ebuild go-9999.ebuild ChangeLog
Log:
Fix strip mask for *bsd for #494418, thanks to Uta Satoh.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Revision Changes Path
1.4 dev-lang/go/go-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?r1=1.3&r2=1.4
Index: go-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- go-1.2.ebuild 25 Jan 2014 22:13:33 -0000 1.3
+++ go-1.2.ebuild 28 Jan 2014 17:38:21 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.3 2014/01/25 22:13:33 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.4 2014/01/28 17:38:21 williamh Exp $
EAPI=5
@@ -35,7 +35,7 @@
# The go language uses *.a files which are _NOT_ libraries and should not be
# stripped.
-STRIP_MASK="/usr/lib/go/pkg/linux*/*.a"
+STRIP_MASK="/usr/lib/go/pkg/linux*/*.a /usr/lib/go/pkg/freebsd*/*.a"
if [[ ${PV} != 9999 ]]; then
S="${WORKDIR}"/go
1.14 dev-lang/go/go-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.13&r2=1.14
Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- go-9999.ebuild 17 Dec 2013 18:39:32 -0000 1.13
+++ go-9999.ebuild 28 Jan 2014 17:38:21 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.13 2013/12/17 18:39:32 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.14 2014/01/28 17:38:21 williamh Exp $
EAPI=5
@@ -35,7 +35,7 @@
# The go language uses *.a files which are _NOT_ libraries and should not be
# stripped.
-STRIP_MASK="/usr/lib/go/pkg/linux*/*.a"
+STRIP_MASK="/usr/lib/go/pkg/linux*/*.a /usr/lib/go/pkg/freebsd*/*.a"
if [[ ${PV} != 9999 ]]; then
S="${WORKDIR}"/go
1.29 dev-lang/go/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 25 Jan 2014 22:13:33 -0000 1.28
+++ ChangeLog 28 Jan 2014 17:38:21 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.28 2014/01/25 22:13:33 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.29 2014/01/28 17:38:21 williamh Exp $
+
+ 28 Jan 2014; William Hubbs <williamh@gentoo.org> go-1.2.ebuild,
+ go-9999.ebuild:
+ Fix strip mask for *bsd for #494418, thanks to Uta Satoh.
25 Jan 2014; William Hubbs <williamh@gentoo.org> go-1.2.ebuild:
amd64 and x86 stable wrt #499278
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.2.ebuild go-9999.ebuild ChangeLog
@ 2014-02-11 17:57 William Hubbs (williamh)
0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2014-02-11 17:57 UTC (permalink / raw
To: gentoo-commits
williamh 14/02/11 17:57:09
Modified: go-1.2.ebuild go-9999.ebuild ChangeLog
Log:
add ~amd64-fbsd for bug #494418
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Revision Changes Path
1.6 dev-lang/go/go-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?r1=1.5&r2=1.6
Index: go-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- go-1.2.ebuild 31 Jan 2014 16:23:52 -0000 1.5
+++ go-1.2.ebuild 11 Feb 2014 17:57:09 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.5 2014/01/31 16:23:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.6 2014/02/11 17:57:09 williamh Exp $
EAPI=5
@@ -14,7 +14,7 @@
else
SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
# Upstream only supports go on amd64, arm and x86 architectures.
- KEYWORDS="-* amd64 arm x86 ~x86-fbsd"
+ KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"
1.15 dev-lang/go/go-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.14&r2=1.15
Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- go-9999.ebuild 28 Jan 2014 17:38:21 -0000 1.14
+++ go-9999.ebuild 11 Feb 2014 17:57:09 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.14 2014/01/28 17:38:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.15 2014/02/11 17:57:09 williamh Exp $
EAPI=5
@@ -14,7 +14,7 @@
else
SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
# Upstream only supports go on amd64, arm and x86 architectures.
- KEYWORDS="-* ~amd64 ~arm ~x86 ~x86-fbsd"
+ KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"
1.32 dev-lang/go/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 11 Feb 2014 16:19:49 -0000 1.31
+++ ChangeLog 11 Feb 2014 17:57:09 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.31 2014/02/11 16:19:49 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.32 2014/02/11 17:57:09 williamh Exp $
+
+ 11 Feb 2014; William Hubbs <williamh@gentoo.org> go-1.2.ebuild,
+ go-9999.ebuild:
+ add ~amd64-fbsd for bug #494418
11 Feb 2014; William Hubbs <williamh@gentoo.org>
-files/go-1.1.1-no-Werror.patch, -files/go-1.1.2-no-Werror.patch,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.2.ebuild go-9999.ebuild ChangeLog
@ 2014-03-28 14:08 Fabian Groffen (grobian)
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2014-03-28 14:08 UTC (permalink / raw
To: gentoo-commits
grobian 14/03/28 14:08:41
Modified: go-1.2.ebuild go-9999.ebuild ChangeLog
Log:
Fix for Prefix, marked ~x64-macos
(Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.7 dev-lang/go/go-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?r1=1.6&r2=1.7
Index: go-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- go-1.2.ebuild 11 Feb 2014 17:57:09 -0000 1.6
+++ go-1.2.ebuild 28 Mar 2014 14:08:40 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.6 2014/02/11 17:57:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.7 2014/03/28 14:08:40 grobian Exp $
EAPI=5
@@ -14,7 +14,7 @@
else
SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
# Upstream only supports go on amd64, arm and x86 architectures.
- KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd"
+ KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"
@@ -51,7 +51,7 @@
src_compile()
{
- export GOROOT_FINAL=/usr/lib/go
+ export GOROOT_FINAL="${EPREFIX}"/usr/lib/go
export GOROOT="$(pwd)"
export GOBIN="${GOROOT}/bin"
if [[ $CTARGET = armv5* ]]
@@ -126,8 +126,8 @@
# linker are also checked - so we need to fix them too.
ebegin "fixing timestamps to avoid unnecessary rebuilds"
tref="usr/lib/go/pkg/*/runtime.a"
- find "${ROOT}"usr/lib/go -type f \
- -exec touch -r "${ROOT}"${tref} {} \;
+ find "${EROOT}"usr/lib/go -type f \
+ -exec touch -r "${EROOT}"${tref} {} \;
eend $?
if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} &&
1.16 dev-lang/go/go-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.15&r2=1.16
Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- go-9999.ebuild 11 Feb 2014 17:57:09 -0000 1.15
+++ go-9999.ebuild 28 Mar 2014 14:08:40 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.15 2014/02/11 17:57:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.16 2014/03/28 14:08:40 grobian Exp $
EAPI=5
@@ -51,7 +51,7 @@
src_compile()
{
- export GOROOT_FINAL=/usr/lib/go
+ export GOROOT_FINAL="${EPREFIX}"/usr/lib/go
export GOROOT="$(pwd)"
export GOBIN="${GOROOT}/bin"
if [[ $CTARGET = armv5* ]]
@@ -126,8 +126,8 @@
# linker are also checked - so we need to fix them too.
ebegin "fixing timestamps to avoid unnecessary rebuilds"
tref="usr/lib/go/pkg/*/runtime.a"
- find "${ROOT}"usr/lib/go -type f \
- -exec touch -r "${ROOT}"${tref} {} \;
+ find "${EROOT}"usr/lib/go -type f \
+ -exec touch -r "${EROOT}"${tref} {} \;
eend $?
if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} &&
1.33 dev-lang/go/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 11 Feb 2014 17:57:09 -0000 1.32
+++ ChangeLog 28 Mar 2014 14:08:40 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.32 2014/02/11 17:57:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.33 2014/03/28 14:08:40 grobian Exp $
+
+ 28 Mar 2014; Fabian Groffen <grobian@gentoo.org> go-1.2.ebuild,
+ go-9999.ebuild:
+ Fix for Prefix, marked ~x64-macos
11 Feb 2014; William Hubbs <williamh@gentoo.org> go-1.2.ebuild,
go-9999.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-28 14:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 17:57 [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.2.ebuild go-9999.ebuild ChangeLog William Hubbs (williamh)
-- strict thread matches above, loose matches on Subject: below --
2014-03-28 14:08 Fabian Groffen (grobian)
2014-01-28 17:38 William Hubbs (williamh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox