radhermit 14/06/25 00:34:16 Modified: ChangeLog fugitive-9999.ebuild Added: fugitive-2.1.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.8 app-vim/fugitive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 19 Jun 2014 05:32:13 -0000 1.7 +++ ChangeLog 25 Jun 2014 00:34:15 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for app-vim/fugitive # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.8 2014/06/25 00:34:15 radhermit Exp $ + +*fugitive-2.1 (25 Jun 2014) + + 25 Jun 2014; Tim Harder <[email protected]> +fugitive-2.1.ebuild, + fugitive-9999.ebuild: + Version bump. *fugitive-9999 (19 Jun 2014) *fugitive-2.0_beta (19 Jun 2014) 1.2 app-vim/fugitive/fugitive-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?r1=1.1&r2=1.2 Index: fugitive-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fugitive-9999.ebuild 19 Jun 2014 05:32:13 -0000 1.1 +++ fugitive-9999.ebuild 25 Jun 2014 00:34:15 -0000 1.2 @@ -1,12 +1,18 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild,v 1.2 2014/06/25 00:34:15 radhermit Exp $ EAPI=5 +inherit vim-plugin -inherit vim-plugin git-r3 - -EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" +else + inherit vcs-snapshot + SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" +fi 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/" 1.1 app-vim/fugitive/fugitive-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?rev=1.1&content-type=text/plain Index: fugitive-2.1.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.1.ebuild,v 1.1 2014/06/25 00:34:15 radhermit Exp $ EAPI=5 inherit vim-plugin if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" else inherit vcs-snapshot SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" fi 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"
