summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-14 07:21:34 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-14 07:21:34 +0000
commitf2ab2a89813da5e9bf31045be5bb23cd909d0b5c (patch)
tree3fc65278f00b7bc42e7eb78d51a934a2a15c7414 /app-vim/vim-r
parentInitial import. (diff)
downloadgentoo-2-f2ab2a89813da5e9bf31045be5bb23cd909d0b5c.tar.gz
gentoo-2-f2ab2a89813da5e9bf31045be5bb23cd909d0b5c.tar.bz2
gentoo-2-f2ab2a89813da5e9bf31045be5bb23cd909d0b5c.zip
Initial import (bug #335113 by Jose).
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/vim-r')
-rw-r--r--app-vim/vim-r/ChangeLog10
-rw-r--r--app-vim/vim-r/metadata.xml5
-rw-r--r--app-vim/vim-r/vim-r-110222.ebuild23
3 files changed, 38 insertions, 0 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog
new file mode 100644
index 000000000000..623a3a3ce945
--- /dev/null
+++ b/app-vim/vim-r/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-vim/vim-r
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.1 2011/03/14 07:21:34 radhermit Exp $
+
+*vim-r-110222 (14 Mar 2011)
+
+ 14 Mar 2011; Tim Harder <radhermit@gentoo.org> +vim-r-110222.ebuild,
+ +metadata.xml:
+ Initial import (bug #335113 by Jose).
+
diff --git a/app-vim/vim-r/metadata.xml b/app-vim/vim-r/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/vim-r/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>
diff --git a/app-vim/vim-r/vim-r-110222.ebuild b/app-vim/vim-r/vim-r-110222.ebuild
new file mode 100644
index 000000000000..1396a889cad2
--- /dev/null
+++ b/app-vim/vim-r/vim-r-110222.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/vim-r-110222.ebuild,v 1.1 2011/03/14 07:21:34 radhermit Exp $
+
+EAPI="3"
+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"
+SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15089 -> ${P}.zip"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/R
+ || ( app-vim/conque app-vim/screen )"
+
+VIM_PLUGIN_HELPFILES="r-plugin.txt"
+
+S="${WORKDIR}"