From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6855D59CA5 for ; Fri, 25 Mar 2016 00:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F264E21C056; Fri, 25 Mar 2016 00:56:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6FBD21C04A for ; Fri, 25 Mar 2016 00:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9177340D73 for ; Fri, 25 Mar 2016 00:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C053887B for ; Fri, 25 Mar 2016 00:56:16 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1458867346.65f133cf9cf5d29126c75f330972e1acfbb8ed91.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/vte/vte-0.42.1.ebuild x11-libs/vte/vte-0.44.0.ebuild x11-libs/vte/vte-9999.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 65f133cf9cf5d29126c75f330972e1acfbb8ed91 X-VCS-Branch: master Date: Fri, 25 Mar 2016 00:56:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 86d39ff0-3a20-49be-9cf6-535751c813c2 X-Archives-Hash: 7bdb544adcfb92c9d0de9ecde1b1911f commit: 65f133cf9cf5d29126c75f330972e1acfbb8ed91 Author: Ole Reifschneider gentoo org> AuthorDate: Thu Mar 24 20:18:28 2016 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Fri Mar 25 00:55:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=65f133cf x11-libs/vte: Bump version to 0.44.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42 x11-libs/vte/{vte-0.42.1.ebuild => vte-0.44.0.ebuild} | 6 +++--- x11-libs/vte/vte-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-libs/vte/vte-0.42.1.ebuild b/x11-libs/vte/vte-0.44.0.ebuild similarity index 92% rename from x11-libs/vte/vte-0.42.1.ebuild rename to x11-libs/vte/vte-0.44.0.ebuild index e42dfe9..0baf433 100644 --- a/x11-libs/vte/vte-0.42.1.ebuild +++ b/x11-libs/vte/vte-0.44.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ RDEPEND=" x11-libs/libXft glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) " DEPEND="${RDEPEND} $(vala_depend) @@ -59,8 +59,8 @@ src_configure() { # Python bindings are via gobject-introspection # Ex: from gi.repository import Vte + # FIXME: add USE for pcre gnome2_src_configure \ - --disable-deprecation \ --disable-test-application \ --disable-static \ $(use_enable debug) \ diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild index 5ae7fe6..95087c5 100644 --- a/x11-libs/vte/vte-9999.ebuild +++ b/x11-libs/vte/vte-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -36,7 +36,7 @@ RDEPEND=" x11-libs/libXft glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) " DEPEND="${RDEPEND} $(vala_depend) @@ -75,8 +75,8 @@ src_configure() { # Python bindings are via gobject-introspection # Ex: from gi.repository import Vte + # FIXME: add USE for pcre gnome2_src_configure \ - --disable-deprecation \ --disable-test-application \ --disable-static \ $(use_enable debug) \