# ChangeLog for app-editors/gedit-plugins
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.21 2011/11/03 05:01:43 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.22 2012/01/13 17:41:16 tetromino Exp $
+
+ 13 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ gedit-plugins-3.2.1-r1.ebuild:
+ Add missing python cairo deps; modernize py-compile idiom.
*gedit-plugins-3.2.1-r1 (03 Nov 2011)
DIST gedit-plugins-2.32.0.tar.bz2 616927 RMD160 a7540bfd57bdc15546eea802c68719ac71f85c10 SHA1 78339867bcc159cc14ef45effc35fa52c3854ce4 SHA256 2ef7bf48e9500556d84ae4c2950f4eadcc3f9cb9c58c90f2c83956b0ddad1107
DIST gedit-plugins-3.2.1.tar.xz 1434840 RMD160 a248bd2529bf8be93d3d9b980c4323331392b0d7 SHA1 759295aa00e8e15f4e3ee44330ca5e890d8a4b20 SHA256 45dee01a196a7d5e87027187e76d57643b146ea1c313cad2686ebd369890f841
EBUILD gedit-plugins-2.32.0.ebuild 2255 RMD160 49f7be73274b479cacf8616e79426e73c60b549b SHA1 118eae17146236f7d0f110857ab88b555eb2d274 SHA256 82076452a6bdf38eb0a18af5c653a51747613dedf6dcb80c4f862acb4a1738f9
-EBUILD gedit-plugins-3.2.1-r1.ebuild 2613 RMD160 bb135dc05387457ed2aee6ee5ba03721c4fac2d9 SHA1 c033725f826e9abed555e627c0500252ec8514a5 SHA256 accd579f52129cd7659944240148a7ad173024fcdc51ca8baabb276c967eff98
-MISC ChangeLog 4547 RMD160 a6f4f51c520813efd9c397b3b1c01c636c6f4102 SHA1 bdf78218c36ea92c6e8d37c438cc96a5988605db SHA256 60dd5ce62b3e4c8447b7ef274f04bd4b949fddb7903e9bcbab06f38dccb0de61
+EBUILD gedit-plugins-3.2.1-r1.ebuild 2636 RMD160 95b3c5a77afc1a6d09ffbbeb27ed4332658458b9 SHA1 735cb6ce9980cd0950473136f001e5723dabbbfa SHA256 fc41b4bb4d79c58d2370d14febba9da4fd62bf7117d94f478debd85b6b95c2ce
+MISC ChangeLog 4701 RMD160 8d881a771b264376c8b97b2befe9459cac2b18bc SHA1 f76677ee5d4bbfaecb1fcd2e9137ace87230c88d SHA256 151f899f5578c422c6abb43fa223b7dcc3c99bad89778ce04952948c8433a34b
MISC metadata.xml 482 RMD160 a9ccc9935bca24dbcb82df8cd39104186a19888d SHA1 3bc0ea8b11853ea59eec7d57716e8486709aff95 SHA256 f842b0e12beea9918cdef5f9d9aa5dd70a5bff42790692e1b873fd0b3899b7fe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
-iF4EAREIAAYFAk6yID8ACgkQdjK8w9WeBnC5yQD/XV2atODIzuqVhLqaPsOoE+P5
-zOMRfFV2An8rsnIopxkA/2u2jy+XYShiiPNUiyfmLaxSwftaPgEOTX13HNXnmeZK
-=1LS8
+iF4EAREIAAYFAk8QbMEACgkQdjK8w9WeBnA84wEApjlIQTrxKjPbZmJJCwv0yHtS
+pNjfI4p5DKmR8Sfa1foA/iXozkY00NrZyKIk7amywNWXVg289NN/d6OJ4ble4nLe
+=Zwjy
-----END PGP SIGNATURE-----
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.1 2011/11/03 05:01:43 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.2 2012/01/13 17:41:16 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
>=x11-libs/gtksourceview-3.0.0:3.0
python? (
>=app-editors/gedit-3.0.0[introspection]
- || ( dev-python/pygobject:2[introspection] dev-python/pygobject:3 )
+ dev-python/pycairo
+ || (
+ dev-python/pygobject:2[cairo,introspection]
+ dev-python/pygobject:3[cairo] )
>=x11-libs/gtk+-3.0.0:3[introspection]
>=x11-libs/gtksourceview-3.0.0:3.0[introspection]
x11-libs/pango[introspection]
# disable pyc compiling
for d in . build-aux ; do
- ln -sfn $(type -P true) "${d}/py-compile"
+ echo > "${d}/py-compile"
done
}