diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-06-26 06:31:02 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-06-26 06:31:02 +0000 |
commit | f4b982bbb8d582599a47f362e1781d2fe4110f05 (patch) | |
tree | 2f5bd7baf345cc49a8c9c49ca3a152c00168e72f /app-vim | |
parent | Bump -9999 ebuild to slot 9.5, fix patches (diff) | |
download | gentoo-2-f4b982bbb8d582599a47f362e1781d2fe4110f05.tar.gz gentoo-2-f4b982bbb8d582599a47f362e1781d2fe4110f05.tar.bz2 gentoo-2-f4b982bbb8d582599a47f362e1781d2fe4110f05.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-r/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/vim-r/vim-r-0.9.9.9.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog index 613311d1f32a..2bf4d9574de4 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.14 2013/12/02 09:45:05 radhermit Exp $ +# 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 $ + +*vim-r-0.9.9.9 (26 Jun 2014) + + 26 Jun 2014; Tim Harder <radhermit@gentoo.org> +vim-r-0.9.9.9.ebuild: + Version bump. *vim-r-0.9.9.8 (02 Dec 2013) diff --git a/app-vim/vim-r/vim-r-0.9.9.9.ebuild b/app-vim/vim-r/vim-r-0.9.9.9.ebuild new file mode 100644 index 000000000000..7647eac21182 --- /dev/null +++ b/app-vim/vim-r/vim-r-0.9.9.9.ebuild @@ -0,0 +1,17 @@ +# 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-0.9.9.9.ebuild,v 1.1 2014/06/26 06:31:02 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" |