diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-20 15:50:02 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-20 15:50:02 +0000 |
commit | 60c438832b82f89da9c2d3b9bdf1596b9df48eb8 (patch) | |
tree | 33c93152609428549b9ce8e9762b682fabfb4c8c /app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild | |
parent | Version bump. Drop old. (diff) | |
download | gentoo-2-60c438832b82f89da9c2d3b9bdf1596b9df48eb8.tar.gz gentoo-2-60c438832b82f89da9c2d3b9bdf1596b9df48eb8.tar.bz2 gentoo-2-60c438832b82f89da9c2d3b9bdf1596b9df48eb8.zip |
Version bump. Quoting. Drop old.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild')
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild index 003418ac332f..27e283cf05aa 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild,v 1.8 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimbuddy/vimbuddy-0.9.1-r1.ebuild,v 1.9 2008/09/20 15:50:02 hawking Exp $ inherit vim-plugin eutils @@ -13,7 +13,7 @@ IUSE="" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" - epatch ${FILESDIR}/${P}-colon-problems.patch + epatch "${FILESDIR}"/${P}-colon-problems.patch } |