diff options
Diffstat (limited to 'net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild')
-rw-r--r-- | net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild index 077c171320b3..116c68c2f130 100644 --- a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild +++ b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.6.2.ebuild,v 1.1 2010/03/26 21:11:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.2 2010/03/28 16:48:53 tester Exp $ inherit autotools @@ -11,7 +11,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="debug test" +IUSE="test" RDEPEND=">=net-libs/sofia-sip-1.12.10 >=net-libs/telepathy-glib-0.8.0 @@ -24,21 +24,6 @@ DEPEND="${RDEPEND} dev-lang/python test? ( dev-python/twisted )" -src_unpack() { - unpack ${A} - - cd "${S}" - sed -i -e "s/python2.5/python2.6 python2.5/" configure.ac - rm ltmain.sh m4/libtool.m4 m4/lt*.m4 - eautoreconf -} - -src_compile() { - econf $(use_enable debug) || die "econf failed" - - emake || die "emake failed" -} - src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO |