diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-10-14 05:27:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-10-14 05:27:53 +0000 |
commit | a74acf77d0cd178554fe3b31ad2297a96308276f (patch) | |
tree | c7048e60ba4c6fd03c8b23c23d0ea330db74a5c8 /app-vim/vim-r | |
parent | version bump (bug #525210) (diff) | |
download | gentoo-2-a74acf77d0cd178554fe3b31ad2297a96308276f.tar.gz gentoo-2-a74acf77d0cd178554fe3b31ad2297a96308276f.tar.bz2 gentoo-2-a74acf77d0cd178554fe3b31ad2297a96308276f.zip |
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/vim-r')
-rw-r--r-- | app-vim/vim-r/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vim-r/vim-r-1.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog index 2bf4d9574de4..468655b4a0e5 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-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 <radhermit@gentoo.org> +vim-r-1.0.ebuild: + Version bump. *vim-r-0.9.9.9 (26 Jun 2014) diff --git a/app-vim/vim-r/vim-r-1.0.ebuild b/app-vim/vim-r/vim-r-1.0.ebuild new file mode 100644 index 000000000000..9f89d0148504 --- /dev/null +++ b/app-vim/vim-r/vim-r-1.0.ebuild @@ -0,0 +1,23 @@ +# 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 +} |