diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-10-03 17:26:29 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-10-03 17:26:29 +0000 |
commit | 60ca9e8ba0ec1e2040fdf81979096a00de57738f (patch) | |
tree | a556f85c9846ad7dc006a681cb8df5287b256c85 /app-vim | |
parent | Version bump. Remove the src_unpack phase that generated documentation since ... (diff) | |
download | historical-60ca9e8ba0ec1e2040fdf81979096a00de57738f.tar.gz historical-60ca9e8ba0ec1e2040fdf81979096a00de57738f.tar.bz2 historical-60ca9e8ba0ec1e2040fdf81979096a00de57738f.zip |
Version bump (fixes bug #301103, thanks to tadeboro@gmail.com for reporting).
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20091024.ebuild | 11 |
2 files changed, 19 insertions, 1 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index a279d98ce4d1..d945c4411ed7 100644 --- a/app-vim/gtk-syntax/ChangeLog +++ b/app-vim/gtk-syntax/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-vim/gtk-syntax # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.31 2010/03/09 09:08:08 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.32 2010/10/03 17:26:29 radhermit Exp $ + +*gtk-syntax-20091024 (03 Oct 2010) + + 03 Oct 2010; Tim Harder <radhermit@gentoo.org> + +gtk-syntax-20091024.ebuild: + Version bump (fixes bug #301103, thanks to tadeboro@gmail.com for + reporting). 09 Mar 2010; Markus Duft <mduft@gentoo.org> gtk-syntax-20090402.ebuild: keyworded ~x86-interix diff --git a/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild b/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild new file mode 100644 index 000000000000..b399deb633a6 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20091024.ebuild,v 1.1 2010/10/03 17:26:29 radhermit 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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" |