diff options
author | 2015-03-26 13:01:05 +0000 | |
---|---|---|
committer | 2015-03-26 13:01:05 +0000 | |
commit | 01d5cf98c865c8636e2ed6f2630ffb2508f54170 (patch) | |
tree | ee287e0655dcb485b33a35499d2b6d40a0baebfe /dev-vcs | |
parent | version bump (diff) | |
download | gentoo-2-01d5cf98c865c8636e2ed6f2630ffb2508f54170.tar.gz gentoo-2-01d5cf98c865c8636e2ed6f2630ffb2508f54170.tar.bz2 gentoo-2-01d5cf98c865c8636e2ed6f2630ffb2508f54170.zip |
Version bump. Removed old
(Portage version: 2.2.18/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.3.4.ebuild (renamed from dev-vcs/git/git-2.3.2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 62484e0c61cb..3a7358285033 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.317 2015/03/16 21:50:00 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.318 2015/03/26 13:01:05 polynomial-c Exp $ + +*git-2.3.4 (26 Mar 2015) + + 26 Mar 2015; Lars Wendler <polynomial-c@gentoo.org> -git-2.3.2.ebuild, + +git-2.3.4.ebuild: + Version bump. Removed old. *git-2.3.3 (16 Mar 2015) diff --git a/dev-vcs/git/git-2.3.2.ebuild b/dev-vcs/git/git-2.3.4.ebuild index e29a8742da87..acbe3aba25ae 100644 --- a/dev-vcs/git/git-2.3.2.ebuild +++ b/dev-vcs/git/git-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.2.ebuild,v 1.1 2015/03/13 06:37:47 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.4.ebuild,v 1.1 2015/03/26 13:01:05 polynomial-c Exp $ EAPI=5 @@ -42,11 +42,11 @@ IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv media # Common to both DEPEND and RDEPEND CDEPEND=" - dev-libs/openssl + dev-libs/openssl:= sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) - tk? ( dev-lang/tk ) + tk? ( dev-lang/tk:= ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) |