mgorny 14/09/06 07:45:11 Modified: bash-completion-2.1-r2.ebuild ChangeLog Log: Install helpers needed for completions as well, bug #520032. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 app-shells/bash-completion/bash-completion-2.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild?r1=1.1&r2=1.2 Index: bash-completion-2.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-2.1-r2.ebuild 6 Sep 2014 07:37:55 -0000 1.1 +++ bash-completion-2.1-r2.ebuild 6 Sep 2014 07:45:11 -0000 1.2 @@ -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/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v 1.1 2014/09/06 07:37:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v 1.2 2014/09/06 07:45:11 mgorny Exp $ EAPI=5 inherit bash-completion-r1 prefix toolchain-funcs @@ -32,7 +32,7 @@ -e "/Version/[email protected]@${PV}@" \ "${T}"/bash-completion.pc || die - find completions -name 'Makefile*' -exec rm -f {} + + find -name 'Makefile*' -exec rm -f {} + # Part of >=sys-apps/util-linux-2.23 wrt #468544 local file @@ -72,6 +72,10 @@ out != "" { print > D"/usr/share/bash-completion/"out }' \ bash_completion || die "failed to split bash_completion" + # Note: private eclass stuff, don't use it anywhere else! + insinto "$(_bash-completion-r1_get_bashhelpersdir)" + doins "${S}"/helpers/* + dodoc AUTHORS CHANGES README # This is backported from upstream 2.0 release. You can stop installing 1.265 app-shells/bash-completion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.265&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.265&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.264&r2=1.265 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- ChangeLog 6 Sep 2014 07:37:55 -0000 1.264 +++ ChangeLog 6 Sep 2014 07:45:11 -0000 1.265 @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.264 2014/09/06 07:37:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.265 2014/09/06 07:45:11 mgorny Exp $ + + 06 Sep 2014; Michał Górny <[email protected]> bash-completion-2.1-r2.ebuild: + Install helpers needed for completions as well, bug #520032. *bash-completion-2.1-r2 (06 Sep 2014)
