diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 18:55:09 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-27 18:55:09 +0000 |
commit | f3f76200d5d0de0356e436b1622ddf58eb466022 (patch) | |
tree | 6b6e6d68b617951229036d4cff7a1dcc410b4de4 /app-vim | |
parent | Added help text, bug #63319 (Manifest recommit) (diff) | |
download | gentoo-2-f3f76200d5d0de0356e436b1622ddf58eb466022.tar.gz gentoo-2-f3f76200d5d0de0356e436b1622ddf58eb466022.tar.bz2 gentoo-2-f3f76200d5d0de0356e436b1622ddf58eb466022.zip |
Help text, bug #63320
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gtk-syntax/Manifest | 2 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20030219.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index a35444acf189..500d8ddeaa2a 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.6 2004/06/24 23:01:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.7 2004/11/27 18:55:09 ciaranm Exp $ + + 27 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> + gtk-syntax-20030219.ebuild: + Help text, bug #63320 16 Mar 2004; David Holm <dholm@gentoo.org> gtk-syntax-20030219.ebuild: Added to ~ppc. diff --git a/app-vim/gtk-syntax/Manifest b/app-vim/gtk-syntax/Manifest index 1e388a9ff50f..e8f8713d21a4 100644 --- a/app-vim/gtk-syntax/Manifest +++ b/app-vim/gtk-syntax/Manifest @@ -1,4 +1,4 @@ -MD5 0dd12892cd221e81ef4780320237ce69 gtk-syntax-20030219.ebuild 424 MD5 90fa2a5825818716799c8ad03e1c2f52 ChangeLog 968 +MD5 172afe41873f102ab48cad80d1a3ae96 gtk-syntax-20030219.ebuild 507 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 c2f264c87f35d768299021e56cf06a5c files/digest-gtk-syntax-20030219 71 diff --git a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild index ed930f8f0316..4172466e48ea 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20030219.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/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.7 2004/07/14 13:28:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.8 2004/11/27 18:55:09 ciaranm Exp $ inherit vim-plugin @@ -9,3 +9,5 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=570" LICENSE="vim" KEYWORDS="x86 alpha ia64 sparc ~ppc" IUSE="" + +VIM_PLUGIN_HELPTEXT="This plugin automatically adds GTK highlighting to C files." |