diff options
Diffstat (limited to 'net-voip/telepathy-haze/telepathy-haze-0.7.0.ebuild')
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.7.0.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.7.0.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.7.0.ebuild new file mode 100644 index 000000000000..49a7274d2095 --- /dev/null +++ b/net-voip/telepathy-haze/telepathy-haze-0.7.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 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.7.0.ebuild,v 1.1 2013/04/21 11:39:40 pacho Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_{5,6,7} ) + +inherit eutils python-single-r1 + +DESCRIPTION="Telepathy connection manager providing libpurple supported protocols." +HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze" +SRC_URI="http://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="" + +# Tests failing, see upstream: https://bugs.freedesktop.org/34577 +RESTRICT="test" + +RDEPEND=" + >=net-im/pidgin-2.7 + >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}] + >=dev-libs/glib-2.22:2 + >=dev-libs/dbus-glib-0.73 +" +DEPEND="${RDEPEND} + virtual/pkgconfig" +# test? ( dev-python/twisted-words )" + +src_prepare() { + # Apply some upstream fixes + epatch "${FILESDIR}"/001-handle_purple_account_request_password.patch + epatch "${FILESDIR}"/002-fix_resource_leakage.patch + epatch "${FILESDIR}"/003-fix_more_resource_leaks.patch +} |