diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:13:22 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-01-07 23:13:22 +0000 |
commit | d1386a477dedb89f33a8defb81bd223869b16a09 (patch) | |
tree | c31ca1dd3b7cc27bf03bbce5394680269b778d7e /app-vim/multiplesearch | |
parent | Remove old (diff) | |
download | gentoo-2-d1386a477dedb89f33a8defb81bd223869b16a09.tar.gz gentoo-2-d1386a477dedb89f33a8defb81bd223869b16a09.tar.bz2 gentoo-2-d1386a477dedb89f33a8defb81bd223869b16a09.zip |
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/multiplesearch')
-rw-r--r-- | app-vim/multiplesearch/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild | 27 | ||||
-rw-r--r-- | app-vim/multiplesearch/multiplesearch-1.2.1.ebuild | 11 |
3 files changed, 5 insertions, 39 deletions
diff --git a/app-vim/multiplesearch/ChangeLog b/app-vim/multiplesearch/ChangeLog index 1b7ebd482c2b..794537250c78 100644 --- a/app-vim/multiplesearch/ChangeLog +++ b/app-vim/multiplesearch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/multiplesearch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.20 2011/01/07 22:36:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.21 2011/01/07 23:13:21 radhermit Exp $ + + 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -multiplesearch-1.2.1.ebuild, + -multiplesearch-1.2.1-r1.ebuild: + Remove old 07 Jan 2011; Brent Baude <ranger@gentoo.org> multiplesearch-1.3.ebuild: stable ppc, bug 345075 diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild deleted file mode 100644 index 1d13c9f81c16..000000000000 --- a/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1-r1.ebuild,v 1.8 2010/10/07 03:24:29 leio Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: allows multiple highlighted searches" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" - -LICENSE="vim" -KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="MultipleSearch" - -src_unpack() { - unpack ${A} - cd "${S}" - # 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/^\(MultipleSearch\)/*\1*\n\n\1/' \ - plugin/MultipleSearch.vim \ - > doc/${PN}.txt -} diff --git a/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild b/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild deleted file mode 100644 index 887ad1f0f766..000000000000 --- a/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.2.1.ebuild,v 1.9 2010/10/07 03:24:29 leio Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: allows multiple highlighted searches" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479" -LICENSE="vim" -KEYWORDS="alpha ia64 ~mips ~ppc sparc x86" -IUSE="" |