summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-12-04 15:56:50 +0000
committerPacho Ramos <pacho@gentoo.org>2010-12-04 15:56:50 +0000
commit348bcf3bccd153e4a2253ec15a7d49593cfc50e4 (patch)
treea296c74116c41a3c5cc3f74b9bf545a093e3eb5a /net-libs
parentalpha/arm/ia64/m68k/s390/sh/sparc stable wrt #347369 (diff)
downloadgentoo-2-348bcf3bccd153e4a2253ec15a7d49593cfc50e4.tar.gz
gentoo-2-348bcf3bccd153e4a2253ec15a7d49593cfc50e4.tar.bz2
gentoo-2-348bcf3bccd153e4a2253ec15a7d49593cfc50e4.zip
Version bump with bugfixes and translation updates, remove old. Make it skip apache related tests until they are ready (bug #326957).
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libsoup/ChangeLog9
-rw-r--r--net-libs/libsoup/libsoup-2.32.2.ebuild (renamed from net-libs/libsoup/libsoup-2.32.0.ebuild)20
2 files changed, 19 insertions, 10 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index a511b876d9c4..7636b1bcc34d 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/libsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.239 2010/10/29 20:05:13 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.240 2010/12/04 15:56:50 pacho Exp $
+
+*libsoup-2.32.2 (04 Dec 2010)
+
+ 04 Dec 2010; Pacho Ramos <pacho@gentoo.org> -libsoup-2.32.0.ebuild,
+ +libsoup-2.32.2.ebuild:
+ Version bump with bugfixes and translation updates, remove old. Make it skip
+ apache related tests until they are ready (bug #326957).
29 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> libsoup-2.24.3.ebuild,
-libsoup-2.26.3-r3.ebuild,
diff --git a/net-libs/libsoup/libsoup-2.32.0.ebuild b/net-libs/libsoup/libsoup-2.32.2.ebuild
index 27b766e1aacf..e5a58ff21106 100644
--- a/net-libs/libsoup/libsoup-2.32.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.32.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.32.0.ebuild,v 1.2 2010/10/24 13:43:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.32.2.ebuild,v 1.1 2010/12/04 15:56:50 pacho Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -8,7 +8,7 @@ GCONF_DEBUG="yes"
inherit autotools eutils gnome2
DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://live.gnome.org/LibSoup"
LICENSE="LGPL-2"
SLOT="2.4"
@@ -23,17 +23,19 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/gtk-doc-am-1.10
doc? ( >=dev-util/gtk-doc-1.10 )"
-# test? (
-# www-servers/apache
-# dev-lang/php
-# net-misc/curl )
-
-DOCS="AUTHORS NEWS README"
+# test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
+# apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
+# apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
+# dev-lang/php[apache2]
+# net-misc/curl )"
pkg_setup() {
+ # Set invalid apache module dir until apache tests are ready, bug #326957
+ DOCS="AUTHORS NEWS README"
G2CONF="${G2CONF}
--disable-static
--without-gnome
+ --with-apache-module-dir="${T}"
$(use_enable introspection)
$(use_enable ssl)"
}
@@ -56,7 +58,7 @@ src_prepare() {
# Patch *must* be applied conditionally (see patch for details)
if use doc; then
- # Fix bug 268592 (build fails without gnome && doc)
+ # Fix bug 268592 (upstream #573685) (build fails without gnome && doc)
epatch "${FILESDIR}/${PN}-2.30.1-fix-build-without-gnome-with-doc.patch"
eautoreconf
fi