polynomial-c 14/05/30 11:37:28 Modified: ChangeLog git-2.0.0.ebuild git-1.9.3.ebuild Log: Fixed postinst message wrt. git-prompt.sh location (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.264 dev-vcs/git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.264&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.264&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.263&r2=1.264 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v retrieving revision 1.263 retrieving revision 1.264 diff -u -r1.263 -r1.264 --- ChangeLog 29 May 2014 20:08:27 -0000 1.263 +++ ChangeLog 30 May 2014 11:37:28 -0000 1.264 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.263 2014/05/29 20:08:27 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.264 2014/05/30 11:37:28 polynomial-c Exp $ + + 30 May 2014; Lars Wendler <[email protected]> git-1.9.3.ebuild, + git-2.0.0.ebuild: + Fixed postinst message wrt. git-prompt.sh location. 29 May 2014; Sven Wegener <[email protected]> files/git-2.0.0-optional-cvs.patch: 1.2 dev-vcs/git/git-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?r1=1.1&r2=1.2 Index: git-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- git-2.0.0.ebuild 29 May 2014 00:12:26 -0000 1.1 +++ git-2.0.0.ebuild 30 May 2014 11:37:28 -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/dev-vcs/git/git-2.0.0.ebuild,v 1.1 2014/05/29 00:12:26 robbat2 Exp $ +# $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 $ EAPI=5 @@ -629,8 +629,8 @@ pkg_postinst() { use emacs && elisp-site-regen einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt" - einfo "Note that the prompt bash code is now in the seperate script" + einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + einfo "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" 1.2 dev-vcs/git/git-1.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?r1=1.1&r2=1.2 Index: git-1.9.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- git-1.9.3.ebuild 11 May 2014 21:15:13 -0000 1.1 +++ git-1.9.3.ebuild 30 May 2014 11:37:28 -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/dev-vcs/git/git-1.9.3.ebuild,v 1.1 2014/05/11 21:15:13 polynomial-c Exp $ +# $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 $ EAPI=5 @@ -628,8 +628,8 @@ pkg_postinst() { use emacs && elisp-site-regen einfo "Please read /usr/share/bash-completion/git for Git bash command completion" - einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt" - einfo "Note that the prompt bash code is now in the seperate script" + einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + einfo "Note that the prompt bash code is now in that separate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt"
