diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-02 08:37:23 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-10-02 08:37:23 +0000 |
commit | 486a009a310d76ab513d674779674affa0e221af (patch) | |
tree | 61b99cfb057ce35228df9ae011ddf6633f0fbc70 /dev-vcs | |
parent | arm64/m68k stable (diff) | |
download | gentoo-2-486a009a310d76ab513d674779674affa0e221af.tar.gz gentoo-2-486a009a310d76ab513d674779674affa0e221af.tar.bz2 gentoo-2-486a009a310d76ab513d674779674affa0e221af.zip |
Version bump. Removed old
(Portage version: 2.2.14_rc1/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.2.ebuild (renamed from dev-vcs/git/git-2.1.0.ebuild) | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index a9f96ef70997..a41860ae7cff 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.288 2014/10/01 12:54:59 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.289 2014/10/02 08:37:23 polynomial-c Exp $ + +*git-2.1.2 (02 Oct 2014) + + 02 Oct 2014; Lars Wendler <polynomial-c@gentoo.org> -git-2.1.0.ebuild, + +git-2.1.2.ebuild: + Version bump. Removed old. 01 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> git-2.0.4.ebuild: ia64 stable wrt bug #519736 diff --git a/dev-vcs/git/git-2.1.0.ebuild b/dev-vcs/git/git-2.1.2.ebuild index 6f78564fb3ad..22e8c46c7a1d 100644 --- a/dev-vcs/git/git-2.1.0.ebuild +++ b/dev-vcs/git/git-2.1.2.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.0.ebuild,v 1.5 2014/08/30 08:59:38 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.2.ebuild,v 1.1 2014/10/02 08:37:23 polynomial-c Exp $ EAPI=5 @@ -111,8 +111,6 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " -RESTRICT="test" # 520270 - pkg_setup() { if use subversion && has_version "dev-vcs/subversion[dso]"; then ewarn "Per Gentoo bugs #223747, #238586, when subversion is built" @@ -516,7 +514,7 @@ src_install() { } src_test() { - local disabled="" + local disabled="t7004-tag.sh" #520270 local tests_cvs="t9200-git-cvsexportcommit.sh \ t9400-git-cvsserver-server.sh \ t9401-git-cvsserver-crlf.sh \ |