diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-04-07 21:40:19 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-04-07 21:40:19 +0000 |
commit | b9c5ba29832ba6298040d20641391e0985c01983 (patch) | |
tree | e940c2ad53fe5f9b33f9f144a2ddaa5a62cacfa4 /net-libs/libsoup | |
parent | bump to 2.22.1, bug fixes, plug memory leaks and more. (diff) | |
download | gentoo-2-b9c5ba29832ba6298040d20641391e0985c01983.tar.gz gentoo-2-b9c5ba29832ba6298040d20641391e0985c01983.tar.bz2 gentoo-2-b9c5ba29832ba6298040d20641391e0985c01983.zip |
bump to 2.4.1, bugs and regression test fixes.
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.4.1.ebuild | 26 |
2 files changed, 30 insertions, 1 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index e6709da8178a..41e5d64a9ff6 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,9 @@ # 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.144 2008/03/12 20:20:19 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.145 2008/04/07 21:40:19 eva Exp $ + + 07 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> ChangeLog: + bump to 2.4.1, bugs and regression test fixes. *libsoup-2.4.0 (12 Mar 2008) diff --git a/net-libs/libsoup/libsoup-2.4.1.ebuild b/net-libs/libsoup/libsoup-2.4.1.ebuild new file mode 100644 index 000000000000..9ba72faefe02 --- /dev/null +++ b/net-libs/libsoup/libsoup-2.4.1.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.4.1.ebuild,v 1.1 2008/04/07 21:40:19 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 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="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() { + G2CONF="${G2CONF} $(use_enable ssl)" +} |