diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-31 08:19:54 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-31 08:19:54 +0000 |
commit | 53c3132ce5bc11ccb706532c28e7217b9a3b0700 (patch) | |
tree | 2fb388101064a2f499ed120aca640cdc27e724a0 /dev-vcs | |
parent | sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release (diff) | |
download | gentoo-2-53c3132ce5bc11ccb706532c28e7217b9a3b0700.tar.gz gentoo-2-53c3132ce5bc11ccb706532c28e7217b9a3b0700.tar.bz2 gentoo-2-53c3132ce5bc11ccb706532c28e7217b9a3b0700.zip |
Version bump. Removed old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/git/git-2.1.3.ebuild (renamed from dev-vcs/git/git-2.1.1.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index e9611e3ac320..d0b7a6546c7d 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,12 @@ # 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.293 2014/10/29 09:38:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.294 2014/10/31 08:19:54 polynomial-c Exp $ + +*git-2.1.3 (31 Oct 2014) + + 31 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.1.1.ebuild, + +git-2.1.3.ebuild: + Version bump. Removed old. 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> git-2.0.4.ebuild: Stable for sparc, wrt bug #519736 diff --git a/dev-vcs/git/git-2.1.1.ebuild b/dev-vcs/git/git-2.1.3.ebuild index 1fa26fd87480..b6b39078f4e7 100644 --- a/dev-vcs/git/git-2.1.1.ebuild +++ b/dev-vcs/git/git-2.1.3.ebuild @@ -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.1.1.ebuild,v 1.1 2014/09/20 23:46:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.3.ebuild,v 1.1 2014/10/31 08:19:54 polynomial-c Exp $ EAPI=5 @@ -378,6 +378,7 @@ src_install() { use doc && doinfo Documentation/{git,gitman}.info newbashcomp contrib/completion/git-completion.bash ${PN} + bashcomp_alias git gitk # Not really a bash-completion file (bug #477920) # but still needed uncompressed (bug #507480) insinto /usr/share/${PN} |