From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11197158086 for ; Mon, 8 Nov 2021 13:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B69F02BC115; Mon, 8 Nov 2021 13:02:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF6AF2BC11D for ; Mon, 8 Nov 2021 13:02:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEFC5342F34 for ; Mon, 8 Nov 2021 13:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 221221E0 for ; Mon, 8 Nov 2021 13:02:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1636363091.d828706fc75f2a9b6c5d37d020639e4ebf1ccd8d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/telepathy-haze/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/telepathy-haze/Manifest net-libs/telepathy-haze/metadata.xml net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild X-VCS-Directories: net-libs/telepathy-haze/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d828706fc75f2a9b6c5d37d020639e4ebf1ccd8d X-VCS-Branch: master Date: Mon, 8 Nov 2021 13:02:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34eb3636-e28c-4d86-9d57-8e929609cfc4 X-Archives-Hash: 25bbe4a31e782439c84bea99e82d9197 commit: d828706fc75f2a9b6c5d37d020639e4ebf1ccd8d Author: Randall Vasquez icloud com> AuthorDate: Mon Nov 8 09:18:11 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Nov 8 09:18:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d828706f 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 icloud.com> net-libs/telepathy-haze/Manifest | 1 + net-libs/telepathy-haze/metadata.xml | 8 +++++ .../telepathy-haze/telepathy-haze-0.8.1.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/net-libs/telepathy-haze/Manifest b/net-libs/telepathy-haze/Manifest new file mode 100644 index 000000000..1347b4f10 --- /dev/null +++ b/net-libs/telepathy-haze/Manifest @@ -0,0 +1 @@ +DIST telepathy-haze-0.8.1.tar.gz 621492 BLAKE2B 9cd493db106b645da718e03cdb9228c19910b34ec85a3363d991e27922b99f6f71653260fb6367ec2f6183c5b60a0b4c607c142894a30bf5fc2711bfde768f35 SHA512 f9a8c7392f797126861e8817c1821d415aac09f340fbf868dda02e42832125adfe91f8a39bc4fcb033600676e3e3e6b22c2798049f7af7c0cada68352fde8c5f diff --git a/net-libs/telepathy-haze/metadata.xml b/net-libs/telepathy-haze/metadata.xml new file mode 100644 index 000000000..cb899ddf3 --- /dev/null +++ b/net-libs/telepathy-haze/metadata.xml @@ -0,0 +1,8 @@ + + + + + ran.dall@icloud.com + Randall Vasquez + + diff --git a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild new file mode 100644 index 000000000..0682ae85e --- /dev/null +++ b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild @@ -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 +}