diff options
author | 2013-01-13 09:50:00 +0000 | |
---|---|---|
committer | 2013-01-13 09:50:00 +0000 | |
commit | 2ce85e3b9fff492996037481e8538d48b8a3bbdd (patch) | |
tree | c05ac4a5356f76b0f070c4215ca0635d27f53153 /app-vim/gtk-syntax | |
parent | Version bump for security bug 451620. Avoid broken specs on jruby, since they... (diff) | |
download | gentoo-2-2ce85e3b9fff492996037481e8538d48b8a3bbdd.tar.gz gentoo-2-2ce85e3b9fff492996037481e8538d48b8a3bbdd.tar.bz2 gentoo-2-2ce85e3b9fff492996037481e8538d48b8a3bbdd.zip |
Version bump.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
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-20121015.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/app-vim/gtk-syntax/ChangeLog b/app-vim/gtk-syntax/ChangeLog index a3fb4bef41ec..2ecaa013a39f 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.52 2012/12/07 18:34:38 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/ChangeLog,v 1.53 2013/01/13 09:50:00 radhermit Exp $ + +*gtk-syntax-20121015 (13 Jan 2013) + + 13 Jan 2013; Tim Harder <radhermit@gentoo.org> +gtk-syntax-20121015.ebuild: + Version bump. 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> gtk-syntax-20110214-r1.ebuild: Fix LICENSE, bug 445808. diff --git a/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild new file mode 100644 index 000000000000..6ec685ae92f7 --- /dev/null +++ b/app-vim/gtk-syntax/gtk-syntax-20121015.ebuild @@ -0,0 +1,13 @@ +# 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.1 2013/01/13 09:50:00 radhermit Exp $ + +EAPI=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.org" +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="" |