diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-08 02:51:16 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-08 02:51:16 +0000 |
commit | e08c47e3597825f1ada1e2c98ffab2251c8a666e (patch) | |
tree | 10cf948645bf6268264648c7be0420424ea82106 /net-voip/telepathy-sofiasip | |
parent | removed old ebuilds (diff) | |
download | gentoo-2-e08c47e3597825f1ada1e2c98ffab2251c8a666e.tar.gz gentoo-2-e08c47e3597825f1ada1e2c98ffab2251c8a666e.tar.bz2 gentoo-2-e08c47e3597825f1ada1e2c98ffab2251c8a666e.zip |
Enable tests
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-voip/telepathy-sofiasip')
-rw-r--r-- | net-voip/telepathy-sofiasip/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild | 15 |
2 files changed, 18 insertions, 3 deletions
diff --git a/net-voip/telepathy-sofiasip/ChangeLog b/net-voip/telepathy-sofiasip/ChangeLog index 52edba772871..3fbbe597d20c 100644 --- a/net-voip/telepathy-sofiasip/ChangeLog +++ b/net-voip/telepathy-sofiasip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/telepathy-sofiasip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.3 2009/08/08 02:24:34 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.4 2009/08/08 02:51:16 tester Exp $ + + 08 Aug 2009; Olivier Crête <tester@gentoo.org> + telepathy-sofiasip-0.5.17.ebuild: + Enable tests *telepathy-sofiasip-0.5.17 (08 Aug 2009) diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild index d3902a3627bd..184bd54ccd94 100644 --- a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild +++ b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild,v 1.2 2009/08/08 02:28:13 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild,v 1.3 2009/08/08 02:51:16 tester Exp $ + +inherit autotools DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library." HOMEPAGE="http://telepathy.freedesktop.org/" @@ -15,12 +17,21 @@ RDEPEND=">=net-libs/sofia-sip-1.12.10 >=net-libs/telepathy-glib-0.7.27 >=dev-libs/glib-2.16 sys-apps/dbus - dev-libs/dbus-glib" + dev-libs/dbus-glib + test? ( dev-python/twisted )" DEPEND="${RDEPEND} dev-libs/libxslt dev-lang/python" +src_unpack() { + unpack ${A} + + cd "${S}" + sed -i -e "s/python2.5/python2.6 python2.5/" configure.ac + eautoreconf +} + src_compile() { econf $(use_enable debug) || die "econf failed" |