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 0C217138247 for ; Sun, 24 Nov 2013 21:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E0B2E0653; Sun, 24 Nov 2013 21:38:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8240DE09FC for ; Sun, 24 Nov 2013 21:38:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6967B33F353 for ; Sun, 24 Nov 2013 21:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C7A3919002B for ; Sun, 24 Nov 2013 21:38:37 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1385322229.f32dac6a5c90a8e860031d7a52805d22479d7cf0.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/glib-networking/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/glib-networking/glib-networking-2.35.9.ebuild net-libs/glib-networking/glib-networking-2.38.2.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f32dac6a5c90a8e860031d7a52805d22479d7cf0 X-VCS-Branch: master Date: Sun, 24 Nov 2013 21:38:37 +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: b8ca614c-e917-44f5-9b25-9ca6e19f187b X-Archives-Hash: 6f0ebdeca92063f3b2f390bb7ab7ef97 commit: f32dac6a5c90a8e860031d7a52805d22479d7cf0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 18 23:09:02 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 24 19:43:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f32dac6a net-libs/glib-networking: 2.36.2 → 2.38.2 --- ...2.35.9.ebuild => glib-networking-2.38.2.ebuild} | 33 ++++++++-------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.35.9.ebuild b/net-libs/glib-networking/glib-networking-2.38.2.ebuild similarity index 64% rename from net-libs/glib-networking/glib-networking-2.35.9.ebuild rename to net-libs/glib-networking/glib-networking-2.38.2.ebuild index f8e7ea4..27c911c 100644 --- a/net-libs/glib-networking/glib-networking-2.35.9.ebuild +++ b/net-libs/glib-networking/glib-networking-2.38.2.ebuild @@ -16,7 +16,8 @@ SLOT="0" IUSE="+gnome +libproxy smartcard +ssl test" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -RDEPEND=">=dev-libs/glib-2.35.8:2 +RDEPEND=" + >=dev-libs/glib-2.38:2 gnome? ( gnome-base/gsettings-desktop-schemas ) libproxy? ( >=net-libs/libproxy-0.4.6-r3:= ) smartcard? ( @@ -24,34 +25,24 @@ RDEPEND=">=dev-libs/glib-2.35.8:2 >=net-libs/gnutls-2.12.8:=[pkcs11] ) ssl? ( app-misc/ca-certificates - >=net-libs/gnutls-2.11.0:= ) + >=net-libs/gnutls-2.12.8:= ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.35.0 sys-devel/gettext virtual/pkgconfig - test? ( sys-apps/dbus[X] )" + test? ( sys-apps/dbus[X] ) +" # eautoreconf needs >=sys-devel/autoconf-2.65:2.5 -src_prepare() { - # FIXME: new failing tests - sed -e '/tls.connection.simultaneous-async-rehandshake/,+1 d' \ - -e '/tls.connection.simultaneous-sync-rehandshake/,+1 d' \ - -i tls/tests/connection.c || die - gnome2_src_prepare -} - src_configure() { - # AUTHORS, ChangeLog are empty - DOCS="NEWS README" - G2CONF="${G2CONF} - --disable-static - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt - $(use_with gnome gnome-proxy) - $(use_with libproxy) - $(use_with smartcard pkcs11) - $(use_with ssl gnutls)" - gnome2_src_configure + gnome2_src_configure \ + --disable-static \ + --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \ + $(use_with gnome gnome-proxy) \ + $(use_with libproxy) \ + $(use_with smartcard pkcs11) \ + $(use_with ssl gnutls) } src_test() {