diff options
author | William Hubbs <williamh@gentoo.org> | 2014-12-12 18:23:32 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-12-12 18:23:32 +0000 |
commit | b03360ce53f3c225e4edb1b78d796abe01a67b2c (patch) | |
tree | b997608e94cd8d7a1578158c87b3ef34f5512b2d /dev-lang/go | |
parent | Fix gpg signature (diff) | |
download | gentoo-2-b03360ce53f3c225e4edb1b78d796abe01a67b2c.tar.gz gentoo-2-b03360ce53f3c225e4edb1b78d796abe01a67b2c.tar.bz2 gentoo-2-b03360ce53f3c225e4edb1b78d796abe01a67b2c.zip |
fix references to upstream issues
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/go/go-1.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/go/go-1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index c0d92b43899d..aa841d7f1679 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -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.57 2014/12/11 17:28:16 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.58 2014/12/12 18:23:32 williamh Exp $ + + 12 Dec 2014; William Hubbs <williamh@gentoo.org> go-1.3.3.ebuild, + go-1.4.ebuild, go-9999.ebuild: + fix references to upstream issues 11 Dec 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild: sync live ebuild diff --git a/dev-lang/go/go-1.3.3.ebuild b/dev-lang/go/go-1.3.3.ebuild index 319211097591..0789eba0a32d 100644 --- a/dev-lang/go/go-1.3.3.ebuild +++ b/dev-lang/go/go-1.3.3.ebuild @@ -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.3.3.ebuild,v 1.7 2014/11/21 09:55:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.8 2014/12/12 18:23:32 williamh Exp $ EAPI=5 @@ -86,7 +86,7 @@ src_install() # There is a known issue which requires the source tree to be installed [1]. # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 + # [1] https://golang.org/issue/2775 doins -r doc include lib pkg src dobashcomp misc/bash/go diff --git a/dev-lang/go/go-1.4.ebuild b/dev-lang/go/go-1.4.ebuild index ada7bf8a6db8..0a0686d42e1d 100644 --- a/dev-lang/go/go-1.4.ebuild +++ b/dev-lang/go/go-1.4.ebuild @@ -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.4.ebuild,v 1.2 2014/12/11 17:03:50 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.3 2014/12/12 18:23:32 williamh Exp $ EAPI=5 @@ -79,7 +79,7 @@ src_install() # There is a known issue which requires the source tree to be installed [1]. # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 + # [1] https://golang.org/issue/2775 doins -r doc include lib pkg src fperms -R +x /usr/lib/go/pkg/tool } diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 68bb9e40ebaa..5043cba8d55f 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -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.21 2014/12/11 17:28:16 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.22 2014/12/12 18:23:32 williamh Exp $ EAPI=5 @@ -79,7 +79,7 @@ src_install() # There is a known issue which requires the source tree to be installed [1]. # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 + # [1] https://golang.org/issue/2775 doins -r doc include lib pkg src fperms -R +x /usr/lib/go/pkg/tool } |