diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-11-11 10:20:50 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-11-11 10:20:50 +0000 |
commit | 26d20eff1e2f399facf650a6d620894f8c0ba22c (patch) | |
tree | 72919c096629c8c550bca982f43a828a87cae51c /app-vim/alternate/alternate-2.15.ebuild | |
parent | Use virtual/jpeg wrt #327487. cleanup (diff) | |
download | historical-26d20eff1e2f399facf650a6d620894f8c0ba22c.tar.gz historical-26d20eff1e2f399facf650a6d620894f8c0ba22c.tar.bz2 historical-26d20eff1e2f399facf650a6d620894f8c0ba22c.zip |
Drop old versions.
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'app-vim/alternate/alternate-2.15.ebuild')
-rw-r--r-- | app-vim/alternate/alternate-2.15.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-vim/alternate/alternate-2.15.ebuild b/app-vim/alternate/alternate-2.15.ebuild deleted file mode 100644 index 1f4595c4d667..000000000000 --- a/app-vim/alternate/alternate-2.15.ebuild +++ /dev/null @@ -1,24 +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/alternate/alternate-2.15.ebuild,v 1.4 2010/10/07 02:51:49 leio Exp $ - -inherit vim-plugin eutils - -DESCRIPTION="vim plugin: quickly switch between .c and .h files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31" - -LICENSE="as-is" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a new :A command which will switch between a .c -file and the associated .h file. There is also :AS to split windows and -:AV to split windows vertiically." - -src_unpack() { - unpack ${A} - cd "${S}" - # fix switching between .cc and .hh files, thanks ciaranm - epatch "${FILESDIR}"/${PN}-2.12-hh-cc-alternation.patch -} |