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 1Q6uci-00026e-UW for garchives@archives.gentoo.org; Tue, 05 Apr 2011 01:00:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17189E07F7; Tue, 5 Apr 2011 00:57:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CAED8E07F7 for ; Tue, 5 Apr 2011 00:57:32 +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 742311B409A for ; Tue, 5 Apr 2011 00:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C1F8680072 for ; Tue, 5 Apr 2011 00:57:31 +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: <2a537627704fc78d033912800dfbfa0c70d56a45.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/, x11-libs/vte/files/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/vte/files/vte-0.27.90-fix-gdk-targets.patch x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch x11-libs/vte/vte-0.27.90-r200.ebuild x11-libs/vte/vte-0.27.90.ebuild x11-libs/vte/vte-0.28.0-r300.ebuild x11-libs/vte/vte-0.28.0.ebuild X-VCS-Directories: x11-libs/vte/ x11-libs/vte/files/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 2a537627704fc78d033912800dfbfa0c70d56a45 Date: Tue, 5 Apr 2011 00:57:31 +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: be6b27440871d30dea9241243c9640f6 commit: 2a537627704fc78d033912800dfbfa0c70d56a45 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Apr 4 15:03:55 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Apr 4 15:47:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D2a537627 x11-libs/vte: 0.27.90 =E2=86=92 0.28.0 * Use -r300 for gtk3 version, don't use -r200 for gtk2 version --- ...gets.patch =3D> vte-0.28.0-fix-gdk-targets.patch} | 4 ++-- .../{vte-0.27.90.ebuild =3D> vte-0.28.0-r300.ebuild} | 7 +++---- .../{vte-0.27.90-r200.ebuild =3D> vte-0.28.0.ebuild} | 0 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/x11-libs/vte/files/vte-0.27.90-fix-gdk-targets.patch b/x11-l= ibs/vte/files/vte-0.28.0-fix-gdk-targets.patch similarity index 94% rename from x11-libs/vte/files/vte-0.27.90-fix-gdk-targets.patch rename to x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch index 1590b81..412baa0 100644 --- a/x11-libs/vte/files/vte-0.27.90-fix-gdk-targets.patch +++ b/x11-libs/vte/files/vte-0.28.0-fix-gdk-targets.patch @@ -5,17 +5,17 @@ no longer works. So, sort of hack around it for now? --- configure.in +++ configure.in @@ -53,6 +53,7 @@ - VTE_SEAL_CFLAGS=3D GTK_API_VERSION=3D2.0 GTK_REQUIRED=3D2.20.0 + GLADE_API_VERSION=3D1.0 + GDK_TARGETS=3D$($PKG_CONFIG --variable target gdk-$GTK_API_VERSI= ON) ;; 3.0) VTE_API_VERSION=3D2.90 VTE_API_MAJOR_VERSION=3D2 @@ -62,6 +63,7 @@ - VTE_SEAL_CFLAGS=3D"-DVTE_SEAL_ENABLE" GTK_API_VERSION=3D3.0 GTK_REQUIRED=3D3.0.0 + GLADE_API_VERSION=3D2.0 + GDK_TARGETS=3D$($PKG_CONFIG --variable targets gdk-$GTK_API_VERS= ION) ;; esac diff --git a/x11-libs/vte/vte-0.27.90.ebuild b/x11-libs/vte/vte-0.28.0-r3= 00.ebuild similarity index 87% rename from x11-libs/vte/vte-0.27.90.ebuild rename to x11-libs/vte/vte-0.28.0-r300.ebuild index 14307b0..e6164b6 100644 --- a/x11-libs/vte/vte-0.27.90.ebuild +++ b/x11-libs/vte/vte-0.28.0-r300.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=3D"http://git.gnome.org/browse/vte" =20 LICENSE=3D"LGPL-2" SLOT=3D"2.90" -IUSE=3D"debug doc +introspection" +IUSE=3D"debug doc glade +introspection" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" @@ -41,20 +41,19 @@ DEPEND=3D"${RDEPEND} 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 --disable-gnome-pty-helper --disable-deprecation --disable-maintainer-mode --disable-static $(use_enable debug) + $(use_enable glade glade-catalogue) $(use_enable introspection) --with-html-dir=3D${ROOT}/usr/share/doc/${PF}/html --with-gtk=3D3.0" DOCS=3D"AUTHORS ChangeLog HACKING NEWS README" =20 - epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch" + epatch "${FILESDIR}/${P}-fix-gdk-targets.patch" =20 [[ ${PV} !=3D 9999 ]] && eautoreconf =20 diff --git a/x11-libs/vte/vte-0.27.90-r200.ebuild b/x11-libs/vte/vte-0.28= .0.ebuild similarity index 100% rename from x11-libs/vte/vte-0.27.90-r200.ebuild rename to x11-libs/vte/vte-0.28.0.ebuild