diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-10 06:18:43 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-10 06:18:43 +0000 |
commit | 5f3044e4e7a49f047c4a83d6fd003aa23556cef6 (patch) | |
tree | 654dcb12d6a33c3a83a2bb53c6c4bbdf4c86eb06 /app-vim | |
parent | Version bump (bug #351043). Update to EAPI 4, add doc and perl USE flags (bug... (diff) | |
download | gentoo-2-5f3044e4e7a49f047c4a83d6fd003aa23556cef6.tar.gz gentoo-2-5f3044e4e7a49f047c4a83d6fd003aa23556cef6.tar.bz2 gentoo-2-5f3044e4e7a49f047c4a83d6fd003aa23556cef6.zip |
Version bump (bug #358055 by David King).
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20110214.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index 91156851d018..718edfb77e04 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,11 @@ # 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.40 2011/01/07 23:18:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.41 2011/03/10 06:18:43 radhermit Exp $ + +*gtk-syntax-20110214 (10 Mar 2011) + + 10 Mar 2011; Tim Harder <radhermit@gentoo.org> +gtk-syntax-20110214.ebuild: + Version bump (bug #358055 by David King). 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -gtk-syntax-20060423.ebuild, -gtk-syntax-20070925.ebuild, -gtk-syntax-20090402.ebuild: diff --git a/app-vim/gtk-syntax/gtk-syntax-20110214.ebuild b/app-vim/gtk-syntax/gtk-syntax-20110214.ebuild new file mode 100644 index 000000000000..5d1d149e4d6d --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20110214.ebuild @@ -0,0 +1,13 @@ +# 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.ebuild,v 1.1 2011/03/10 06:18:43 radhermit Exp $ + +EAPI=3 + +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" +IUSE="" |