summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-01-19 03:40:38 +0000
committerMart Raudsepp <leio@gentoo.org>2009-01-19 03:40:38 +0000
commit915df92e5b7e58cf2203ab6053cacec8efefb6bf (patch)
tree36e3fccd16a67d3491e917ef35442a8a4b2ff419 /net-libs/libsoup
parentVersion bump. Correct libffi handling for configure (diff)
downloadgentoo-2-915df92e5b7e58cf2203ab6053cacec8efefb6bf.tar.gz
gentoo-2-915df92e5b7e58cf2203ab6053cacec8efefb6bf.tar.bz2
gentoo-2-915df92e5b7e58cf2203ab6053cacec8efefb6bf.zip
Version bump with various fixes, including preferral of http digest auth over basic auth when both are available. Don't install static library and don't duplicate gnome2.eclass USE=debug handling
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r--net-libs/libsoup/ChangeLog12
-rw-r--r--net-libs/libsoup/libsoup-2.24.2.1.ebuild31
-rw-r--r--net-libs/libsoup/libsoup-2.24.2.ebuild31
-rw-r--r--net-libs/libsoup/libsoup-2.24.3.ebuild (renamed from net-libs/libsoup/libsoup-2.24.1.ebuild)12
4 files changed, 14 insertions, 72 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index 7360b2713c29..facc64fe0c50 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/libsoup
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.165 2008/11/29 12:00:03 eva Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.166 2009/01/19 03:40:38 leio Exp $
+
+*libsoup-2.24.3 (19 Jan 2009)
+
+ 19 Jan 2009; Mart Raudsepp <leio@gentoo.org> -libsoup-2.24.1.ebuild,
+ -libsoup-2.24.2.ebuild, -libsoup-2.24.2.1.ebuild, +libsoup-2.24.3.ebuild:
+ Version bump with various fixes, including preferral of http digest auth
+ over basic auth when both are available. Don't install static library and
+ don't duplicate gnome2.eclass USE=debug handling
*libsoup-2.24.2.1 (29 Nov 2008)
diff --git a/net-libs/libsoup/libsoup-2.24.2.1.ebuild b/net-libs/libsoup/libsoup-2.24.2.1.ebuild
deleted file mode 100644
index 1f26804e16b7..000000000000
--- a/net-libs/libsoup/libsoup-2.24.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.24.2.1.ebuild,v 1.1 2008/11/29 12:00:03 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc ssl"
-
-RDEPEND=">=dev-libs/glib-2.15.3
- >=dev-libs/libxml2-2
- ssl? ( >=net-libs/gnutls-1 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- # Do NOT build with --disable-debug/--enable-debug=no
- if use debug ; then
- G2CONF="${G2CONF} --enable-debug=yes"
- fi
-
- G2CONF="${G2CONF} $(use_enable ssl)"
-}
diff --git a/net-libs/libsoup/libsoup-2.24.2.ebuild b/net-libs/libsoup/libsoup-2.24.2.ebuild
deleted file mode 100644
index 2b635dbd1ac0..000000000000
--- a/net-libs/libsoup/libsoup-2.24.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.24.2.ebuild,v 1.1 2008/11/24 21:02:50 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc ssl"
-
-RDEPEND=">=dev-libs/glib-2.15.3
- >=dev-libs/libxml2-2
- ssl? ( >=net-libs/gnutls-1 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- # Do NOT build with --disable-debug/--enable-debug=no
- if use debug ; then
- G2CONF="${G2CONF} --enable-debug=yes"
- fi
-
- G2CONF="${G2CONF} $(use_enable ssl)"
-}
diff --git a/net-libs/libsoup/libsoup-2.24.1.ebuild b/net-libs/libsoup/libsoup-2.24.3.ebuild
index 7cd306ee26cc..d9d4f92e8b88 100644
--- a/net-libs/libsoup/libsoup-2.24.1.ebuild
+++ b/net-libs/libsoup/libsoup-2.24.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.24.1.ebuild,v 1.1 2008/10/23 21:38:02 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.24.3.ebuild,v 1.1 2009/01/19 03:40:38 leio Exp $
inherit gnome2
@@ -10,6 +10,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="2.4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+# Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that
IUSE="debug doc ssl"
RDEPEND=">=dev-libs/glib-2.15.3
@@ -22,10 +23,5 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
- # Do NOT build with --disable-debug/--enable-debug=no
- if use debug ; then
- G2CONF="${G2CONF} --enable-debug=yes"
- fi
-
- G2CONF="${G2CONF} $(use_enable ssl)"
+ G2CONF="${G2CONF} $(use_enable ssl) --disable-static"
}