From 8d07c0e5be41881daf9aef5a4abc066381e047bb Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 9 Oct 2011 11:03:39 +0000 Subject: USE="static-libs" and remove libtool files. Import _part_ of missing LICENSE as referred by COPYRIGHT file. (Portage version: 2.2.0_alpha63/cvs/Linux x86_64) --- net-libs/sofia-sip/ChangeLog | 6 +++++- net-libs/sofia-sip/sofia-sip-1.12.11.ebuild | 22 ++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) (limited to 'net-libs/sofia-sip') diff --git a/net-libs/sofia-sip/ChangeLog b/net-libs/sofia-sip/ChangeLog index ca1392b12235..53a2460a99a3 100644 --- a/net-libs/sofia-sip/ChangeLog +++ b/net-libs/sofia-sip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/sofia-sip # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v 1.18 2011/08/06 08:37:25 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v 1.19 2011/10/09 11:03:39 ssuominen Exp $ + + 09 Oct 2011; Samuli Suominen sofia-sip-1.12.11.ebuild: + USE="static-libs" and remove libtool files. Import _part_ of missing LICENSE + as referred by COPYRIGHT file. 06 Aug 2011; Zac Medico sofia-sip-1.12.11.ebuild: Add ~x86-linux keyword. diff --git a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild index 4352ad075ccd..2a5f0adaec44 100644 --- a/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild +++ b/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild @@ -1,25 +1,35 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild,v 1.2 2011/08/06 08:37:25 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.11.ebuild,v 1.3 2011/10/09 11:03:39 ssuominen Exp $ -EAPI="4" +EAPI=4 DESCRIPTION="RFC3261 compliant SIP User-Agent library" HOMEPAGE="http://sofia-sip.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="as-is BSD LGPL-2.1 ISC" # See COPYRIGHT SLOT="0" -LICENSE="LGPL-2.1" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" -IUSE="ssl" +IUSE="ssl static-libs" RDEPEND="dev-libs/glib:2 ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" # tests are broken, see bugs 304607 and 330261 RESTRICT="test" +DOCS=( AUTHORS ChangeLog README README.developers RELEASE TODO ) + src_configure() { - econf $(use_with ssl openssl) + econf \ + $(use_enable static-libs static) \ + $(use_with ssl openssl) +} + +src_install() { + default + rm -f "${ED}"usr/lib*/lib${PN}*.la } -- cgit v1.2.3-65-gdbad