diff options
Diffstat (limited to 'net-libs/soup/soup-0.7.11.ebuild')
-rw-r--r-- | net-libs/soup/soup-0.7.11.ebuild | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/net-libs/soup/soup-0.7.11.ebuild b/net-libs/soup/soup-0.7.11.ebuild index 1c50d4456fa9..100e80884429 100644 --- a/net-libs/soup/soup-0.7.11.ebuild +++ b/net-libs/soup/soup-0.7.11.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.11 2004/11/09 21:26:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.12 2005/04/17 21:42:18 foser Exp $ -IUSE="ssl doc" - -inherit gnome.org libtool +inherit gnome.org libtool eutils DESCRIPTION="Soup is a SOAP implementation" HOMEPAGE="http://www.gnome.org/" @@ -16,10 +14,22 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 ssl? ( dev-libs/openssl ) doc? ( >=dev-util/gtk-doc-0.9-r2 )" +IUSE="ssl doc" + LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="x86 sparc ppc ~alpha hppa" +src_unpack() { + + unpack ${A} + + cd ${S} + # fix gcc bailing (#68047) + epatch ${FILESDIR}/${P}-gcc3.patch + +} + src_compile() { elibtoolize |