summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-24 03:31:14 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-24 03:31:14 +0000
commita302f4f078ff3872c7951616bf981df9e66e8038 (patch)
treee4ceb1830038e1157d0abe40e232811030e7416f /app-vim
parentVersion bump. (diff)
downloadgentoo-2-a302f4f078ff3872c7951616bf981df9e66e8038.tar.gz
gentoo-2-a302f4f078ff3872c7951616bf981df9e66e8038.tar.bz2
gentoo-2-a302f4f078ff3872c7951616bf981df9e66e8038.zip
Remove old.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/bash-support/ChangeLog6
-rw-r--r--app-vim/bash-support/bash-support-3.4.ebuild28
-rw-r--r--app-vim/bash-support/bash-support-3.5.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/app-vim/bash-support/ChangeLog b/app-vim/bash-support/ChangeLog
index 08bed61cb405..4de35d1330fa 100644
--- a/app-vim/bash-support/ChangeLog
+++ b/app-vim/bash-support/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/bash-support
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/bash-support/ChangeLog,v 1.5 2011/10/24 03:30:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/bash-support/ChangeLog,v 1.6 2011/10/24 03:31:14 radhermit Exp $
+
+ 24 Oct 2011; Tim Harder <radhermit@gentoo.org> -bash-support-3.4.ebuild,
+ -bash-support-3.5.ebuild:
+ Remove old.
*bash-support-3.7 (24 Oct 2011)
diff --git a/app-vim/bash-support/bash-support-3.4.ebuild b/app-vim/bash-support/bash-support-3.4.ebuild
deleted file mode 100644
index 45928d666798..000000000000
--- a/app-vim/bash-support/bash-support-3.4.ebuild
+++ /dev/null
@@ -1,28 +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/bash-support/bash-support-3.4.ebuild,v 1.1 2011/01/08 03:29:29 radhermit Exp $
-
-EAPI=3
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=14460 -> ${P}.zip"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="bashsupport"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,bash-hot-keys.pdf}
- rm -rf ${PN}/doc
-
- vim-plugin_src_install
-}
diff --git a/app-vim/bash-support/bash-support-3.5.ebuild b/app-vim/bash-support/bash-support-3.5.ebuild
deleted file mode 100644
index 650a72e9c3dd..000000000000
--- a/app-vim/bash-support/bash-support-3.5.ebuild
+++ /dev/null
@@ -1,28 +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/bash-support/bash-support-3.5.ebuild,v 1.1 2011/03/10 04:38:41 radhermit Exp $
-
-EAPI=3
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Bash-IDE - Write and run bash scripts using menus and hotkeys"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=365"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15125 -> ${P}.zip"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="bashsupport"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,bash-hot-keys.pdf}
- rm -rf ${PN}/doc
-
- vim-plugin_src_install
-}