diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-12-05 23:24:35 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-12-05 23:24:35 +0000 |
commit | 06ba4dd4a25451376c81e769e8dc7ddf93cf1314 (patch) | |
tree | 8d218c175168ae3060982d5fd4bb926edf87dd15 /net-libs/libsoup/libsoup-2.2.104.ebuild | |
parent | Stable on amd64 wrt bug #201293 (diff) | |
download | gentoo-2-06ba4dd4a25451376c81e769e8dc7ddf93cf1314.tar.gz gentoo-2-06ba4dd4a25451376c81e769e8dc7ddf93cf1314.tar.bz2 gentoo-2-06ba4dd4a25451376c81e769e8dc7ddf93cf1314.zip |
bump to 2.2.104
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'net-libs/libsoup/libsoup-2.2.104.ebuild')
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.104.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-libs/libsoup/libsoup-2.2.104.ebuild b/net-libs/libsoup/libsoup-2.2.104.ebuild new file mode 100644 index 000000000000..ebb3ebf2bc58 --- /dev/null +++ b/net-libs/libsoup/libsoup-2.2.104.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 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.1 2007/12/05 23:24:34 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="$(use_enable ssl)" +} |