diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-10-19 23:35:24 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-10-20 20:38:01 +0300 |
commit | 0b4d88d2956aeffc17875fccec18c6c57b76ddf9 (patch) | |
tree | 370a2cb4e71bb45a1720721128ae4230ac82cb1f /net-voip/telepathy-haze | |
parent | xfce-extra/xfce4-wavelan-plugin: Fix build w/ panel 4.15 (diff) | |
download | gentoo-0b4d88d2956aeffc17875fccec18c6c57b76ddf9.tar.gz gentoo-0b4d88d2956aeffc17875fccec18c6c57b76ddf9.tar.bz2 gentoo-0b4d88d2956aeffc17875fccec18c6c57b76ddf9.zip |
net-voip/telepathy-haze: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-voip/telepathy-haze')
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild deleted file mode 100644 index ccf350d7d57b..000000000000 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -DESCRIPTION="Telepathy connection manager providing libpurple supported protocols" -HOMEPAGE="https://telepathy.freedesktop.org https://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} - dev-util/glib-utils - virtual/pkgconfig" -# test? ( dev-python/twisted-words )" - -src_prepare() { - # contact-list: Don't crash if a contact is already in the roster - # (fixed in next version) - epatch "${FILESDIR}"/${P}-crash.patch - - # Fix compat with newer pidgin versions, bug #572296 - epatch "${FILESDIR}"/${P}-pidgin-2.10.12-compat.patch -} |