jlec 15/03/07 15:28:13 Modified: hub-2.2.0.ebuild ChangeLog Log: Install zsh-completions unconditionally; do not install broken bash-completions (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-vcs/hub/hub-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild?r1=1.1&r2=1.2 Index: hub-2.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hub-2.2.0.ebuild 6 Mar 2015 22:14:51 -0000 1.1 +++ hub-2.2.0.ebuild 7 Mar 2015 15:28:13 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild,v 1.1 2015/03/06 22:14:51 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild,v 1.2 2015/03/07 15:28:13 jlec Exp $ EAPI=5 @@ -13,14 +13,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="zsh-completion" -DEPEND=" - >=dev-lang/go-1.4 -" -RDEPEND=" - >=dev-vcs/git-1.7.3 - zsh-completion? ( app-shells/zsh ) -" +IUSE="" + +DEPEND=">=dev-lang/go-1.4" +RDEPEND=">=dev-vcs/git-1.7.3" + DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" src_compile() { @@ -30,16 +27,15 @@ src_install() { readme.gentoo_create_doc - exeinto /usr/bin - doexe hub + dobin hub doman man/${PN}.1 dodoc README.md - newbashcomp etc/${PN}.bash_completion.sh ${PN} + # Broken with autoloader + # https://github.com/github/hub/issues/592 + # newbashcomp etc/${PN}.bash_completion.sh ${PN} - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - newins etc/hub.zsh_completion _${PN} - fi + insinto /usr/share/zsh/site-functions + newins etc/hub.zsh_completion _${PN} } 1.16 dev-vcs/hub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 6 Mar 2015 22:14:51 -0000 1.15 +++ ChangeLog 7 Mar 2015 15:28:13 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/hub # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.15 2015/03/06 22:14:51 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.16 2015/03/07 15:28:13 jlec Exp $ + + 07 Mar 2015; Justin Lecher <j...@gentoo.org> hub-2.2.0.ebuild: + Install zsh-completions unconditionally; do not install broken bash- + completions *hub-2.2.0 (06 Mar 2015)