diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-04-10 18:43:10 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-04-10 18:43:10 +0000 |
commit | 61f27a21d76a99f676c5b1b92e0f9745f5f67760 (patch) | |
tree | 979b780d940a08c5ac2538f6fca964a6eda1c1fd /app-vim/gtk-syntax | |
parent | Marking lasi-1.1.0-r1 ~ppc64 for bug 265013 (diff) | |
download | gentoo-2-61f27a21d76a99f676c5b1b92e0f9745f5f67760.tar.gz gentoo-2-61f27a21d76a99f676c5b1b92e0f9745f5f67760.tar.bz2 gentoo-2-61f27a21d76a99f676c5b1b92e0f9745f5f67760.zip |
Update from tadeboro@gmail.com (#265633)
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gtk-syntax')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20090402.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 68355204b98e..b7e40622bfb9 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/gtk-syntax -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.28 2008/09/28 15:19:44 armin76 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.29 2009/04/10 18:43:10 lack Exp $ + +*gtk-syntax-20090402 (10 Apr 2009) + + 10 Apr 2009; Jim Ramsay <lack@gentoo.org> +gtk-syntax-20090402.ebuild: + Update from tadeboro@gmail.com (#265633) 28 Sep 2008; Raúl Porcel <armin76@gentoo.org> gtk-syntax-20070925.ebuild: arm/sh stable wrt #197349 diff --git a/app-vim/gtk-syntax/gtk-syntax-20090402.ebuild b/app-vim/gtk-syntax/gtk-syntax-20090402.ebuild new file mode 100644 index 000000000000..2cc52810f124 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20090402.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20090402.ebuild,v 1.1 2009/04/10 18:43:10 lack Exp $ + +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" +IUSE="" |