summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 17:28:47 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 17:28:47 +0000
commit051c2874ea58d9a9d024546488b50b315e59e242 (patch)
tree320b98579d3efd6e1b44a43f336e5e59c881ddf9 /net-libs/glib-networking
parentVersion bump for Gnome 3.10 (diff)
downloadgentoo-2-051c2874ea58d9a9d024546488b50b315e59e242.tar.gz
gentoo-2-051c2874ea58d9a9d024546488b50b315e59e242.tar.bz2
gentoo-2-051c2874ea58d9a9d024546488b50b315e59e242.zip
Version bump for Gnome 3.10
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/glib-networking')
-rw-r--r--net-libs/glib-networking/ChangeLog8
-rw-r--r--net-libs/glib-networking/glib-networking-2.38.2.ebuild (renamed from net-libs/glib-networking/glib-networking-2.36.1.ebuild)16
2 files changed, 10 insertions, 14 deletions
diff --git a/net-libs/glib-networking/ChangeLog b/net-libs/glib-networking/ChangeLog
index f77b936d0268..57e7856273d1 100644
--- a/net-libs/glib-networking/ChangeLog
+++ b/net-libs/glib-networking/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/glib-networking
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.67 2013/12/22 16:16:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.68 2013/12/24 17:28:47 pacho Exp $
+
+*glib-networking-2.38.2 (24 Dec 2013)
+
+ 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +glib-networking-2.38.2.ebuild,
+ -glib-networking-2.36.1.ebuild:
+ Version bump for Gnome 3.10
22 Dec 2013; Jeroen Roovers <jer@gentoo.org> glib-networking-2.36.2.ebuild:
Stable for HPPA (bug #478252).
diff --git a/net-libs/glib-networking/glib-networking-2.36.1.ebuild b/net-libs/glib-networking/glib-networking-2.38.2.ebuild
index 5fe398dc8b94..7bd75063c192 100644
--- a/net-libs/glib-networking/glib-networking-2.36.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.38.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.36.1.ebuild,v 1.1 2013/04/23 19:10:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.38.2.ebuild,v 1.1 2013/12/24 17:28:47 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -17,7 +17,7 @@ IUSE="+gnome +libproxy smartcard +ssl test"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
RDEPEND="
- >=dev-libs/glib-2.35.8:2
+ >=dev-libs/glib-2.38:2
gnome? ( gnome-base/gsettings-desktop-schemas )
libproxy? ( >=net-libs/libproxy-0.4.6-r3:= )
smartcard? (
@@ -25,7 +25,7 @@ RDEPEND="
>=net-libs/gnutls-2.12.8:=[pkcs11] )
ssl? (
app-misc/ca-certificates
- >=net-libs/gnutls-2.11.0:= )
+ >=net-libs/gnutls-2.12.8:= )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
@@ -35,17 +35,7 @@ DEPEND="${RDEPEND}
"
# eautoreconf needs >=sys-devel/autoconf-2.65:2.5
-src_prepare() {
- # Failing tests, upstream #695062 (will be fixed in 2.38)
- sed -e '/tls.connection.simultaneous-async-rehandshake/,+1 d' \
- -e '/tls.connection.simultaneous-sync-rehandshake/,+1 d' \
- -i tls/tests/connection.c || die
- gnome2_src_prepare
-}
-
src_configure() {
- # AUTHORS, ChangeLog are empty
- DOCS="NEWS README"
gnome2_src_configure \
--disable-static \
--with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \