diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-11 22:07:13 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-11 22:07:13 +0000 |
commit | f43c326dd3bd6e0ba5a365a0366e441395394ac2 (patch) | |
tree | 5c4ac2622299870b473921a186fcb16f3d46c247 /net-libs | |
parent | Fix bug #209705 so that LDFLAGS are respected by the libraries AND binaries. (diff) | |
download | gentoo-2-f43c326dd3bd6e0ba5a365a0366e441395394ac2.tar.gz gentoo-2-f43c326dd3bd6e0ba5a365a0366e441395394ac2.tar.bz2 gentoo-2-f43c326dd3bd6e0ba5a365a0366e441395394ac2.zip |
bump to 2.2.105,
* fix bugs affecting evolution-exchange and rhythmbox
* fix gtk-doc installation dir to avoid file-collision
(Portage version: 2.1.4.1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.105.ebuild | 26 |
2 files changed, 35 insertions, 1 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index 3703d3148a93..d22bf96e17f3 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.140 2008/02/04 04:15:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.141 2008/02/11 22:07:13 eva Exp $ + +*libsoup-2.2.105 (11 Feb 2008) + + 11 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> + +libsoup-2.2.105.ebuild: + bump to 2.2.105, + * fix bugs affecting evolution-exchange and rhythmbox + * fix gtk-doc installation dir to avoid file-collision 04 Feb 2008; Jeroen Roovers <jer@gentoo.org> libsoup-2.2.104.ebuild: Stable for HPPA (bug #208366). diff --git a/net-libs/libsoup/libsoup-2.2.105.ebuild b/net-libs/libsoup/libsoup-2.2.105.ebuild new file mode 100644 index 000000000000..48d6d7347fb6 --- /dev/null +++ b/net-libs/libsoup/libsoup-2.2.105.ebuild @@ -0,0 +1,26 @@ +# 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.105.ebuild,v 1.1 2008/02/11 22:07:13 eva 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="${G2CONF} $(use_enable ssl)" +} |