radhermit 14/06/19 05:32:13 Modified: ChangeLog Added: fugitive-2.0_beta.ebuild fugitive-9999.ebuild Log: Version bump and add live ebuild. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.7 app-vim/fugitive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 24 Dec 2013 12:44:04 -0000 1.6 +++ ChangeLog 19 Jun 2014 05:32:13 -0000 1.7 @@ -1,6 +1,13 @@ # ChangeLog for app-vim/fugitive -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.6 2013/12/24 12:44:04 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.7 2014/06/19 05:32:13 radhermit Exp $ + +*fugitive-9999 (19 Jun 2014) +*fugitive-2.0_beta (19 Jun 2014) + + 19 Jun 2014; Tim Harder <[email protected]> +fugitive-2.0_beta.ebuild, + +fugitive-9999.ebuild: + Version bump and add live ebuild. 24 Dec 2013; Agostino Sarubbo <[email protected]> fugitive-1.2.ebuild: Stable for x86, wrt bug #481862 1.1 app-vim/fugitive/fugitive-2.0_beta.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.0_beta.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.0_beta.ebuild?rev=1.1&content-type=text/plain Index: fugitive-2.0_beta.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.0_beta.ebuild,v 1.1 2014/06/19 05:32:13 radhermit Exp $ EAPI=5 inherit vim-plugin vcs-snapshot DESCRIPTION="vim plugin: a git wrapper for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" SRC_URI="https://github.com/tpope/vim-fugitive/archive/v2.0.beta.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" VIM_PLUGIN_HELPFILES="${PN}.txt" RDEPEND="dev-vcs/git" 1.1 app-vim/fugitive/fugitive-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?rev=1.1&content-type=text/plain Index: fugitive-9999.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild,v 1.1 2014/06/19 05:32:13 radhermit Exp $ EAPI=5 inherit vim-plugin git-r3 EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" DESCRIPTION="vim plugin: a git wrapper for vim" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" LICENSE="vim" VIM_PLUGIN_HELPFILES="${PN}.txt" RDEPEND="dev-vcs/git"
