Install this version:
emerge -a =net-libs/telepathy-haze-0.8.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-libs/telepathy-haze-0.8.1
Or alternatively:
emerge --autounmask-write -a =net-libs/telepathy-haze-0.8.1
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
inherit python-any-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="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-libs/dbus-glib
dev-libs/glib:2
net-im/pidgin:=[dbus]
net-libs/telepathy-glib
sys-apps/dbus
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-libs/libxslt
dev-util/glib-utils
"
BDEPEND="
virtual/pkgconfig
test? (
dev-python/pygobject:3
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
)
"
RESTRICT="!test? ( test )"
PATCHES=(
# bug #887865
"${FILESDIR}/${P}-fix-Wincompatible-pointer-types.patch"
# bug #862984
"${FILESDIR}/${P}-remove-broken-test.patch"
)
python_check_deps() {
if use test ; then
python_has_version "dev-python/twisted[${PYTHON_USEDEP}]"
fi
}
Manage flags for this package:
euse -i <flag> -p net-libs/telepathy-haze |
euse -E <flag> -p net-libs/telepathy-haze |
euse -D <flag> -p net-libs/telepathy-haze
dev-libs/dbus-glib dev-libs/glib:2 net-im/pidgin:=[dbus] net-libs/telepathy-glib sys-apps/dbus dev-libs/libxslt dev-util/glib-utils
dev-libs/dbus-glib dev-libs/glib:2 net-im/pidgin:=[dbus] net-libs/telepathy-glib sys-apps/dbus
virtual/pkgconfig test? ( dev-python/pygobject:3 $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]') )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | telepathy-haze-0.8.1.tar.gz | 621492 bytes | https://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.1.tar.gz |