amadio 15/02/09 19:52:52 Modified: bash-completion-2.1_p20141224.ebuild ChangeLog Log: Fix bug #535942 (Portage version: 2.2.16/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.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_p20141224.ebuild?r1=1.1&r2=1.2 Index: bash-completion-2.1_p20141224.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-2.1_p20141224.ebuild 23 Dec 2014 23:53:25 -0000 1.1 +++ bash-completion-2.1_p20141224.ebuild 9 Feb 2015 19:52:52 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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_p20141224.ebuild,v 1.1 2014/12/23 23:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v 1.2 2015/02/09 19:52:52 amadio Exp $ EAPI=5 @@ -49,7 +49,7 @@ # work-around race conditions, bug #526996 mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die - emake DESTDIR="${D}" profiledir=/etc/bash/bashrc.d install + emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install local file for file in "${STRIP_COMPLETIONS[@]}"; do 1.279 app-shells/bash-completion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.279&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.279&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.278&r2=1.279 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v retrieving revision 1.278 retrieving revision 1.279 diff -u -r1.278 -r1.279 --- ChangeLog 23 Dec 2014 23:53:25 -0000 1.278 +++ ChangeLog 9 Feb 2015 19:52:52 -0000 1.279 @@ -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.278 2014/12/23 23:53:25 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.279 2015/02/09 19:52:52 amadio Exp $ + + 09 Feb 2015; <[email protected]> bash-completion-2.1_p20141224.ebuild: + Fix bug #535942 *bash-completion-2.1_p20141224 (23 Dec 2014)
