Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/glib-networking/
Date: Sun, 24 Nov 2013 21:38:42
Message-Id: 1385322229.f32dac6a5c90a8e860031d7a52805d22479d7cf0.eva@gentoo
1 commit: f32dac6a5c90a8e860031d7a52805d22479d7cf0
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 23:09:02 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 24 19:43:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f32dac6a
7
8 net-libs/glib-networking: 2.36.2 → 2.38.2
9
10 ---
11 ...2.35.9.ebuild => glib-networking-2.38.2.ebuild} | 33 ++++++++--------------
12 1 file changed, 12 insertions(+), 21 deletions(-)
13
14 diff --git a/net-libs/glib-networking/glib-networking-2.35.9.ebuild b/net-libs/glib-networking/glib-networking-2.38.2.ebuild
15 similarity index 64%
16 rename from net-libs/glib-networking/glib-networking-2.35.9.ebuild
17 rename to net-libs/glib-networking/glib-networking-2.38.2.ebuild
18 index f8e7ea4..27c911c 100644
19 --- a/net-libs/glib-networking/glib-networking-2.35.9.ebuild
20 +++ b/net-libs/glib-networking/glib-networking-2.38.2.ebuild
21 @@ -16,7 +16,8 @@ SLOT="0"
22 IUSE="+gnome +libproxy smartcard +ssl test"
23 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"
24
25 -RDEPEND=">=dev-libs/glib-2.35.8:2
26 +RDEPEND="
27 + >=dev-libs/glib-2.38:2
28 gnome? ( gnome-base/gsettings-desktop-schemas )
29 libproxy? ( >=net-libs/libproxy-0.4.6-r3:= )
30 smartcard? (
31 @@ -24,34 +25,24 @@ RDEPEND=">=dev-libs/glib-2.35.8:2
32 >=net-libs/gnutls-2.12.8:=[pkcs11] )
33 ssl? (
34 app-misc/ca-certificates
35 - >=net-libs/gnutls-2.11.0:= )
36 + >=net-libs/gnutls-2.12.8:= )
37 "
38 DEPEND="${RDEPEND}
39 >=dev-util/intltool-0.35.0
40 sys-devel/gettext
41 virtual/pkgconfig
42 - test? ( sys-apps/dbus[X] )"
43 + test? ( sys-apps/dbus[X] )
44 +"
45 # eautoreconf needs >=sys-devel/autoconf-2.65:2.5
46
47 -src_prepare() {
48 - # FIXME: new failing tests
49 - sed -e '/tls.connection.simultaneous-async-rehandshake/,+1 d' \
50 - -e '/tls.connection.simultaneous-sync-rehandshake/,+1 d' \
51 - -i tls/tests/connection.c || die
52 - gnome2_src_prepare
53 -}
54 -
55 src_configure() {
56 - # AUTHORS, ChangeLog are empty
57 - DOCS="NEWS README"
58 - G2CONF="${G2CONF}
59 - --disable-static
60 - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt
61 - $(use_with gnome gnome-proxy)
62 - $(use_with libproxy)
63 - $(use_with smartcard pkcs11)
64 - $(use_with ssl gnutls)"
65 - gnome2_src_configure
66 + gnome2_src_configure \
67 + --disable-static \
68 + --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
69 + $(use_with gnome gnome-proxy) \
70 + $(use_with libproxy) \
71 + $(use_with smartcard pkcs11) \
72 + $(use_with ssl gnutls)
73 }
74
75 src_test() {