diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-10-17 21:12:52 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-10-17 21:12:52 +0000 |
commit | a66e37194438a54c7d69968914b02f145b6903c2 (patch) | |
tree | 4ad211cf3c47cf66c207fba0749232235af0bd55 /dev-vcs | |
parent | Remove gstreamer plugins when USE=-gstreamer by rom.gentoo (bug #386961). Rem... (diff) | |
download | gentoo-2-a66e37194438a54c7d69968914b02f145b6903c2.tar.gz gentoo-2-a66e37194438a54c7d69968914b02f145b6903c2.tar.bz2 gentoo-2-a66e37194438a54c7d69968914b02f145b6903c2.zip |
Version bump.
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitolite-gentoo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/gitolite-gentoo/gitolite-gentoo-2.1.0.ebuild (renamed from dev-vcs/gitolite-gentoo/gitolite-gentoo-2.0_p1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/gitolite-gentoo/ChangeLog b/dev-vcs/gitolite-gentoo/ChangeLog index 53f82a2658b6..1d567e639584 100644 --- a/dev-vcs/gitolite-gentoo/ChangeLog +++ b/dev-vcs/gitolite-gentoo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/gitolite-gentoo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/ChangeLog,v 1.18 2011/09/10 17:52:10 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/ChangeLog,v 1.19 2011/10/17 21:12:52 idl0r Exp $ + +*gitolite-gentoo-2.1.0 (17 Oct 2011) + + 17 Oct 2011; Christian Ruppert <idl0r@gentoo.org> + -gitolite-gentoo-2.0_p1.ebuild, +gitolite-gentoo-2.1.0.ebuild: + Version bump. *gitolite-gentoo-2.0.3-r1 (10 Sep 2011) diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.0_p1.ebuild b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.1.0.ebuild index 6c1dff7aebb1..de97fe461075 100644 --- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.0_p1.ebuild +++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.0_p1.ebuild,v 1.1 2011/03/28 18:09:55 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.1.0.ebuild,v 1.1 2011/10/17 21:12:52 idl0r Exp $ EAPI=3 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="contrib vim-syntax" DEPEND="dev-lang/perl - >=dev-vcs/git-1.6.2" + >=dev-vcs/git-1.6.6" RDEPEND="${DEPEND} !dev-vcs/gitolite dev-perl/Net-SSH-AuthorizedKeysFile |