summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-12-22 01:10:24 +0200
committerMart Raudsepp <leio@gentoo.org>2017-12-22 01:31:02 +0200
commit00639458122222b3e4599a6507a61f14892f8b96 (patch)
tree5bcb716bf84fcc48191bbb82d31ce587b32583eb /net-voip
parentsys-libs/libosinfo: remove old (diff)
downloadgentoo-00639458122222b3e4599a6507a61f14892f8b96.tar.gz
gentoo-00639458122222b3e4599a6507a61f14892f8b96.tar.bz2
gentoo-00639458122222b3e4599a6507a61f14892f8b96.zip
net-voip/telepathy-haze: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild
deleted file mode 100644
index 88570dc6ca76..000000000000
--- a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Telepathy connection manager providing libpurple supported protocols"
-HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-#IUSE="test"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Tests failing, see upstream: https://bugs.freedesktop.org/34577
-RESTRICT="test"
-
-RDEPEND="${PYTHON_DEPS}
- >=net-im/pidgin-2.7
- >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}]
- >=dev-libs/glib-2.30:2
- >=dev-libs/dbus-glib-0.73
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-# test? ( dev-python/twisted-words )"