Gentoo Archives: gentoo-commits

From: "Guilherme Amadio (amadio)" <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-2.1_p20141224.ebuild ChangeLog
Date: Mon, 09 Feb 2015 19:52:56
Message-Id: 20150209195252.F0D90D1F7@oystercatcher.gentoo.org
1 amadio 15/02/09 19:52:52
2
3 Modified: bash-completion-2.1_p20141224.ebuild ChangeLog
4 Log:
5 Fix bug #535942
6
7 (Portage version: 2.2.16/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild?rev=1.2&view=markup
13 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
14 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
15
16 Index: bash-completion-2.1_p20141224.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1_p20141224.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bash-completion-2.1_p20141224.ebuild 23 Dec 2014 23:53:25 -0000 1.1
23 +++ bash-completion-2.1_p20141224.ebuild 9 Feb 2015 19:52:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -49,7 +49,7 @@
34 # work-around race conditions, bug #526996
35 mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die
36
37 - emake DESTDIR="${D}" profiledir=/etc/bash/bashrc.d install
38 + emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install
39
40 local file
41 for file in "${STRIP_COMPLETIONS[@]}"; do
42
43
44
45 1.279 app-shells/bash-completion/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.279&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.279&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.278&r2=1.279
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
54 retrieving revision 1.278
55 retrieving revision 1.279
56 diff -u -r1.278 -r1.279
57 --- ChangeLog 23 Dec 2014 23:53:25 -0000 1.278
58 +++ ChangeLog 9 Feb 2015 19:52:52 -0000 1.279
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-shells/bash-completion
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.278 2014/12/23 23:53:25 mgorny Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.279 2015/02/09 19:52:52 amadio Exp $
65 +
66 + 09 Feb 2015; <amadio@g.o> bash-completion-2.1_p20141224.ebuild:
67 + Fix bug #535942
68
69 *bash-completion-2.1_p20141224 (23 Dec 2014)