diff options
author | 2007-01-04 02:47:53 +0000 | |
---|---|---|
committer | 2007-01-04 02:47:53 +0000 | |
commit | da8762f6a7fbb8644a18dd8f89fc1161a6ac9172 (patch) | |
tree | 112b9573c13d126d25e6cd62d6cd8741e384f719 /app-vim/alternate | |
parent | Fix ebuild permission and path problems for bug #134758. (diff) | |
download | gentoo-2-da8762f6a7fbb8644a18dd8f89fc1161a6ac9172.tar.gz gentoo-2-da8762f6a7fbb8644a18dd8f89fc1161a6ac9172.tar.bz2 gentoo-2-da8762f6a7fbb8644a18dd8f89fc1161a6ac9172.zip |
Version bump. Prune old versions.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-vim/alternate')
-rw-r--r-- | app-vim/alternate/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/alternate/alternate-2.15.ebuild | 24 | ||||
-rw-r--r-- | app-vim/alternate/files/digest-alternate-2.15 | 3 |
3 files changed, 35 insertions, 2 deletions
diff --git a/app-vim/alternate/ChangeLog b/app-vim/alternate/ChangeLog index 88c5aa8c35a0..60b49e7a0f16 100644 --- a/app-vim/alternate/ChangeLog +++ b/app-vim/alternate/ChangeLog @@ -1,6 +1,12 @@ # 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. diff --git a/app-vim/alternate/alternate-2.15.ebuild b/app-vim/alternate/alternate-2.15.ebuild new file mode 100644 index 000000000000..8bb21ed00cd5 --- /dev/null +++ b/app-vim/alternate/alternate-2.15.ebuild @@ -0,0 +1,24 @@ +# 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 +} diff --git a/app-vim/alternate/files/digest-alternate-2.15 b/app-vim/alternate/files/digest-alternate-2.15 new file mode 100644 index 000000000000..e2f376723e69 --- /dev/null +++ b/app-vim/alternate/files/digest-alternate-2.15 @@ -0,0 +1,3 @@ +MD5 073de335150e0945a2ff0d1a5fed555d alternate-2.15.tar.bz2 10025 +RMD160 8ce7131bcf1f6474459140ad3dfb84cf71cdee10 alternate-2.15.tar.bz2 10025 +SHA256 80ec9e0e4719f25d31bcd4473565947824f4f61eecee84e026cd96661982519d alternate-2.15.tar.bz2 10025 |