diff options
author | 2014-07-18 16:18:51 +0000 | |
---|---|---|
committer | 2014-07-18 16:18:51 +0000 | |
commit | d26e364a363d3d59fa90b72fa880f533e79cf389 (patch) | |
tree | 70cd23cc79acef6ce5ffb332c6503991ac352b40 /dev-lang | |
parent | Remove old (diff) | |
download | gentoo-2-d26e364a363d3d59fa90b72fa880f533e79cf389.tar.gz gentoo-2-d26e364a363d3d59fa90b72fa880f533e79cf389.tar.bz2 gentoo-2-d26e364a363d3d59fa90b72fa880f533e79cf389.zip |
install editors document to point people to the go wiki page about editor and shell support
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 6c7af35a7676..31102f7cf865 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.37 2014/07/17 20:48:05 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.38 2014/07/18 16:18:51 williamh Exp $ + + 18 Jul 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild: + install editors document to point people to the go wiki page about editor and + shell support 17 Jul 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild: remove editor and shell support use flags for bug #516070 diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index a1f9b380110b..43aa1ffb50d6 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.17 2014/07/17 20:48:05 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.18 2014/07/18 16:18:51 williamh Exp $ EAPI=5 @@ -70,7 +70,7 @@ src_test() src_install() { dobin bin/* - dodoc AUTHORS CONTRIBUTORS PATENTS README + dodoc AUTHORS CONTRIBUTORS PATENTS README misc/editors dodir /usr/lib/go insinto /usr/lib/go |