From 4d2371d1623a355fbf66e6ba9c13b6239bccdb30 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 21 Sep 2011 08:00:27 +0000 Subject: Migrate to git-2. (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) --- app-vim/exheres-syntax/ChangeLog | 6 +++++- app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 12 +++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'app-vim/exheres-syntax') 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 + exheres-syntax-99999999.ebuild: + Migrate to git-2. 13 Sep 2011; Pacho Ramos 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 } -- cgit v1.2.3-65-gdbad