diff options
author | 2011-12-04 18:27:15 +0000 | |
---|---|---|
committer | 2011-12-04 18:27:15 +0000 | |
commit | 7177d1e45ee3b7405d50fa9333d27361ce2f40f8 (patch) | |
tree | 979c465f54e184e1a0572676310493715b056f7d /app-vim | |
parent | Initial version. Interface to Amazon's Simple Storage Service (S3). (dev-vcs/... (diff) | |
download | gentoo-2-7177d1e45ee3b7405d50fa9333d27361ce2f40f8.tar.gz gentoo-2-7177d1e45ee3b7405d50fa9333d27361ce2f40f8.tar.bz2 gentoo-2-7177d1e45ee3b7405d50fa9333d27361ce2f40f8.zip |
alpha/ia64/s390/sh/sparc stable wrt #391473
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 72addcc0aab7..7158b1cd64b8 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.45 2011/12/02 22:08:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.46 2011/12/04 18:27:15 armin76 Exp $ + + 04 Dec 2011; Raúl Porcel <armin76@gentoo.org> gtk-syntax-20110214-r1.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #391473 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> gtk-syntax-20110214-r1.ebuild: diff --git a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild index 89d631da4296..6cbfb9c53003 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.4 2011/12/02 22:08:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.5 2011/12/04 18:27:15 armin76 Exp $ EAPI=3 @@ -9,5 +9,5 @@ inherit vim-plugin DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000" LICENSE="as-is" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" |