summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/telepathy-haze/telepathy-haze-0.1.1.ebuild')
-rw-r--r--net-voip/telepathy-haze/telepathy-haze-0.1.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.1.1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.1.1.ebuild
deleted file mode 100644
index f6d397e..0000000
--- a/net-voip/telepathy-haze/telepathy-haze-0.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_PN=haze
-DESCRIPTION="A libpurple based connection manager for Telepathy"
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
-SRC_URI="http://salami.ox.compsoc.net/~resiak/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-RDEPEND=">=net-im/pidgin-2.0.0
- >=dev-libs/glib-2
- dev-libs/dbus-glib
- net-libs/telepathy-glib"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake failed"
- dodoc AUTHOR NEWS
-}