diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-06-06 17:30:40 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-06-06 17:30:40 +0000 |
commit | f9828a2fd0702fdd6f612e1ff341537e8c858744 (patch) | |
tree | f437fedec3495e3c9689d85df90f4e4301c32626 /net-voip | |
parent | net-voip/telepathy-mission-control: Nuke old. (diff) | |
download | voip-f9828a2fd0702fdd6f612e1ff341537e8c858744.tar.gz voip-f9828a2fd0702fdd6f612e1ff341537e8c858744.tar.bz2 voip-f9828a2fd0702fdd6f612e1ff341537e8c858744.zip |
net-voip/telepathy-sofiasip: Initial commit.
svn path=/trunk/; revision=516
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-sofiasip/ChangeLog | 8 | ||||
-rw-r--r-- | net-voip/telepathy-sofiasip/Manifest | 3 | ||||
-rw-r--r-- | net-voip/telepathy-sofiasip/telepathy-sofiasip-0.3.19.ebuild | 24 |
3 files changed, 35 insertions, 0 deletions
diff --git a/net-voip/telepathy-sofiasip/ChangeLog b/net-voip/telepathy-sofiasip/ChangeLog new file mode 100644 index 0000000..12e174b --- /dev/null +++ b/net-voip/telepathy-sofiasip/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-voip/telepathy-sofiasip +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2006/02/22 02:08:04 hd_brummy Exp $ + + 06 Jun 2007; Santiago M. Mola <gentoo@coldwind.org> + +telepathy-sofiasip-0.3.19.ebuild: + Initial commit. + diff --git a/net-voip/telepathy-sofiasip/Manifest b/net-voip/telepathy-sofiasip/Manifest new file mode 100644 index 0000000..f61d6d1 --- /dev/null +++ b/net-voip/telepathy-sofiasip/Manifest @@ -0,0 +1,3 @@ +DIST telepathy-sofiasip-0.3.19.tar.gz 399967 RMD160 723f0e9feeac635a9860129d155ee075e88bc23b SHA1 01f254bb321be8c1a0c82d188218dc60f8079d8e SHA256 ae7fa7a6f6f9c2e2ef9182244d920c11c71b95c28e9ba46821b11e53357d6cec +EBUILD telepathy-sofiasip-0.3.19.ebuild 632 RMD160 cb3d56850d88e03f37b70279b9ac958daa7fe5ad SHA1 d8900769ad5bc9acc07c7e175837a592e09769b5 SHA256 9f2e8d9283d128fef4f1b1f55c2688d85fbd9ea298a7d91718d1eaa05e2f3f26 +MISC ChangeLog 317 RMD160 df18bd54187c6cabe2998a893e31e095a643b27d SHA1 0f027ed3e4bba23198e9cc7530779d4e36d5bb74 SHA256 89da0b8256abce4104b033273f73dced08a74d45f0c965670243d2bfc6bffd9a diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.3.19.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.3.19.ebuild new file mode 100644 index 0000000..6c892c1 --- /dev/null +++ b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.3.19.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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" +IUSE="" + +DEPEND="net-libs/sofia-sip + >=net-libs/telepathy-glib-0.5.13 + >=dev-libs/glib-2 + sys-apps/dbus + dev-libs/dbus-glib" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} |