diff options
author | 2008-03-10 19:55:21 +0000 | |
---|---|---|
committer | 2008-03-10 19:55:21 +0000 | |
commit | 9192a3ba1f703783b588cad04533a01f01a869c3 (patch) | |
tree | 95aba36cb936bf28a2dc24c97b583e51d413620c /x11-libs | |
parent | Added net-im/pymsn-t-0.11.3 (bug #212577) (diff) | |
download | gentoo-2-9192a3ba1f703783b588cad04533a01f01a869c3.tar.gz gentoo-2-9192a3ba1f703783b588cad04533a01f01a869c3.tar.bz2 gentoo-2-9192a3ba1f703783b588cad04533a01f01a869c3.zip |
Bump to 2.2.0
* Misc bugfixes
* Updated translations
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/gtksourceview/files/2.0/gentoo.lang | 9 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.2.0.ebuild (renamed from x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild) | 4 |
3 files changed, 15 insertions, 8 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 41899d04dcee..a321c28a8718 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.127 2008/02/05 10:44:13 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.128 2008/03/10 19:55:21 dang Exp $ + +*gtksourceview-2.2.0 (10 Mar 2008) + + 10 Mar 2008; Daniel Gryniewicz <dang@gentoo.org> + -gtksourceview-2.1.2.ebuild, +gtksourceview-2.2.0.ebuild: + Bump to 2.2.0 + * Misc bugfixes + * Updated translations *gtksourceview-2.1.2 (05 Feb 2008) diff --git a/x11-libs/gtksourceview/files/2.0/gentoo.lang b/x11-libs/gtksourceview/files/2.0/gentoo.lang index 76ae66f25840..3aa3a332faa0 100644 --- a/x11-libs/gtksourceview/files/2.0/gentoo.lang +++ b/x11-libs/gtksourceview/files/2.0/gentoo.lang @@ -27,6 +27,7 @@ <style id="variable" _name="Portage variables" map-to="def:builtin" /> <style id="command" _name="Portage command" map-to="def:type" /> <style id="function" _name="Portage function" map-to="def:function" /> + <style id="string" _name="String" map-to="def:string" /> </styles> <definitions> @@ -38,7 +39,7 @@ <include> <context ref="def:escape"/> <context ref="def:line-continue"/> - <context ref="sh:variable1"/> + <context ref="sh:variable"/> </include> </context> @@ -48,7 +49,7 @@ <include> <context ref="def:escape"/> <context ref="def:line-continue"/> - <context ref="sh:variable1"/> + <context ref="sh:variable"/> </include> </context> @@ -99,10 +100,8 @@ </context> <!-- gentoo is just a shell with the replacements --> - <replace id="sh:string" ref="string" /> - <replace id="sh:string-2" ref="string-2" /> <replace id="sh:built-in-command" ref="built-in-command" /> - <replace id="sh:backtick-string" ref="subprogram-2" /> + <replace id="sh:backtick-subshell" ref="subprogram-2" /> <context id="gentoo"> <include> <context ref="subprogram"/> diff --git a/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild b/x11-libs/gtksourceview/gtksourceview-2.2.0.ebuild index d324cea4df33..331f6402fe6b 100644 --- a/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.1.2.ebuild,v 1.1 2008/02/05 10:44:13 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.0.ebuild,v 1.1 2008/03/10 19:55:21 dang Exp $ inherit gnome2 eutils @@ -12,7 +12,7 @@ SLOT="2.0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc" -RDEPEND=">=x11-libs/gtk+-2.8 +RDEPEND=">=x11-libs/gtk+-2.12 >=dev-libs/libxml2-2.5 >=dev-libs/glib-2 >=dev-libs/libpcre-7.4" |