diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:30:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:30:47 +0000 |
commit | b1852470c968975c84703976fe20c2a8e7daa85b (patch) | |
tree | 9e0ce7e3807c2cb9db5301b0ef27987e988b3d17 /app-vim | |
parent | Stable for amd64, wrt bug #469790 (diff) | |
download | gentoo-2-b1852470c968975c84703976fe20c2a8e7daa85b.tar.gz gentoo-2-b1852470c968975c84703976fe20c2a8e7daa85b.tar.bz2 gentoo-2-b1852470c968975c84703976fe20c2a8e7daa85b.zip |
Stable for amd64, wrt bug #469790
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20121015.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 30529ccb6c6b..4742a95e5b2d 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.54 2013/02/09 11:41:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.55 2013/05/14 09:30:47 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> gtk-syntax-20121015.ebuild: + Stable for amd64, wrt bug #469790 09 Feb 2013; Ulrich Müller <ulm@gentoo.org> gtk-syntax-20110214-r1.ebuild, gtk-syntax-20121015.ebuild: @@ -197,4 +200,3 @@ Hwanjin Choe. His response: "If it makes everybody happy to release this syntax file under the Vim license, then I will release them under the Vim license." - diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild index 33c1c892bcfc..cbbf7f8619f7 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild,v 1.2 2013/02/09 11:41:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild,v 1.3 2013/05/14 09:30:47 ago Exp $ EAPI=5 @@ -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="vim" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" |