Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-1.7.12-r2.ebuild
Date: Fri, 24 Aug 2012 16:55:52
Message-Id: 20120824165529.2D477205C6@flycatcher.gentoo.org
1 robbat2 12/08/24 16:55:29
2
3 Modified: ChangeLog git-1.7.12-r2.ebuild
4 Log:
5 Warn about the bash completion split: prompt is now in a seperate bashcomp file.
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.154 dev-vcs/git/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.154&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.154&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.153&r2=1.154
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
19 retrieving revision 1.153
20 retrieving revision 1.154
21 diff -p -w -b -B -u -u -r1.153 -r1.154
22 --- ChangeLog 24 Aug 2012 03:51:48 -0000 1.153
23 +++ ChangeLog 24 Aug 2012 16:55:29 -0000 1.154
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-vcs/git
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.153 2012/08/24 03:51:48 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.154 2012/08/24 16:55:29 robbat2 Exp $
29 +
30 + 24 Aug 2012; Robin H. Johnson <robbat2@g.o> git-1.7.12-r2.ebuild,
31 + git-1.7.8.6.ebuild:
32 + Warn about the bash completion split: prompt is now in a seperate bashcomp
33 + file.
34
35 24 Aug 2012; Zac Medico <zmedico@g.o> git-1.7.10.2.ebuild,
36 git-1.7.10.ebuild, git-1.7.11.1.ebuild, git-1.7.12-r1.ebuild,
37
38
39
40 1.4 dev-vcs/git/git-1.7.12-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild?r1=1.3&r2=1.4
45
46 Index: git-1.7.12-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -p -w -b -B -u -u -r1.3 -r1.4
52 --- git-1.7.12-r2.ebuild 24 Aug 2012 03:51:48 -0000 1.3
53 +++ git-1.7.12-r2.ebuild 24 Aug 2012 16:55:29 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v 1.3 2012/08/24 03:51:48 zmedico Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v 1.4 2012/08/24 16:55:29 robbat2 Exp $
59
60 EAPI=4
61
62 @@ -508,7 +508,9 @@ showpkgdeps() {
63 pkg_postinst() {
64 use emacs && elisp-site-regen
65 use python && python_mod_optimize git_remote_helpers
66 - einfo "Please read /usr/share/bash-completion/git for Git bash completion"
67 + einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
68 + einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt"
69 + einfo "Note that the prompt bash code is now in the seperate script"
70 elog "These additional scripts need some dependencies:"
71 echo
72 showpkgdeps git-quiltimport "dev-util/quilt"