summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-09-30 06:43:23 +0000
committerMart Raudsepp <leio@gentoo.org>2008-09-30 06:43:23 +0000
commitadf87d665bb9545f11011656005f913f8e123c58 (patch)
tree01a880ad88798bb257070ecb7e157f96f618be62 /net-libs
parentExclude any use of -fprofile* from ccache storage, per bug #204810. (diff)
downloadgentoo-2-adf87d665bb9545f11011656005f913f8e123c58.tar.gz
gentoo-2-adf87d665bb9545f11011656005f913f8e123c58.tar.bz2
gentoo-2-adf87d665bb9545f11011656005f913f8e123c58.zip
Major new version. Bug fixes and cookies support addition
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libsoup/ChangeLog8
-rw-r--r--net-libs/libsoup/libsoup-2.2.104.ebuild26
-rw-r--r--net-libs/libsoup/libsoup-2.2.94.ebuild30
-rw-r--r--net-libs/libsoup/libsoup-2.24.0.1.ebuild (renamed from net-libs/libsoup/libsoup-2.4.0.ebuild)13
4 files changed, 16 insertions, 61 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index 6fbeabeaa7aa..c736e21a2c3c 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,12 @@
# 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.158 2008/09/25 14:14:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.159 2008/09/30 06:43:23 leio Exp $
+
+*libsoup-2.24.0.1 (30 Sep 2008)
+
+ 30 Sep 2008; Mart Raudsepp <leio@gentoo.org> -libsoup-2.2.94.ebuild,
+ -libsoup-2.2.104.ebuild, -libsoup-2.4.0.ebuild, +libsoup-2.24.0.1.ebuild:
+ Major new version. Bug fixes and cookies support addition
25 Sep 2008; Jeroen Roovers <jer@gentoo.org> libsoup-2.4.1.ebuild:
Stable for HPPA (bug #236971).
diff --git a/net-libs/libsoup/libsoup-2.2.104.ebuild b/net-libs/libsoup/libsoup-2.2.104.ebuild
deleted file mode 100644
index b71dd210435f..000000000000
--- a/net-libs/libsoup/libsoup-2.2.104.ebuild
+++ /dev/null
@@ -1,26 +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.2.104.ebuild,v 1.7 2008/02/04 04:15:26 jer Exp $
-
-inherit gnome2
-
-DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.2"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="doc ssl"
-
-RDEPEND=">=dev-libs/glib-2.12
- >=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() {
- G2CONF="$(use_enable ssl)"
-}
diff --git a/net-libs/libsoup/libsoup-2.2.94.ebuild b/net-libs/libsoup/libsoup-2.2.94.ebuild
deleted file mode 100644
index b10e12fbcf81..000000000000
--- a/net-libs/libsoup/libsoup-2.2.94.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.94.ebuild,v 1.3 2008/02/24 13:57:21 leio Exp $
-
-inherit gnome2
-
-DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.2"
-KEYWORDS="~mips"
-IUSE="doc ssl static"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=dev-libs/libxml2-2
- ssl? (
- >=net-libs/gnutls-1
- >=dev-libs/libgpg-error-0.4
- )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- G2CONF="$(use_enable ssl) $(use_enable static) \
- $(use_enable static static-ssl)"
-}
diff --git a/net-libs/libsoup/libsoup-2.4.0.ebuild b/net-libs/libsoup/libsoup-2.24.0.1.ebuild
index 88a77fc3be46..729d7659e94c 100644
--- a/net-libs/libsoup/libsoup-2.4.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.24.0.1.ebuild
@@ -1,6 +1,6 @@
# 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.4.0.ebuild,v 1.1 2008/03/12 20:20:19 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.24.0.1.ebuild,v 1.1 2008/09/30 06:43:23 leio Exp $
inherit gnome2
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="2.4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc ssl"
+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
@@ -22,5 +22,10 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
- G2CONF="$(use_enable ssl)"
+ # Do NOT build with --disable-debug/--enable-debug=no
+ if use debug ; then
+ G2CONF="${G2CONF} --enable-debug=yes"
+ fi
+
+ G2CONF="${G2CONF} $(use_enable ssl)"
}