diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-06 18:41:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-06 18:41:30 +0000 |
commit | d0c2e2c5d3e0bdb818e74366de199ba2a8486aa9 (patch) | |
tree | 6fee33f5473e84cf3c032f713a3c00710a940145 /app-vim/gtk-syntax | |
parent | x86 (diff) | |
download | historical-d0c2e2c5d3e0bdb818e74366de199ba2a8486aa9.tar.gz historical-d0c2e2c5d3e0bdb818e74366de199ba2a8486aa9.tar.bz2 historical-d0c2e2c5d3e0bdb818e74366de199ba2a8486aa9.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-vim/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20030219.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 80cd3a6bf737..edf9aa8ce3d0 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2005/02/18 20:52:21 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.11 2005/04/06 18:28:21 corsair Exp $ + + 06 Apr 2005; Markus Rothe <corsair@gentoo.org> gtk-syntax-20030219.ebuild: + Stable on ppc64 18 Feb 2005; Tom Martin <slarti@gentoo.org> gtk-syntax-20030219.ebuild: Marked ~amd64. diff --git a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild index 2bfe8fa9130a..217b4f12086b 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.11 2005/02/18 20:52:21 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.12 2005/04/06 18:28:21 corsair 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." |