radhermit    15/01/20 13:21:11

  Modified:             ChangeLog
  Added:                fugitive-2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.10                 app-vim/fugitive/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   25 Jun 2014 00:34:47 -0000      1.9
+++ ChangeLog   20 Jan 2015 13:21:11 -0000      1.10
@@ -1,6 +1,11 @@
 # 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.9 2014/06/25 
00:34:47 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.10 
2015/01/20 13:21:11 radhermit Exp $
+
+*fugitive-2.2 (20 Jan 2015)
+
+  20 Jan 2015; Tim Harder <[email protected]> +fugitive-2.2.ebuild:
+  Version bump.
 
   25 Jun 2014; Tim Harder <[email protected]> -fugitive-2.0_beta.ebuild:
   Remove old.



1.1                  app-vim/fugitive/fugitive-2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild?rev=1.1&content-type=text/plain

Index: fugitive-2.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.2.ebuild,v 1.1 
2015/01/20 13:21:11 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"




Reply via email to