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 1SDuOt-0003R8-1w for garchives@archives.gentoo.org; Sat, 31 Mar 2012 09:15:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 522DAE0DF6; Sat, 31 Mar 2012 09:14:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 12289E0DF6 for ; Sat, 31 Mar 2012 09:14:38 +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 71BC41B401D for ; Sat, 31 Mar 2012 09:14:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7824AE5438 for ; Sat, 31 Mar 2012 09:14:35 +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: <1333142184.b4fec9abc57999cb91d4455716543370bcd7659b.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.31.22.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: b4fec9abc57999cb91d4455716543370bcd7659b X-VCS-Branch: master Date: Sat, 31 Mar 2012 09:14:35 +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: 7cda7189-8e5f-47bf-a244-f0917d5c3ebb X-Archives-Hash: d3267ae156dc448df5fae74fedb4e8d9 commit: b4fec9abc57999cb91d4455716543370bcd7659b Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Mar 30 21:16:24 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Mar 30 21:16:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Db4fec9ab net-libs/glib-networking: moved to the tree --- .../glib-networking/glib-networking-2.31.22.ebuild | 67 --------------= ------ 1 files changed, 0 insertions(+), 67 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.31.22.ebuild b/ne= t-libs/glib-networking/glib-networking-2.31.22.ebuild deleted file mode 100644 index 9ea9568..0000000 --- a/net-libs/glib-networking/glib-networking-2.31.22.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-network= ing-2.30.2.ebuild,v 1.2 2012/01/18 06:48:45 tetromino Exp $ - -EAPI=3D"4" -GCONF_DEBUG=3D"no" -GNOME2_LA_PUNT=3D"yes" - -inherit gnome2 virtualx - -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"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~= sparc-solaris ~x86-solaris" -IUSE=3D"+gnome +libproxy pkcs11 +ssl test" - -RDEPEND=3D">=3Ddev-libs/glib-2.31.6:2 - gnome? ( gnome-base/gsettings-desktop-schemas ) - libproxy? ( >=3Dnet-libs/libproxy-0.4.6-r3 ) - pkcs11? ( - >=3Dapp-crypt/p11-kit-0.8 - >=3Dnet-libs/gnutls-2.12.8[pkcs11] ) - ssl? ( - app-misc/ca-certificates - >=3Dnet-libs/gnutls-2.11.0 ) -" -DEPEND=3D"${RDEPEND} - >=3Ddev-util/intltool-0.35.0 - >=3Ddev-util/pkgconfig-0.9 - sys-devel/gettext - test? ( sys-apps/dbus[X] )" -# eautoreconf needs >=3Dsys-devel/autoconf-2.65:2.5 - -pkg_setup() { - # AUTHORS, ChangeLog are empty - DOCS=3D"NEWS README" - G2CONF=3D"${G2CONF} - --disable-static - --with-ca-certificates=3D"${EPREFIX}"/etc/ssl/certs/ca-certificates.cr= t - $(use_with gnome gnome-proxy) - $(use_with libproxy) - $(use_with pkcs11) - $(use_with ssl gnutls)" -} - -src_prepare() { - gnome2_src_prepare - - # Drop DEPRECATED flags - sed -e 's:-D[A-Z_]*DISABLE_DEPRECATED *\\:\\:g' \ - -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ - -i Makefile.{decl,in} \ - proxy/gnome/Makefile.in \ - proxy/libproxy/Makefile.in \ - proxy/tests/Makefile.in \ - tls/gnutls/Makefile.in \ - tls/pkcs11/Makefile.{am,in} \ - tls/tests/Makefile.in || die - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ - tls/pkcs11/Makefile.{am,in} || die -} - -src_test() { - Xemake check -}