summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-01 22:11:05 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-01 22:11:05 +0000
commit136531a4e4f33467c118d1e1d77a0ce8e18e036e (patch)
tree90d0f9addec97582ae8a48577cf7be29955c3a16 /app-vim/vim-r
parentAdd workaround to epatch call to make sure that patches are applied in right ... (diff)
downloadgentoo-2-136531a4e4f33467c118d1e1d77a0ce8e18e036e.tar.gz
gentoo-2-136531a4e4f33467c118d1e1d77a0ce8e18e036e.tar.bz2
gentoo-2-136531a4e4f33467c118d1e1d77a0ce8e18e036e.zip
Version bump.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/vim-r')
-rw-r--r--app-vim/vim-r/ChangeLog7
-rw-r--r--app-vim/vim-r/vim-r-0.9.9.3.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog
index 2f71e4b1d5d9..cdd846a375f0 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.9 2013/02/21 07:42:47 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.10 2013/06/01 22:11:05 radhermit Exp $
+
+*vim-r-0.9.9.3 (01 Jun 2013)
+
+ 01 Jun 2013; Tim Harder <radhermit@gentoo.org> +vim-r-0.9.9.3.ebuild:
+ Version bump.
*vim-r-0.9.9.2 (21 Feb 2013)
diff --git a/app-vim/vim-r/vim-r-0.9.9.3.ebuild b/app-vim/vim-r/vim-r-0.9.9.3.ebuild
new file mode 100644
index 000000000000..535eee24db77
--- /dev/null
+++ b/app-vim/vim-r/vim-r-0.9.9.3.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.3.ebuild,v 1.1 2013/06/01 22:11:05 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"