summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-13 09:06:03 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-13 09:06:03 +0000
commitff2404aaddfef1f92c7fa677920f93920df36d5c (patch)
tree93074a271cff6328f388987c7607ae600b53634a /app-vim
parentFix dohtml call. #451010 (diff)
downloadgentoo-2-ff2404aaddfef1f92c7fa677920f93920df36d5c.tar.gz
gentoo-2-ff2404aaddfef1f92c7fa677920f93920df36d5c.tar.bz2
gentoo-2-ff2404aaddfef1f92c7fa677920f93920df36d5c.zip
Version bump.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vim-r/ChangeLog9
-rw-r--r--app-vim/vim-r/vim-r-0.9.9.1.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog
index e5765d32e429..db9e4a87ff7a 100644
--- a/app-vim/vim-r/ChangeLog
+++ b/app-vim/vim-r/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/vim-r
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.7 2012/09/18 03:45:24 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.8 2013/01/13 09:06:03 radhermit Exp $
+
+*vim-r-0.9.9.1 (13 Jan 2013)
+
+ 13 Jan 2013; Tim Harder <radhermit@gentoo.org> +vim-r-0.9.9.1.ebuild:
+ Version bump.
*vim-r-0.9.7 (18 Sep 2012)
diff --git a/app-vim/vim-r/vim-r-0.9.9.1.ebuild b/app-vim/vim-r/vim-r-0.9.9.1.ebuild
new file mode 100644
index 000000000000..092aef983575
--- /dev/null
+++ b/app-vim/vim-r/vim-r-0.9.9.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/vim-r-0.9.9.1.ebuild,v 1.1 2013/01/13 09:06:03 radhermit Exp $
+
+EAPI="5"
+VIM_PLUGIN_VIM_VERSION="7.3"
+
+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"
+IUSE=""
+
+RDEPEND="dev-lang/R
+ || ( app-vim/conque app-vim/screen )"
+
+VIM_PLUGIN_HELPFILES="r-plugin.txt"