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 1Q7Ts1-0000v6-Dr for garchives@archives.gentoo.org; Wed, 06 Apr 2011 14:38:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 255591C186; Wed, 6 Apr 2011 14:31:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4704F1C09D for ; Wed, 6 Apr 2011 14:28:17 +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 979AC1B4112 for ; Wed, 6 Apr 2011 14:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 032B580065 for ; Wed, 6 Apr 2011 14:28:16 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <7f3daa88c30533ccb0716b507954fc7fea80b9b0.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.28.5.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7f3daa88c30533ccb0716b507954fc7fea80b9b0 Date: Wed, 6 Apr 2011 14:28: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9ce53b3345e58a20179b749dc0914736 commit: 7f3daa88c30533ccb0716b507954fc7fea80b9b0 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Apr 6 14:07:59 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Apr 6 14:28:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D7f3daa88 net-libs/glib-networking: QAed * renamed USE=3Dgnutls to USE=3Dssl according to QA policy on ssl, nss, = gnutls & openssl (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- .../glib-networking/glib-networking-2.28.5.ebuild | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.28.5.ebuild b/net= -libs/glib-networking/glib-networking-2.28.5.ebuild index 6ed8876..6cabb03 100644 --- a/net-libs/glib-networking/glib-networking-2.28.5.ebuild +++ b/net-libs/glib-networking/glib-networking-2.28.5.ebuild @@ -3,6 +3,7 @@ # $Header: $ =20 EAPI=3D"3" +GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" =20 inherit gnome2 @@ -13,12 +14,13 @@ HOMEPAGE=3D"http://git.gnome.org/browse/glib-networki= ng/" LICENSE=3D"LGPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"+gnome +gnutls +libproxy" +IUSE=3D"+gnome +libproxy +ssl" =20 -RDEPEND=3D">=3Ddev-libs/glib-2.27.90 +RDEPEND=3D">=3Ddev-libs/glib-2.27.90:2 gnome? ( gnome-base/gsettings-desktop-schemas ) - gnutls? ( >=3Dnet-libs/gnutls-2.1.7 ) - libproxy? ( >=3Dnet-libs/libproxy-0.3.1 )" + libproxy? ( >=3Dnet-libs/libproxy-0.3.1 ) + ssl? ( >=3Dnet-libs/gnutls-2.1.7 ) +" DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.35.0 >=3Ddev-util/pkgconfig-0.9 @@ -32,6 +34,6 @@ pkg_setup() { --disable-maintainer-mode --with-ca-certificates=3D${ROOT}/etc/ssl/certs/ca-certificates.crt $(use_with gnome gnome-proxy) - $(use_with gnutls) - $(use_with libproxy)" + $(use_with libproxy) + $(use_with ssl gnutls)" }