summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-01-07 23:15:30 +0000
committerTim Harder <radhermit@gentoo.org>2011-01-07 23:15:30 +0000
commit06c5b38d59a86c409cfe48602818c87637f3830f (patch)
tree47aae9c6c44df9cefce56bea7771e8e8db0406a0 /app-vim/vimcommander
parentstable x86, security bug 350917 (diff)
downloadgentoo-2-06c5b38d59a86c409cfe48602818c87637f3830f.tar.gz
gentoo-2-06c5b38d59a86c409cfe48602818c87637f3830f.tar.bz2
gentoo-2-06c5b38d59a86c409cfe48602818c87637f3830f.zip
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/vimcommander')
-rw-r--r--app-vim/vimcommander/ChangeLog6
-rw-r--r--app-vim/vimcommander/vimcommander-1.54.2.9.ebuild33
-rw-r--r--app-vim/vimcommander/vimcommander-75.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/app-vim/vimcommander/ChangeLog b/app-vim/vimcommander/ChangeLog
index 3b8eff37ceda..0d138ed24f91 100644
--- a/app-vim/vimcommander/ChangeLog
+++ b/app-vim/vimcommander/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/vimcommander
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.30 2011/01/07 22:32:39 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.31 2011/01/07 23:15:30 radhermit Exp $
+
+ 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -vimcommander-1.54.2.9.ebuild,
+ -vimcommander-75.ebuild:
+ Remove old
07 Jan 2011; Brent Baude <ranger@gentoo.org> vimcommander-80.ebuild:
stable ppc, bug 345069
diff --git a/app-vim/vimcommander/vimcommander-1.54.2.9.ebuild b/app-vim/vimcommander/vimcommander-1.54.2.9.ebuild
deleted file mode 100644
index b2b67d545e25..000000000000
--- a/app-vim/vimcommander/vimcommander-1.54.2.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-1.54.2.9.ebuild,v 1.8 2009/12/17 11:03:00 fauli Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Total Commander style file explorer"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="vimcommander"
-
-function src_unpack() {
- unpack ${A}
- mkdir "${S}"/doc || die "can't make doc dir"
-
- # This plugin uses an 'automatic documentation install' trick. This
- # causes problems for us during the unmerge. Fortunately, sed can fix
- # this for us.
- sed -e '1,/^=== START_DOC$/d' \
- -e '/^=== END_DOC/,$d' \
- -e "s/#version#/v${PV}/" \
- "${S}"/plugin/vimcommander.vim > "${S}"/doc/vimcommander.txt \
- || die "help extraction failed"
-
- echo -ne "\n\n vim:tw=78:ts=8:ft=help:norl:" >> "${S}"/doc/vimcommander.txt
-
- sed -i -e 's/" \(let b:vimcommander_install_doc=\)[01]/\10/' \
- "${S}"/plugin/vimcommander.vim \
- || die "help extract disable failed"
-}
diff --git a/app-vim/vimcommander/vimcommander-75.ebuild b/app-vim/vimcommander/vimcommander-75.ebuild
deleted file mode 100644
index a85e0d46dba1..000000000000
--- a/app-vim/vimcommander/vimcommander-75.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-75.ebuild,v 1.2 2009/12/17 11:03:00 fauli Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Total Commander style file explorer"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="vimcommander"
-
-function src_unpack() {
- unpack ${A}
- mkdir "${S}"/doc || die "can't make doc dir"
-
- # This plugin uses an 'automatic documentation install' trick. This
- # causes problems for us during the unmerge. Fortunately, sed can fix
- # this for us.
- sed -e '1,/^=== START_DOC$/d' \
- -e '/^=== END_DOC/,$d' \
- -e "s/#version#/v${PV}/" \
- "${S}"/plugin/vimcommander.vim > "${S}"/doc/vimcommander.txt \
- || die "help extraction failed"
-
- echo -ne "\n\n vim:tw=78:ts=8:ft=help:norl:" >> "${S}"/doc/vimcommander.txt
-
- sed -i -e 's/" \(let b:vimcommander_install_doc=\)[01]/\10/' \
- "${S}"/plugin/vimcommander.vim \
- || die "help extract disable failed"
-}