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 1QDykN-0003oa-3k for garchives@archives.gentoo.org; Sun, 24 Apr 2011 12:49:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 582DE1C016; Sun, 24 Apr 2011 12:48:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 297FD1C00F for ; Sun, 24 Apr 2011 12:48:55 +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 A5FBF1B402B for ; Sun, 24 Apr 2011 12:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F3A54803E3 for ; Sun, 24 Apr 2011 12:48:53 +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: <4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b.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.5.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b Date: Sun, 24 Apr 2011 12:48:53 +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: c23956ffa522bdb710922dd9f5dd8c27 commit: 4e9a6aa2dcc0f5b0ec83d3e760bf206104bcf26b Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Apr 24 10:13:06 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun Apr 24 10:13:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D4e9a6aa2 net-libs/glib-networking: moved to the tree --- .../glib-networking/glib-networking-2.28.5.ebuild | 39 --------------= ------ 1 files changed, 0 insertions(+), 39 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 deleted file mode 100644 index 6cabb03..0000000 --- a/net-libs/glib-networking/glib-networking-2.28.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"3" -GCONF_DEBUG=3D"no" -GNOME2_LA_PUNT=3D"yes" - -inherit gnome2 - -DESCRIPTION=3D"Network-related giomodules for glib" -HOMEPAGE=3D"http://git.gnome.org/browse/glib-networking/" - -LICENSE=3D"LGPL-2" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"+gnome +libproxy +ssl" - -RDEPEND=3D">=3Ddev-libs/glib-2.27.90:2 - gnome? ( gnome-base/gsettings-desktop-schemas ) - 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 - sys-devel/gettext" - -pkg_setup() { - # AUTHORS, ChangeLog are empty - DOCS=3D"NEWS README" - G2CONF=3D"${G2CONF} - --disable-static - --disable-maintainer-mode - --with-ca-certificates=3D${ROOT}/etc/ssl/certs/ca-certificates.crt - $(use_with gnome gnome-proxy) - $(use_with libproxy) - $(use_with ssl gnutls)" -}