diff options
Diffstat (limited to 'app-vim/exheres-syntax/exheres-syntax-99999999.ebuild')
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild index c309c80d5907..fafe84aaaf0a 100644 --- a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild +++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild,v 1.3 2008/08/28 16:57:43 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild,v 1.4 2011/09/21 08:00:27 mgorny Exp $ -inherit vim-plugin git +inherit vim-plugin git-2 DESCRIPTION="vim plugin: exheres format highlighting" HOMEPAGE="http://www.exherbo.org/" -EGIT_REPO_URI="git://git.exherbo.org/exheres-syntax.git" +EGIT_REPO_URI="git://git.exherbo.org/${PN}.git + http://git.exherbo.org/pub/scm/${PN}.git" unset SRC_URI LICENSE="vim" @@ -18,7 +19,8 @@ VIM_PLUGIN_HELPFILES="exheres-syntax" VIM_PLUGIN_MESSAGES="filetype" src_unpack() { - git_src_unpack + git-2_src_unpack + cd "${S}" rm .gitignore Makefile } |