summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telepathy-voip-engine/telepathy-voip-engine-9999.ebuild')
-rw-r--r--net-im/telepathy-voip-engine/telepathy-voip-engine-9999.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-im/telepathy-voip-engine/telepathy-voip-engine-9999.ebuild b/net-im/telepathy-voip-engine/telepathy-voip-engine-9999.ebuild
deleted file mode 100644
index 242b858..0000000
--- a/net-im/telepathy-voip-engine/telepathy-voip-engine-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-
-inherit darcs autotools
-
-EDARCS_REPOSITORY="http://projects.collabora.co.uk/darcs/telepathy/voip-engine/"
-
-DESCRIPTION="A Telepathy client that handles channels of type 'StreamedMedia'"
-HOMEPAGE="http://telepathy.freedesktop.org/"
-SRC_URI=""
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/glib-2.0
- dev-libs/libxml2
- media-libs/farsight
- >=net-libs/libtelepathy-0.0.15
- >=sys-apps/dbus-0.61"
-
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- darcs_src_unpack
- cd "${S}"
- AT_M4DIR="m4" eautoreconf
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- einfo "To run voip-engine use:"
- einfo "$ VOIP_ENGINE_PERSIST=1 telepathy-voip-engine"
-}