Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: ChangeLog git-2.0.0.ebuild git-1.9.3.ebuild
Date: Fri, 30 May 2014 11:37:33
Message-Id: 20140530113728.CD8A62004E@flycatcher.gentoo.org
1 polynomial-c 14/05/30 11:37:28
2
3 Modified: ChangeLog git-2.0.0.ebuild git-1.9.3.ebuild
4 Log:
5 Fixed postinst message wrt. git-prompt.sh location
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.264 dev-vcs/git/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.264&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.264&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.263&r2=1.264
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
19 retrieving revision 1.263
20 retrieving revision 1.264
21 diff -u -r1.263 -r1.264
22 --- ChangeLog 29 May 2014 20:08:27 -0000 1.263
23 +++ ChangeLog 30 May 2014 11:37:28 -0000 1.264
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-vcs/git
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.263 2014/05/29 20:08:27 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.264 2014/05/30 11:37:28 polynomial-c Exp $
29 +
30 + 30 May 2014; Lars Wendler <polynomial-c@g.o> git-1.9.3.ebuild,
31 + git-2.0.0.ebuild:
32 + Fixed postinst message wrt. git-prompt.sh location.
33
34 29 May 2014; Sven Wegener <swegener@g.o>
35 files/git-2.0.0-optional-cvs.patch:
36
37
38
39 1.2 dev-vcs/git/git-2.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?r1=1.1&r2=1.2
44
45 Index: git-2.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- git-2.0.0.ebuild 29 May 2014 00:12:26 -0000 1.1
52 +++ git-2.0.0.ebuild 30 May 2014 11:37:28 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild,v 1.1 2014/05/29 00:12:26 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild,v 1.2 2014/05/30 11:37:28 polynomial-c Exp $
58
59 EAPI=5
60
61 @@ -629,8 +629,8 @@
62 pkg_postinst() {
63 use emacs && elisp-site-regen
64 einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
65 - einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt"
66 - einfo "Note that the prompt bash code is now in the seperate script"
67 + einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
68 + einfo "Note that the prompt bash code is now in that separate script"
69 elog "These additional scripts need some dependencies:"
70 echo
71 showpkgdeps git-quiltimport "dev-util/quilt"
72
73
74
75 1.2 dev-vcs/git/git-1.9.3.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?r1=1.1&r2=1.2
80
81 Index: git-1.9.3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- git-1.9.3.ebuild 11 May 2014 21:15:13 -0000 1.1
88 +++ git-1.9.3.ebuild 30 May 2014 11:37:28 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v 1.1 2014/05/11 21:15:13 polynomial-c Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v 1.2 2014/05/30 11:37:28 polynomial-c Exp $
94
95 EAPI=5
96
97 @@ -628,8 +628,8 @@
98 pkg_postinst() {
99 use emacs && elisp-site-regen
100 einfo "Please read /usr/share/bash-completion/git for Git bash command completion"
101 - einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt"
102 - einfo "Note that the prompt bash code is now in the seperate script"
103 + einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt"
104 + einfo "Note that the prompt bash code is now in that separate script"
105 elog "These additional scripts need some dependencies:"
106 echo
107 showpkgdeps git-quiltimport "dev-util/quilt"