diff options
author | Travis Tilley <lv@gentoo.org> | 2004-11-05 21:48:54 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-11-05 21:48:54 +0000 |
commit | e5b1dfd5f7b60a4a6b998d6f3c9addb9982cd8c0 (patch) | |
tree | abf9e07382a5eb827823d985fc2f3d82b6ca0a52 /app-vim | |
parent | removed <sys-apps/portage-2.0.51 (diff) | |
download | gentoo-2-e5b1dfd5f7b60a4a6b998d6f3c9addb9982cd8c0.tar.gz gentoo-2-e5b1dfd5f7b60a4a6b998d6f3c9addb9982cd8c0.tar.bz2 gentoo-2-e5b1dfd5f7b60a4a6b998d6f3c9addb9982cd8c0.zip |
stable on amd64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 9894175bca58..b85a67d44f27 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.12 2004/11/04 15:54:25 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.13 2004/11/05 21:48:54 lv Exp $ + + 05 Nov 2004; Travis Tilley <lv@gentoo.org> gentoo-syntax-20041009.ebuild: + stable on amd64 04 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> -gentoo-syntax-20040906.ebuild, -gentoo-syntax-20040911.ebuild: diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild index 30dc7cfa8a3e..52ab2623d0b4 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild,v 1.2 2004/10/15 23:47:54 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild,v 1.3 2004/11/05 21:48:54 lv Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings" HOMEPAGE="http://developer.berlios.de/projects/gentoo-syntax" LICENSE="vim" -KEYWORDS="x86 sparc mips ~amd64 ~ppc" +KEYWORDS="x86 sparc mips amd64 ~ppc" IUSE="" RESTRICT="nomirror" SRC_URI="http://download.berlios.de/gentoo-syntax/${P}.tar.bz2" |