summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/telepathy-sofiasip/telepathy-sofiasip-0.4.3.ebuild')
-rw-r--r--net-voip/telepathy-sofiasip/telepathy-sofiasip-0.4.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.4.3.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.4.3.ebuild
deleted file mode 100644
index d916bce..0000000
--- a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="debug"
-
-DEPEND=">=net-libs/sofia-sip-1.12.5
- >=net-libs/telepathy-glib-0.5.13
- >=dev-libs/glib-2
- sys-apps/dbus
- dev-libs/dbus-glib"
-RDEPEND="${DEPEND}"
-
-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
-}