mgorny 14/10/24 17:40:55 Modified: go-1.3.3.ebuild ChangeLog Log: Alias additional commands for bash-completion, bug #526240. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 dev-lang/go/go-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.3.ebuild?r1=1.4&r2=1.5 Index: go-1.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- go-1.3.3.ebuild 17 Oct 2014 18:02:04 -0000 1.4 +++ go-1.3.3.ebuild 24 Oct 2014 17:40:55 -0000 1.5 @@ -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 @@ 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 1.52 dev-lang/go/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 17 Oct 2014 18:06:19 -0000 1.51 +++ ChangeLog 24 Oct 2014 17:40:55 -0000 1.52 @@ -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 <mgo...@gentoo.org> go-1.3.3.ebuild: + Alias additional commands for bash-completion, bug #526240. 17 Oct 2014; William Hubbs <willi...@gentoo.org> -go-1.3.1.ebuild, -go-1.3.ebuild: