From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q15UG-0000BW-Uv for garchives@archives.gentoo.org; Sat, 19 Mar 2011 23:23:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28EEF1C02F; Sat, 19 Mar 2011 23:23:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DC46F1C026 for ; Sat, 19 Mar 2011 23:23:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F8671B40EA for ; Sat, 19 Mar 2011 23:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 942A980073 for ; Sat, 19 Mar 2011 23:22:59 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/vte/vte-0.27.90-r200.ebuild x11-libs/vte/vte-0.27.90.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: bd00c3b70bbbc5020ae84f97a197ae50fb04abea Date: Sat, 19 Mar 2011 23:22:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7e44eff0f1a42e03a61943dfc52be3e8 commit: bd00c3b70bbbc5020ae84f97a197ae50fb04abea Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Mar 19 19:53:18 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Mar 19 20:04:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dbd00c3b7 x11-libs/vte: remove USE=3Dglade, fix comment about python support --- x11-libs/vte/vte-0.27.90-r200.ebuild | 7 ++++--- x11-libs/vte/vte-0.27.90.ebuild | 15 ++++----------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/x11-libs/vte/vte-0.27.90-r200.ebuild b/x11-libs/vte/vte-0.27= .90-r200.ebuild index 4757ce5..562c3ba 100644 --- a/x11-libs/vte/vte-0.27.90-r200.ebuild +++ b/x11-libs/vte/vte-0.27.90-r200.ebuild @@ -14,7 +14,7 @@ HOMEPAGE=3D"http://git.gnome.org/browse/vte" =20 LICENSE=3D"LGPL-2" SLOT=3D"0" -IUSE=3D"debug doc glade +introspection python" +IUSE=3D"debug doc +introspection python" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" @@ -31,7 +31,6 @@ RDEPEND=3D">=3Ddev-libs/glib-2.26:2 x11-libs/libX11 x11-libs/libXft =20 - glade? ( =3Ddev-libs/gobject-introspection-0.9.0 ) python? ( >=3Ddev-python/pygtk-2.4 ) " DEPEND=3D"${RDEPEND} @@ -42,13 +41,15 @@ DEPEND=3D"${RDEPEND} sys-devel/gettext" =20 pkg_setup() { + # Glade is disabled because it needs gladeui-1.0 & gtk3 glade is gladeu= i-2.0 + # glade isn't slotted, and gtksourceview (for instance) needs gladeui-2= .0 G2CONF=3D"${G2CONF} + --disable-glade-catalogue --disable-gnome-pty-helper --disable-deprecation --disable-maintainer-mode --disable-static $(use_enable debug) - $(use_enable glade glade-catalogue) $(use_enable introspection) $(use_enable python) --with-html-dir=3D${ROOT}/usr/share/doc/${PF}/html diff --git a/x11-libs/vte/vte-0.27.90.ebuild b/x11-libs/vte/vte-0.27.90.e= build index 3a27da0..14307b0 100644 --- a/x11-libs/vte/vte-0.27.90.ebuild +++ b/x11-libs/vte/vte-0.27.90.ebuild @@ -5,16 +5,15 @@ EAPI=3D"3" GCONF_DEBUG=3D"yes" GNOME2_LA_PUNT=3D"yes" -#PYTHON_DEPEND=3D"python? 2:2.4" =20 -inherit autotools eutils gnome2 #python +inherit autotools eutils gnome2 =20 DESCRIPTION=3D"GNOME terminal widget" HOMEPAGE=3D"http://git.gnome.org/browse/vte" =20 LICENSE=3D"LGPL-2" SLOT=3D"2.90" -IUSE=3D"debug doc +introspection" #python +IUSE=3D"debug doc +introspection" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" @@ -22,7 +21,6 @@ else KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 = ~x86-fbsd" fi =20 -# No python bindings (yet) with gtk+:3 PDEPEND=3D"x11-libs/gnome-pty-helper" RDEPEND=3D">=3Ddev-libs/glib-2.26:2 >=3Dx11-libs/gtk+-3.0:3 @@ -41,6 +39,8 @@ DEPEND=3D"${RDEPEND} sys-devel/gettext" =20 src_prepare() { + # Python bindings are via gobject-introspection + # Ex: from gi.repository import Vte # Glade is disabled because it needs gladeui-1.0 & gtk3 glade is gladeu= i-2.0 G2CONF=3D"${G2CONF} --disable-glade-catalogue @@ -52,9 +52,7 @@ src_prepare() { $(use_enable introspection) --with-html-dir=3D${ROOT}/usr/share/doc/${PF}/html --with-gtk=3D3.0" - #$(use_enable python) DOCS=3D"AUTHORS ChangeLog HACKING NEWS README" - #use python && python_set_active_version 2 =20 epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch" =20 @@ -62,8 +60,3 @@ src_prepare() { =20 gnome2_src_prepare } - -#src_install() { -# gnome2_src_install -# python_clean_installation_image -#}