diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-19 02:04:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-19 02:04:16 +0000 |
commit | 717bd2fb70bae505385aafad4cda42353bc60df4 (patch) | |
tree | d141db1c5e83ad1785feb253904d318fd41ae765 /app-vim/gtk-syntax | |
parent | Initial version. (diff) | |
download | gentoo-2-717bd2fb70bae505385aafad4cda42353bc60df4.tar.gz gentoo-2-717bd2fb70bae505385aafad4cda42353bc60df4.tar.bz2 gentoo-2-717bd2fb70bae505385aafad4cda42353bc60df4.zip |
stable on alpha and x86
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 3e22c920e077..b52df3581058 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.1 2003/08/03 21:06:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.2 2003/08/19 02:04:16 agriffis Exp $ + + 18 Aug 2003; Aron Griffis <agriffis@gentoo.org> gtk-syntax-20030219.ebuild: + Mark stable on alpha and x86 *gtk-syntax-20030219 (03 Aug 2003) diff --git a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild index df00f0c9e8b0..c7d010d23816 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/08/03 21:06:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.2 2003/08/19 02:04:16 agriffis 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" +KEYWORDS="x86 alpha" |