public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/telepathy-haze/
Date: Mon,  8 Nov 2021 13:02:32 +0000 (UTC)	[thread overview]
Message-ID: <1636363091.d828706fc75f2a9b6c5d37d020639e4ebf1ccd8d.andrewammerlaan@gentoo> (raw)

commit:     d828706fc75f2a9b6c5d37d020639e4ebf1ccd8d
Author:     Randall Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Mon Nov  8 09:18:11 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <ran.dall <AT> 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 @@
+<?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>

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
+}


             reply	other threads:[~2021-11-08 13:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08 13:02 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-12 10:07 [gentoo-commits] repo/proj/guru:master commit in: net-libs/telepathy-haze/ Viorel Munteanu
2023-05-12 10:07 Viorel Munteanu
2024-04-14  1:21 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1636363091.d828706fc75f2a9b6c5d37d020639e4ebf1ccd8d.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox