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 <gentoo-commits+bounces-328515-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Q2GYG-0005VA-1P for garchives@archives.gentoo.org; Wed, 23 Mar 2011 05:24:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 282161C057; Wed, 23 Mar 2011 05:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E6DC71C055 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2011 05:20:39 +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 B14CF1B4171 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2011 05:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 274B080074 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2011 05:20:39 +0000 (UTC) From: "Nirbheek Chauhan" <nirbheek@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org> Message-ID: <ca73bc519b4824436ceb21573f28e32d965c49f4.nirbheek@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.0.ebuild net-libs/glib-networking/glib-networking-2.28.4.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: ca73bc519b4824436ceb21573f28e32d965c49f4 Date: Wed, 23 Mar 2011 05:20:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d03b3240ab913d19cba9ddd5c0e32ad4 commit: ca73bc519b4824436ceb21573f28e32d965c49f4 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org> AuthorDate: Wed Mar 23 02:07:21 2011 +0000 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org> CommitDate: Wed Mar 23 04:12:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dca73bc51 net-libs/glib-networking: 2.28.0 =E2=86=92 2.28.4 --- ...2.28.0.ebuild =3D> glib-networking-2.28.4.ebuild} | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.28.0.ebuild b/net= -libs/glib-networking/glib-networking-2.28.4.ebuild similarity index 87% rename from net-libs/glib-networking/glib-networking-2.28.0.ebuild rename to net-libs/glib-networking/glib-networking-2.28.4.ebuild index 5c07c92..6ed8876 100644 --- a/net-libs/glib-networking/glib-networking-2.28.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.28.4.ebuild @@ -13,9 +13,10 @@ HOMEPAGE=3D"http://git.gnome.org/browse/glib-networkin= g/" LICENSE=3D"LGPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"+gnutls +libproxy" +IUSE=3D"+gnome +gnutls +libproxy" =20 RDEPEND=3D">=3Ddev-libs/glib-2.27.90 + gnome? ( gnome-base/gsettings-desktop-schemas ) gnutls? ( >=3Dnet-libs/gnutls-2.1.7 ) libproxy? ( >=3Dnet-libs/libproxy-0.3.1 )" DEPEND=3D"${RDEPEND} @@ -30,6 +31,7 @@ pkg_setup() { --disable-static --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)" }