summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-07-21 00:51:51 +0000
committerTim Harder <radhermit@gentoo.org>2011-07-21 00:51:51 +0000
commit3299b9a96a195102996ab69cd3533d37624503cb (patch)
treed67e5b11e5e37efae03daf973efd36cc276379d0 /app-vim/minibufexpl
parentVersion bump. (diff)
downloadgentoo-2-3299b9a96a195102996ab69cd3533d37624503cb.tar.gz
gentoo-2-3299b9a96a195102996ab69cd3533d37624503cb.tar.bz2
gentoo-2-3299b9a96a195102996ab69cd3533d37624503cb.zip
Remove old.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/minibufexpl')
-rw-r--r--app-vim/minibufexpl/ChangeLog6
-rw-r--r--app-vim/minibufexpl/minibufexpl-6.4.1_p4.ebuild33
-rw-r--r--app-vim/minibufexpl/minibufexpl-6.4.1_p5.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/app-vim/minibufexpl/ChangeLog b/app-vim/minibufexpl/ChangeLog
index 7f02ace66ccb..245a4a50b4d4 100644
--- a/app-vim/minibufexpl/ChangeLog
+++ b/app-vim/minibufexpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/minibufexpl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/ChangeLog,v 1.27 2011/07/21 00:50:21 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/ChangeLog,v 1.28 2011/07/21 00:51:51 radhermit Exp $
+
+ 21 Jul 2011; Tim Harder <radhermit@gentoo.org> -minibufexpl-6.4.1_p4.ebuild,
+ -minibufexpl-6.4.1_p5.ebuild:
+ Remove old.
*minibufexpl-6.4.2 (21 Jul 2011)
diff --git a/app-vim/minibufexpl/minibufexpl-6.4.1_p4.ebuild b/app-vim/minibufexpl/minibufexpl-6.4.1_p4.ebuild
deleted file mode 100644
index afb9de3df19e..000000000000
--- a/app-vim/minibufexpl/minibufexpl-6.4.1_p4.ebuild
+++ /dev/null
@@ -1,33 +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/minibufexpl/minibufexpl-6.4.1_p4.ebuild,v 1.1 2011/05/04 10:09:45 radhermit Exp $
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: easily switch between buffers"
-HOMEPAGE="https://github.com/fholgado/minibufexpl.vim"
-SRC_URI="https://github.com/fholgado/${PN}.vim/tarball/${PV/_p/b} -> ${P}.tar.gz"
-
-LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="minibufexpl.txt"
-
-src_unpack() {
- unpack ${A}
- mv fholgado-minibufexpl.vim-* "${S}"
-}
-
-src_prepare() {
- # There's good documentation included with the script, but it's not
- # in a helpfile. Since there's rather too much information to include
- # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
- mkdir "${S}"/doc
- sed -e '1,/"=\+$/d' -e '/"=\+$/,9999d' -e 's/^" \?//' \
- -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \
- plugin/minibufexpl.vim \
- > doc/minibufexpl.txt
-}
diff --git a/app-vim/minibufexpl/minibufexpl-6.4.1_p5.ebuild b/app-vim/minibufexpl/minibufexpl-6.4.1_p5.ebuild
deleted file mode 100644
index ebc871cbb8d2..000000000000
--- a/app-vim/minibufexpl/minibufexpl-6.4.1_p5.ebuild
+++ /dev/null
@@ -1,33 +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/minibufexpl/minibufexpl-6.4.1_p5.ebuild,v 1.1 2011/05/20 07:39:50 radhermit Exp $
-
-EAPI=4
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: easily switch between buffers"
-HOMEPAGE="https://github.com/fholgado/minibufexpl.vim"
-SRC_URI="https://github.com/fholgado/${PN}.vim/tarball/${PV/_p/b} -> ${P}.tar.gz"
-
-LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="minibufexpl.txt"
-
-src_unpack() {
- unpack ${A}
- mv fholgado-minibufexpl.vim-* "${S}"
-}
-
-src_prepare() {
- # There's good documentation included with the script, but it's not
- # in a helpfile. Since there's rather too much information to include
- # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
- mkdir "${S}"/doc
- sed -e '1,/"=\+$/d' -e '/"=\+$/,9999d' -e 's/^" \?//' \
- -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \
- plugin/minibufexpl.vim \
- > doc/minibufexpl.txt
-}