public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/glib-networking/
@ 2011-08-30 21:55 Alexandre Restovtsev
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-08-30 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     981a1cd4ce7c8e0f41695021befb993af9a5521a
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 18:41:18 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 30 19:06:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=981a1cd4

net-libs/glib-networking: add 2.29.18

Add gnome-3.1.x version with numerous ssl-related improvements. Tests
fail, ned to figure out why.

---
 .../glib-networking/glib-networking-2.29.18.ebuild |   43 ++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/net-libs/glib-networking/glib-networking-2.29.18.ebuild b/net-libs/glib-networking/glib-networking-2.29.18.ebuild
new file mode 100644
index 0000000..9fa7562
--- /dev/null
+++ b/net-libs/glib-networking/glib-networking-2.29.18.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.8 2011/07/28 18:35:49 pacho Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Network-related giomodules for glib"
+HOMEPAGE="http://git.gnome.org/browse/glib-networking/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~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="+gnome +libproxy +ssl"
+
+RDEPEND=">=dev-libs/glib-2.29.16:2
+	gnome? ( gnome-base/gsettings-desktop-schemas )
+	libproxy? ( >=net-libs/libproxy-0.4.6-r3 )
+	ssl? ( >=net-libs/gnutls-2.1.7 )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.35.0
+	>=dev-util/pkgconfig-0.9
+	sys-devel/gettext"
+
+# FIXME: tls tests fail, figure out why
+# ERROR:tls.c:256:on_input_read_finish: assertion failed (error == NULL): Error performing TLS handshake: The request is invalid. (g-tls-error-quark, 1)
+RESTRICT="tests"
+
+pkg_setup() {
+	# AUTHORS, ChangeLog are empty
+	DOCS="NEWS README"
+	G2CONF="${G2CONF}
+		--disable-static
+		--disable-maintainer-mode
+		--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
+		$(use_with gnome gnome-proxy)
+		$(use_with libproxy)
+		$(use_with ssl gnutls)"
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/glib-networking/
@ 2011-09-27  5:58 Alexandre Restovtsev
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-27  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fa24fdf12865478027c372d825d2415e9d0860f7
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 05:51:43 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 05:51:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fa24fdf1

net-libs/glib-networking: 2.29.18 → 2.30.0

Version bump. Add missing ca-certificates dependency. Tests still fail.

---
 ....29.18.ebuild => glib-networking-2.30.0.ebuild} |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/glib-networking/glib-networking-2.29.18.ebuild b/net-libs/glib-networking/glib-networking-2.30.0.ebuild
similarity index 90%
rename from net-libs/glib-networking/glib-networking-2.29.18.ebuild
rename to net-libs/glib-networking/glib-networking-2.30.0.ebuild
index 9fa7562..d9e7cf6 100644
--- a/net-libs/glib-networking/glib-networking-2.29.18.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.30.0.ebuild
@@ -19,7 +19,9 @@ IUSE="+gnome +libproxy +ssl"
 RDEPEND=">=dev-libs/glib-2.29.16:2
 	gnome? ( gnome-base/gsettings-desktop-schemas )
 	libproxy? ( >=net-libs/libproxy-0.4.6-r3 )
-	ssl? ( >=net-libs/gnutls-2.1.7 )
+	ssl? (
+		app-misc/ca-certificates
+		>=net-libs/gnutls-2.1.7 )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35.0
@@ -36,7 +38,7 @@ pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-maintainer-mode
-		--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
+		--with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
 		$(use_with gnome gnome-proxy)
 		$(use_with libproxy)
 		$(use_with ssl gnutls)"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-27  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 21:55 [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/glib-networking/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-09-27  5:58 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox