mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-libs/telepathy-haze: new package
add new package net-libs/telepathy-haze v0.8.1 ref: https://github.com/gentoo/gentoo/pull/20204 ref: https://github.com/msva/mva-overlay/issues/150 closes: https://bugs.gentoo.org/759025 Signed-off-by: Randall Vasquez <ran.dall@icloud.com>
This commit is contained in:
1
net-libs/telepathy-haze/Manifest
Normal file
1
net-libs/telepathy-haze/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST telepathy-haze-0.8.1.tar.gz 621492 BLAKE2B 9cd493db106b645da718e03cdb9228c19910b34ec85a3363d991e27922b99f6f71653260fb6367ec2f6183c5b60a0b4c607c142894a30bf5fc2711bfde768f35 SHA512 f9a8c7392f797126861e8817c1821d415aac09f340fbf868dda02e42832125adfe91f8a39bc4fcb033600676e3e3e6b22c2798049f7af7c0cada68352fde8c5f
|
||||
8
net-libs/telepathy-haze/metadata.xml
Normal file
8
net-libs/telepathy-haze/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ran.dall@icloud.com</email>
|
||||
<name>Randall Vasquez</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
41
net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
Normal file
41
net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
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
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
dev-libs/libxslt
|
||||
dev-util/glib-utils
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
dev-python/pygobject:3
|
||||
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
|
||||
)
|
||||
"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
python_check_deps() {
|
||||
if use test ; then
|
||||
has_version "dev-python/twisted[${PYTHON_USEDEP}]"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user