radhermit    14/10/14 05:27:53

  Modified:             ChangeLog
  Added:                vim-r-1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.16                 app-vim/vim-r/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   26 Jun 2014 06:31:02 -0000      1.15
+++ ChangeLog   14 Oct 2014 05:27:53 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/vim-r
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.15 2014/06/26 
06:31:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.16 2014/10/14 
05:27:53 radhermit Exp $
+
+*vim-r-1.0 (14 Oct 2014)
+
+  14 Oct 2014; Tim Harder <[email protected]> +vim-r-1.0.ebuild:
+  Version bump.
 
 *vim-r-0.9.9.9 (26 Jun 2014)
 



1.1                  app-vim/vim-r/vim-r-1.0.ebuild

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

Index: vim-r-1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/vim-r-1.0.ebuild,v 1.1 
2014/10/14 05:27:53 radhermit Exp $

EAPI=5

inherit vim-plugin

DESCRIPTION="vim plugin: integrate vim with R"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628";
LICENSE="public-domain"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-lang/R"

VIM_PLUGIN_HELPFILES="r-plugin.txt"

pkg_postinst() {
        if [[ -z ${REPLACING_VERSIONS} ]]; then
                elog "This plugin requires the vimcom R package to be 
installed,"
                elog "see https://github.com/jalvesaq/VimCom for instructions."
        fi
}




Reply via email to