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 1RrQ5r-0000i2-CU for garchives@archives.gentoo.org; Sun, 29 Jan 2012 08:26:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0550E07D0; Sun, 29 Jan 2012 08:26:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A0F8E07D0 for ; Sun, 29 Jan 2012 08:26:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F28E01B4041 for ; Sun, 29 Jan 2012 08:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 26D3280042 for ; Sun, 29 Jan 2012 08:26:26 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <48ee6bcb62b6088d38f3bcf8b43e2a6ed50bc377.plaes@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.6.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 48ee6bcb62b6088d38f3bcf8b43e2a6ed50bc377 Date: Sun, 29 Jan 2012 08:26:26 +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: 7f5bc035-4688-4621-8d65-5d85da85ceca X-Archives-Hash: 240da2a975325c7413185b31eb6f05c3 commit: 48ee6bcb62b6088d38f3bcf8b43e2a6ed50bc377 Author: Priit Laes plaes org> AuthorDate: Sun Jan 29 08:18:59 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Sun Jan 29 08:19:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D48ee6bcb net-libs/glib-networking: Add 2.31.6 to overlay --- .../glib-networking/glib-networking-2.31.6.ebuild | 49 ++++++++++++++= ++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.31.6.ebuild b/net= -libs/glib-networking/glib-networking-2.31.6.ebuild new file mode 100644 index 0000000..cf94aa7 --- /dev/null +++ b/net-libs/glib-networking/glib-networking-2.31.6.ebuild @@ -0,0 +1,49 @@ +# 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 +ssl test" # pkcs11 + +# pkcs support requires gnutls-2.12.8, p11-kit-0.8 +RDEPEND=3D">=3Ddev-libs/glib-2.31.6:2 + gnome? ( gnome-base/gsettings-desktop-schemas ) + libproxy? ( >=3Dnet-libs/libproxy-0.4.6-r3 ) + 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 ssl gnutls) + --without-pkcs11" + #$(use_with pkcs11 pkcs11) +} + +src_test() { + Xemake check +}