summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/telepathy-haze/telepathy-haze-0.3.2.ebuild')
-rw-r--r--net-voip/telepathy-haze/telepathy-haze-0.3.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.3.2.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.3.2.ebuild
deleted file mode 100644
index 67264009c349..000000000000
--- a/net-voip/telepathy-haze/telepathy-haze-0.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.3.2.ebuild,v 1.8 2010/08/07 16:56:20 armin76 Exp $
-
-DESCRIPTION="Telepathy connection manager providing libpurple supported
-protocols."
-HOMEPAGE="http://developer.pidgin.im/wiki/Telepathy"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86"
-IUSE="test"
-
-RDEPEND=">=net-im/pidgin-2.1.1
- >=net-libs/telepathy-glib-0.7.21
- >=dev-libs/glib-2
- >=dev-libs/dbus-glib-0.73"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- test? ( dev-python/twisted-words
- >=dev-lang/python-2.5 )"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README
-}