diff options
Diffstat (limited to 'net-libs/glib-networking')
-rw-r--r-- | net-libs/glib-networking/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/glib-networking/glib-networking-2.36.0.ebuild | 25 |
2 files changed, 18 insertions, 13 deletions
diff --git a/net-libs/glib-networking/ChangeLog b/net-libs/glib-networking/ChangeLog index ad901911c71f..1ab7278d5a04 100644 --- a/net-libs/glib-networking/ChangeLog +++ b/net-libs/glib-networking/ChangeLog @@ -1,6 +1,10 @@ # 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.57 2013/03/28 17:47:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.58 2013/04/07 17:11:43 eva Exp $ + + 07 Apr 2013; Gilles Dartiguelongue <eva@gentoo.org> + glib-networking-2.36.0.ebuild: + Apply team policy. *glib-networking-2.36.0 (28 Mar 2013) diff --git a/net-libs/glib-networking/glib-networking-2.36.0.ebuild b/net-libs/glib-networking/glib-networking-2.36.0.ebuild index 7b5d29b19df7..418f1480bf7b 100644 --- a/net-libs/glib-networking/glib-networking-2.36.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.36.0.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.0.ebuild,v 1.1 2013/03/28 17:47:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.36.0.ebuild,v 1.2 2013/04/07 17:11:43 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,7 +16,8 @@ SLOT="0" 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 +RDEPEND=" + >=dev-libs/glib-2.35.8:2 gnome? ( gnome-base/gsettings-desktop-schemas ) libproxy? ( >=net-libs/libproxy-0.4.6-r3:= ) smartcard? ( @@ -30,11 +31,12 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.35.0 sys-devel/gettext virtual/pkgconfig - test? ( sys-apps/dbus[X] )" + test? ( sys-apps/dbus[X] ) +" # eautoreconf needs >=sys-devel/autoconf-2.65:2.5 src_prepare() { - # FIXME: new failing tests + # FIXME: failing tests sed -e '/tls.connection.simultaneous-async-rehandshake/,+1 d' \ -e '/tls.connection.simultaneous-sync-rehandshake/,+1 d' \ -i tls/tests/connection.c || die @@ -44,14 +46,13 @@ src_prepare() { src_configure() { # AUTHORS, ChangeLog are empty DOCS="NEWS README" - G2CONF="${G2CONF} - --disable-static - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt - $(use_with gnome gnome-proxy) - $(use_with libproxy) - $(use_with smartcard pkcs11) - $(use_with ssl gnutls)" - gnome2_src_configure + gnome2_src_configure \ + --disable-static \ + --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \ + $(use_with gnome gnome-proxy) \ + $(use_with libproxy) \ + $(use_with smartcard pkcs11) \ + $(use_with ssl gnutls) } src_test() { |