diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-10-23 18:22:08 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-10-23 18:22:08 +0000 |
commit | b1796b6edc8c9d2818d9e263920b6e57e7dbc6ad (patch) | |
tree | 2f6e2f5e0fd08b50491acd56a3de83fc72ff3271 /app-vim | |
parent | Added help, bug #63316 (diff) | |
download | historical-b1796b6edc8c9d2818d9e263920b6e57e7dbc6ad.tar.gz historical-b1796b6edc8c9d2818d9e263920b6e57e7dbc6ad.tar.bz2 historical-b1796b6edc8c9d2818d9e263920b6e57e7dbc6ad.zip |
Added help, bug #63326
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/xsl/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/xsl/xsl-0.3.11.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-vim/xsl/ChangeLog b/app-vim/xsl/ChangeLog index 7d9d80d458ce..7f70b79d079c 100644 --- a/app-vim/xsl/ChangeLog +++ b/app-vim/xsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/xsl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/ChangeLog,v 1.6 2004/06/24 23:05:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/ChangeLog,v 1.7 2004/10/23 18:22:08 ciaranm Exp $ + + 23 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org> xsl-0.3.11.ebuild: + Added help, bug #63326 16 Mar 2004; David Holm <dholm@gentoo.org> xsl-0.3.11.ebuild: Added to ~ppc. diff --git a/app-vim/xsl/xsl-0.3.11.ebuild b/app-vim/xsl/xsl-0.3.11.ebuild index ce137adfb2d1..a885da47c31f 100644 --- a/app-vim/xsl/xsl-0.3.11.ebuild +++ b/app-vim/xsl/xsl-0.3.11.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/xsl/xsl-0.3.11.ebuild,v 1.7 2004/07/14 13:53:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/xsl-0.3.11.ebuild,v 1.8 2004/10/23 18:22:08 ciaranm Exp $ inherit vim-plugin @@ -9,3 +9,4 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257" LICENSE="vim" KEYWORDS="x86 alpha ia64 sparc ~ppc" IUSE="" +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257" |