summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-01-13 21:03:57 +0000
committerOlivier Crête <tester@gentoo.org>2009-01-13 21:03:57 +0000
commit0b010574b55cbb65a6cb5111a3a0ffbca3dcfbd1 (patch)
tree44325c173f4e7e9a85119440b383be22caebe2c1 /net-voip
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-0b010574b55cbb65a6cb5111a3a0ffbca3dcfbd1.tar.gz
gentoo-2-0b010574b55cbb65a6cb5111a3a0ffbca3dcfbd1.tar.bz2
gentoo-2-0b010574b55cbb65a6cb5111a3a0ffbca3dcfbd1.zip
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-sofiasip/ChangeLog8
-rw-r--r--net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild33
2 files changed, 40 insertions, 1 deletions
diff --git a/net-voip/telepathy-sofiasip/ChangeLog b/net-voip/telepathy-sofiasip/ChangeLog
index 09b01a6b3847..a99b56c2a7e2 100644
--- a/net-voip/telepathy-sofiasip/ChangeLog
+++ b/net-voip/telepathy-sofiasip/ChangeLog
@@ -1,6 +1,12 @@
# 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.1 2009/01/06 03:42:22 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.2 2009/01/13 21:03:57 tester Exp $
+
+*telepathy-sofiasip-0.5.14 (13 Jan 2009)
+
+ 13 Jan 2009; Olivier Crête <tester@gentoo.org>
+ +telepathy-sofiasip-0.5.14.ebuild:
+ Version bump
06 Jan 2009; Olivier Crête <tester@gentoo.org> ChangeLog:
Initial import from voip overlay
diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild
new file mode 100644
index 000000000000..6f7b0e37a24a
--- /dev/null
+++ b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild
@@ -0,0 +1,33 @@
+# 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.14.ebuild,v 1.1 2009/01/13 21:03:57 tester Exp $
+
+DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library."
+HOMEPAGE="http://sourceforge.net/projects/tp-sofiasip/"
+SRC_URI="mirror://sourceforge/tp-sofiasip/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="debug"
+
+RDEPEND=">=net-libs/sofia-sip-1.12.10
+ >=net-libs/telepathy-glib-0.7.17
+ >=dev-libs/glib-2.16
+ sys-apps/dbus
+ dev-libs/dbus-glib"
+
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ dev-lang/python"
+
+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
+}