diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-24 17:40:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-24 17:40:55 +0000 |
commit | 9c9c00b2311606368a5979d3f9f8bd63004c7414 (patch) | |
tree | b6b545b5ed0b46800e66084a346da2ce2e745385 /dev-lang/go | |
parent | Remove obsolete configure option, bug #515336 (diff) | |
download | gentoo-2-9c9c00b2311606368a5979d3f9f8bd63004c7414.tar.gz gentoo-2-9c9c00b2311606368a5979d3f9f8bd63004c7414.tar.bz2 gentoo-2-9c9c00b2311606368a5979d3f9f8bd63004c7414.zip |
Alias additional commands for bash-completion, bug #526240.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.3.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 0fbc08b315b6..41b943c9d682 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # 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.51 2014/10/17 18:06:19 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.52 2014/10/24 17:40:55 mgorny Exp $ + + 24 Oct 2014; Michał Górny <mgorny@gentoo.org> go-1.3.3.ebuild: + Alias additional commands for bash-completion, bug #526240. 17 Oct 2014; William Hubbs <williamh@gentoo.org> -go-1.3.1.ebuild, -go-1.3.ebuild: diff --git a/dev-lang/go/go-1.3.3.ebuild b/dev-lang/go/go-1.3.3.ebuild index f253b4450e0a..ac69b044ed40 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.4 2014/10/17 18:02:04 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.5 2014/10/24 17:40:55 mgorny Exp $ EAPI=5 @@ -89,6 +89,7 @@ src_install() doins -r doc include lib pkg src dobashcomp misc/bash/go + bashcomp_alias go {5,6,8}{g,l} gccgo gofmt if use emacs; then elisp-install ${PN} misc/emacs/*.el misc/emacs/*.elc |