summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-02-21 07:42:47 +0000
committerTim Harder <radhermit@gentoo.org>2013-02-21 07:42:47 +0000
commit6cce1fedb02cfa1cd497226b0ebefa7c093e5a7b (patch)
tree2567838eccb7e737f3109b6dc719706063927645 /app-vim
parentVersion bump. (diff)
downloadgentoo-2-6cce1fedb02cfa1cd497226b0ebefa7c093e5a7b.tar.gz
gentoo-2-6cce1fedb02cfa1cd497226b0ebefa7c093e5a7b.tar.bz2
gentoo-2-6cce1fedb02cfa1cd497226b0ebefa7c093e5a7b.zip
Version bump.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vim-r/ChangeLog7
-rw-r--r--app-vim/vim-r/vim-r-0.9.9.2.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog
index db9e4a87ff7a..2f71e4b1d5d9 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.9 2013/02/21 07:42:47 radhermit Exp $
+
+*vim-r-0.9.9.2 (21 Feb 2013)
+
+ 21 Feb 2013; Tim Harder <radhermit@gentoo.org> +vim-r-0.9.9.2.ebuild:
+ Version bump.
*vim-r-0.9.9.1 (13 Jan 2013)
diff --git a/app-vim/vim-r/vim-r-0.9.9.2.ebuild b/app-vim/vim-r/vim-r-0.9.9.2.ebuild
new file mode 100644
index 000000000000..8910f034559b
--- /dev/null
+++ b/app-vim/vim-r/vim-r-0.9.9.2.ebuild
@@ -0,0 +1,17 @@
+# 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.2.ebuild,v 1.1 2013/02/21 07:42:47 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
+ || ( app-vim/conque app-vim/screen )"
+
+VIM_PLUGIN_HELPFILES="r-plugin.txt"