diff options
author | 2005-04-24 12:13:52 +0000 | |
---|---|---|
committer | 2005-04-24 12:13:52 +0000 | |
commit | c1ba325a4b7b5921798cb375fa00386e9cf3d5e1 (patch) | |
tree | 8ec3908cd585e8dd79f863932273ce4d5ad21499 /app-vim/gtk-syntax | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-c1ba325a4b7b5921798cb375fa00386e9cf3d5e1.tar.gz gentoo-2-c1ba325a4b7b5921798cb375fa00386e9cf3d5e1.tar.bz2 gentoo-2-c1ba325a4b7b5921798cb375fa00386e9cf3d5e1.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-vim/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20030219.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index edf9aa8ce3d0..40fed95c9e16 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.11 2005/04/06 18:28:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.12 2005/04/24 12:09:27 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + gtk-syntax-20030219.ebuild: + Stable on ppc. 06 Apr 2005; Markus Rothe <corsair@gentoo.org> gtk-syntax-20030219.ebuild: Stable on ppc64 diff --git a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild index 217b4f12086b..3b0dfa0338ac 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.12 2005/04/06 18:28:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.13 2005/04/24 12:09:27 hansmi Exp $ inherit vim-plugin DESCRIPTION="vim plugin: GTK+-2.2 syntax highlight" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=570" LICENSE="vim" -KEYWORDS="x86 alpha ia64 sparc ~ppc ppc64 ~amd64" +KEYWORDS="x86 alpha ia64 sparc ppc ppc64 ~amd64" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin automatically adds GTK highlighting to C files." |