summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-18 03:39:54 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-18 03:39:54 +0000
commitc4a4699262ba74e1e882de2e743e0f2e232116d7 (patch)
tree2188d263c48bbfcabe7670b1880ceb7188c933a9
parent2.2.0_alpha129 version bump. This includes all of the fixes in 2.1.11.18. (diff)
downloadgentoo-2-c4a4699262ba74e1e882de2e743e0f2e232116d7.tar.gz
gentoo-2-c4a4699262ba74e1e882de2e743e0f2e232116d7.tar.bz2
gentoo-2-c4a4699262ba74e1e882de2e743e0f2e232116d7.zip
Remove old.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
-rw-r--r--app-vim/vim-r/ChangeLog8
-rw-r--r--app-vim/vim-r/vim-r-110805.ebuild30
-rw-r--r--app-vim/vim-r/vim-r-111014.ebuild30
3 files changed, 6 insertions, 62 deletions
diff --git a/app-vim/vim-r/ChangeLog b/app-vim/vim-r/ChangeLog
index 9538eafd6f03..fc81d46e6c50 100644
--- a/app-vim/vim-r/ChangeLog
+++ b/app-vim/vim-r/ChangeLog
@@ -1,6 +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.5 2011/11/17 16:36:24 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/ChangeLog,v 1.6 2012/09/18 03:39:54 radhermit Exp $
+
+ 18 Sep 2012; Tim Harder <radhermit@gentoo.org> -vim-r-110805.ebuild,
+ -vim-r-111014.ebuild:
+ Remove old.
*vim-r-111114 (17 Nov 2011)
diff --git a/app-vim/vim-r/vim-r-110805.ebuild b/app-vim/vim-r/vim-r-110805.ebuild
deleted file mode 100644
index 7f4ca4b0dc6e..000000000000
--- a/app-vim/vim-r/vim-r-110805.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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-110805.ebuild,v 1.1 2011/08/07 21:42:54 radhermit Exp $
-
-EAPI="4"
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Vim-R-plugin"
-DESCRIPTION="vim plugin: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/R
- || ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- rm README
-}
diff --git a/app-vim/vim-r/vim-r-111014.ebuild b/app-vim/vim-r/vim-r-111014.ebuild
deleted file mode 100644
index b06a57de92c5..000000000000
--- a/app-vim/vim-r/vim-r-111014.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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-111014.ebuild,v 1.1 2011/11/01 19:51:23 radhermit Exp $
-
-EAPI="4"
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Vim-R-plugin"
-DESCRIPTION="vim plugin: integrate vim with R"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2628"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV}@1 -> ${P}.tar.gz"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/R
- || ( app-vim/conque app-vim/screen )"
-
-VIM_PLUGIN_HELPFILES="r-plugin.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- rm README || die
-}