diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:00:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:00:27 +0000 |
commit | 4d2371d1623a355fbf66e6ba9c13b6239bccdb30 (patch) | |
tree | aa67504ff8d49d63c64a05a4cfa4b7bf4c13c4f9 /app-vim | |
parent | Migrate to git-2. Localize git variables. (diff) | |
download | gentoo-2-4d2371d1623a355fbf66e6ba9c13b6239bccdb30.tar.gz gentoo-2-4d2371d1623a355fbf66e6ba9c13b6239bccdb30.tar.bz2 gentoo-2-4d2371d1623a355fbf66e6ba9c13b6239bccdb30.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/exheres-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-vim/exheres-syntax/ChangeLog b/app-vim/exheres-syntax/ChangeLog index 018fac61eedc..cd435f10e7f2 100644 --- a/app-vim/exheres-syntax/ChangeLog +++ b/app-vim/exheres-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/exheres-syntax # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/ChangeLog,v 1.9 2011/09/13 18:23:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/exheres-syntax/ChangeLog,v 1.10 2011/09/21 08:00:27 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> + exheres-syntax-99999999.ebuild: + Migrate to git-2. 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #225633 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 } |