# ChangeLog for app-vim/alternate
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.37 2006/04/07 22:37:54 kloeri Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.38 2007/01/04 02:47:53 beu Exp $
+
+*alternate-2.15 (04 Jan 2007)
+
+ 04 Jan 2007; Elfyn McBratney <beu@gentoo.org> -alternate-2.8.ebuild,
+ -alternate-2.11a.ebuild, +alternate-2.15.ebuild:
+ Version bump. Prune old versions.
07 Apr 2006; Bryan Østergaard <kloeri@gentoo.org metadata.xml:
Remove ciaranm from metadata.xml.
--- /dev/null
+# Copyright 1999-2007 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.1 2007/01/04 02:47:53 beu 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"
+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
+}
--- /dev/null
+MD5 073de335150e0945a2ff0d1a5fed555d alternate-2.15.tar.bz2 10025
+RMD160 8ce7131bcf1f6474459140ad3dfb84cf71cdee10 alternate-2.15.tar.bz2 10025
+SHA256 80ec9e0e4719f25d31bcd4473565947824f4f61eecee84e026cd96661982519d alternate-2.15.tar.bz2 10025