* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2017-06-11 22:27 Mart Raudsepp
0 siblings, 0 replies; 23+ messages in thread
From: Mart Raudsepp @ 2017-06-11 22:27 UTC (permalink / raw
To: gentoo-commits
commit: 8a462e653e776c89fb91cb937bffcae19fbe7d45
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 22:19:55 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 22:26:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a462e65
net-voip/telepathy-gabble: bump to 0.18.4, EAPI-6; remove unused twisted deps, eutils.eclass
net-voip/telepathy-gabble/Manifest | 1 +
.../telepathy-gabble-0.18.4.ebuild | 80 ++++++++++++++++++++++
2 files changed, 81 insertions(+)
diff --git a/net-voip/telepathy-gabble/Manifest b/net-voip/telepathy-gabble/Manifest
index 0a8bc3bbcf5..147b4bd1a80 100644
--- a/net-voip/telepathy-gabble/Manifest
+++ b/net-voip/telepathy-gabble/Manifest
@@ -1 +1,2 @@
DIST telepathy-gabble-0.18.3.tar.gz 2793195 SHA256 8ec714607e9bcb8d5a3f44adf871e7b07d5db8e326e47536e74e09cba59989c2 SHA512 51c7b754779d131c54facf8e373338bd471e6bb589d69cd8f9c0f4450b15d9676c2bbf762b64e9c3bf7067bca0e9accb6c766f2fda0051a26a36eb009d7bd5eb WHIRLPOOL e1e1e11e8a64c4587e74188827ad62ca702f7058d7d781fa7b982514bf5c16f24bb7711d38a36c113738303e9c0a90727cf57761818c55360ebf13c737d3f2c2
+DIST telepathy-gabble-0.18.4.tar.gz 2584311 SHA256 115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c SHA512 4303f1da7eeadf1f0e69fa881cd8b08dc41f4fd061df3f2ecdc80735d8be3e8cf24d8482f265f1858d8dfed71f62e8bc02c13f9525db8d21c9d927e25fa66218 WHIRLPOOL 882b2aee87abdcf6e404e4a42bb3e3c8d4e8ecc1263deb38c2479455b3a08b58d70ddfb421c6942fb2551dde0a3fcf21e799ad6db6df22a5c0dcfc9fc7ec8d03
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
new file mode 100644
index 00000000000..fc0fa830f51
--- /dev/null
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+# Python is used during build for some scripted source files generation (and twisted tests)
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1
+
+DESCRIPTION="A XMPP connection manager, handles single and multi user chats and voice calls"
+HOMEPAGE="https://telepathy.freedesktop.org/"
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+IUSE="gnutls +jingle plugins test"
+
+# Prevent false positives due nested configure
+QA_CONFIGURE_OPTIONS=".*"
+
+# FIXME: missing sasl-2 for tests ? (automagic)
+# missing libiphb for wocky ?
+# x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug #495184
+# Keep in mind some deps or higher minimum versions are in ext/wocky/configure.ac
+RDEPEND="
+ >=dev-libs/glib-2.44:2
+ >=sys-apps/dbus-1.1.0
+ >=dev-libs/dbus-glib-0.82
+ >=net-libs/telepathy-glib-0.19.9
+
+ dev-libs/libxml2
+ dev-db/sqlite:3
+
+ gnutls? ( >=net-libs/gnutls-2.10.2 )
+ !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
+ jingle? (
+ >=net-libs/libsoup-2.42
+ >=net-libs/libnice-0.0.11 )
+ plugins? ( x11-libs/gtksourceview:3.0[introspection] )
+
+ !<net-im/telepathy-mission-control-5.5.0
+"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+ >=dev-util/gtk-doc-am-1.17
+ dev-libs/libxslt"
+# Twisted tests fail if bad ipv6 setup, upstream bug #30565
+# Random twisted tests fail with org.freedesktop.DBus.Error.NoReply for some reason
+# pygobject:2 is needed by twisted-17 for gtk2reactor usage by gabble
+#test? (
+# dev-python/pygobject:2
+# || (
+# >=dev-python/twisted-16.0.0
+# ( >=dev-python/twisted-core-0.8.2
+# >=dev-python/twisted-words-0.8.2
+# >=dev-python/dbus-python-0.83
+# ) )
+#)
+
+pkg_setup() {
+ python-any-r1_pkg_setup
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-coding-style-checks \
+ --disable-static \
+ --disable-Werror \
+ --enable-file-transfer \
+ $(use_enable jingle voip) \
+ $(use_enable jingle google-relay) \
+ $(use_enable plugins) \
+ --with-tls=$(usex gnutls gnutls openssl)
+}
+
+src_test() {
+ # This runs only C tests (see tests/README):
+ emake -C tests check-TESTS
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2017-06-11 22:27 Mart Raudsepp
0 siblings, 0 replies; 23+ messages in thread
From: Mart Raudsepp @ 2017-06-11 22:27 UTC (permalink / raw
To: gentoo-commits
commit: d44681a058ef65abfe4e6b4fd51309f001b2ee48
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 17:12:29 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 22:26:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44681a0
net-voip/telepathy-gabble: allow new monolithic twisted for tests
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
index ede8657713d..60bb84d03cf 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -44,9 +44,13 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
>=dev-util/gtk-doc-am-1.17
dev-libs/libxslt
- test? ( >=dev-python/twisted-core-0.8.2
- >=dev-python/twisted-words-0.8.2
- >=dev-python/dbus-python-0.83 )
+ test? ( || (
+ >=dev-python/twisted-16.0.0
+ ( >=dev-python/twisted-core-0.8.2
+ >=dev-python/twisted-words-0.8.2
+ >=dev-python/dbus-python-0.83
+ )
+ ) )
"
pkg_setup() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2017-06-11 22:27 Mart Raudsepp
0 siblings, 0 replies; 23+ messages in thread
From: Mart Raudsepp @ 2017-06-11 22:27 UTC (permalink / raw
To: gentoo-commits
commit: 60fd1e69de85b8c325326989af04f4bba45b483a
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 17:14:54 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 22:26:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fd1e69
net-voip/telepathy-gabble: shorten DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
index 60bb84d03cf..5f175098d35 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit gnome2 eutils python-any-r1
-DESCRIPTION="A Jabber/XMPP connection manager, with handling of single and multi user chats and voice calls"
+DESCRIPTION="A XMPP connection manager, handles single and multi user chats and voice calls"
HOMEPAGE="https://telepathy.freedesktop.org/"
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2017-07-15 11:04 Tobias Klausmann
0 siblings, 0 replies; 23+ messages in thread
From: Tobias Klausmann @ 2017-07-15 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 8b99097a7a617d889305782988f0191a1304678c
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 10:01:08 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 11:04:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b99097a
net-voip/telepathy-gabble-0.18.4-r0: add amd64 keyword
Gentoo-Bug: 624312
net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
index fc0fa830f51..d9f8cb96c3c 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
IUSE="gnutls +jingle plugins test"
# Prevent false positives due nested configure
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2017-09-23 21:13 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2017-09-23 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 10eec8997b93f9d4c5b2463be5b9097fe924955c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 21:09:01 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 21:13:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10eec899
net-voip/telepathy-gabble: x86 stable (bug #624312)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
index 434def47dfb..b6a3ce07eea 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE="gnutls +jingle plugins test"
# Prevent false positives due nested configure
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2017-09-25 16:56 Mart Raudsepp
0 siblings, 0 replies; 23+ messages in thread
From: Mart Raudsepp @ 2017-09-25 16:56 UTC (permalink / raw
To: gentoo-commits
commit: c582da6e4fbcb9c28442d8749a461d65194a41bc
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 16:56:23 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 16:56:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c582da6e
net-voip/telepathy-gabble: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-voip/telepathy-gabble/Manifest | 1 -
.../telepathy-gabble-0.18.3.ebuild | 75 ----------------------
2 files changed, 76 deletions(-)
diff --git a/net-voip/telepathy-gabble/Manifest b/net-voip/telepathy-gabble/Manifest
index 147b4bd1a80..40525c4109c 100644
--- a/net-voip/telepathy-gabble/Manifest
+++ b/net-voip/telepathy-gabble/Manifest
@@ -1,2 +1 @@
-DIST telepathy-gabble-0.18.3.tar.gz 2793195 SHA256 8ec714607e9bcb8d5a3f44adf871e7b07d5db8e326e47536e74e09cba59989c2 SHA512 51c7b754779d131c54facf8e373338bd471e6bb589d69cd8f9c0f4450b15d9676c2bbf762b64e9c3bf7067bca0e9accb6c766f2fda0051a26a36eb009d7bd5eb WHIRLPOOL e1e1e11e8a64c4587e74188827ad62ca702f7058d7d781fa7b982514bf5c16f24bb7711d38a36c113738303e9c0a90727cf57761818c55360ebf13c737d3f2c2
DIST telepathy-gabble-0.18.4.tar.gz 2584311 SHA256 115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c SHA512 4303f1da7eeadf1f0e69fa881cd8b08dc41f4fd061df3f2ecdc80735d8be3e8cf24d8482f265f1858d8dfed71f62e8bc02c13f9525db8d21c9d927e25fa66218 WHIRLPOOL 882b2aee87abdcf6e404e4a42bb3e3c8d4e8ecc1263deb38c2479455b3a08b58d70ddfb421c6942fb2551dde0a3fcf21e799ad6db6df22a5c0dcfc9fc7ec8d03
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
deleted file mode 100644
index 5f175098d35..00000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 eutils python-any-r1
-
-DESCRIPTION="A XMPP connection manager, handles single and multi user chats and voice calls"
-HOMEPAGE="https://telepathy.freedesktop.org/"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle plugins test"
-
-# Prevent false positives due nested configure
-QA_CONFIGURE_OPTIONS=".*"
-
-# FIXME: missing sasl-2 for tests ? (automagic)
-# missing libiphb for wocky ?
-# x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug #495184
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=sys-apps/dbus-1.1.0
- >=dev-libs/dbus-glib-0.82
- >=net-libs/telepathy-glib-0.19.9
-
- dev-db/sqlite:3
- dev-libs/libxml2
-
- gnutls? ( >=net-libs/gnutls-2.10.2 )
- !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
- jingle? ( || ( net-libs/libsoup:2.4[ssl]
- >=net-libs/libsoup-2.33.1 )
- >=net-libs/libnice-0.0.11 )
- plugins? ( x11-libs/gtksourceview:3.0[introspection] )
-
- !<net-im/telepathy-mission-control-5.5.0
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- >=dev-util/gtk-doc-am-1.17
- dev-libs/libxslt
- test? ( || (
- >=dev-python/twisted-16.0.0
- ( >=dev-python/twisted-core-0.8.2
- >=dev-python/twisted-words-0.8.2
- >=dev-python/dbus-python-0.83
- )
- ) )
-"
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-coding-style-checks \
- --disable-static \
- --disable-Werror \
- --enable-file-transfer \
- $(use_enable jingle voip) \
- $(use_enable jingle google-relay) \
- $(use_enable plugins) \
- --with-tls=$(usex gnutls gnutls openssl)
-}
-
-src_test() {
- # Twisted tests fail, upstream bug #30565
- emake -C tests check-TESTS
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2018-05-26 16:56 Mart Raudsepp
0 siblings, 0 replies; 23+ messages in thread
From: Mart Raudsepp @ 2018-05-26 16:56 UTC (permalink / raw
To: gentoo-commits
commit: d17e770c9f3102743928e493d3ccc9f73f3f0cf6
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 12:38:49 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 26 16:51:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17e770c
net-voip/telepathy-gabble: add LibreSSL support
net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
index b6a3ce07eea..b20b0f2d4ec 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=6
# Python is used during build for some scripted source files generation (and twisted tests)
PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle plugins test"
+IUSE="gnutls +jingle libressl plugins test"
# Prevent false positives due nested configure
QA_CONFIGURE_OPTIONS=".*"
@@ -33,7 +33,10 @@ RDEPEND="
dev-db/sqlite:3
gnutls? ( >=net-libs/gnutls-2.10.2 )
- !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
+ !gnutls? (
+ libressl? ( dev-libs/libressl:0= )
+ !libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] )
+ )
jingle? (
>=net-libs/libsoup-2.42
>=net-libs/libnice-0.0.11 )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2018-11-02 11:13 Mart Raudsepp
0 siblings, 0 replies; 23+ messages in thread
From: Mart Raudsepp @ 2018-11-02 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 7be10e4239c389645a625e29b333bba7cb794365
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 2 11:03:35 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Nov 2 11:13:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be10e42
net-voip/telepathy-gabble: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/668254
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
index b20b0f2d4ec..4f84d3e5220 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -46,6 +46,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
+ dev-util/glib-utils
>=dev-util/gtk-doc-am-1.17
dev-libs/libxslt
virtual/pkgconfig
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2019-01-31 22:15 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2019-01-31 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 516a48de4c34261ebe8fe30f570f39189f151f6f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 22:04:29 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 22:10:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516a48de
net-voip/telepathy-gabble: x86 stable (bug #674978)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
index fee27c8404b..c5a4c9c9900 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE="gnutls +jingle libressl plugins test"
# Prevent false positives due nested configure
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2019-02-07 13:33 Mikle Kolyada
0 siblings, 0 replies; 23+ messages in thread
From: Mikle Kolyada @ 2019-02-07 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 894ce7107061f1a85901e80a878f570b105b264e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 7 13:31:08 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 13:33:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894ce710
net-voip/telepathy-gabble: amd64 stable wrt bug #674978
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
index c5a4c9c9900..3cab079d96f 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE="gnutls +jingle libressl plugins test"
# Prevent false positives due nested configure
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2019-04-24 19:39 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-04-24 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 066d1ae8a296e4fc248e558defb754db4f1b1ccf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 19:37:27 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 19:37:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066d1ae8
net-voip/telepathy-gabble: Rollover ~arm64 keyword from 0.18.4 to r1
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
index 3cab079d96f..1be39825cb6 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE="gnutls +jingle libressl plugins test"
# Prevent false positives due nested configure
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2019-04-24 19:39 Andreas Sturmlechner
0 siblings, 0 replies; 23+ messages in thread
From: Andreas Sturmlechner @ 2019-04-24 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 7746de90b29ea81f6f9dc9a3d594e4b127b62f10
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 21:23:15 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 19:38:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7746de90
net-voip/telepathy-gabble: Drop 0.18.4 (r0)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../telepathy-gabble-0.18.4.ebuild | 91 ----------------------
1 file changed, 91 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
deleted file mode 100644
index b3ef53e976b..00000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-# Python is used during build for some scripted source files generation (and twisted tests)
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-DESCRIPTION="A XMPP connection manager, handles single and multi user chats and voice calls"
-HOMEPAGE="https://telepathy.freedesktop.org/"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle libressl plugins test"
-
-# Prevent false positives due nested configure
-QA_CONFIGURE_OPTIONS=".*"
-
-# FIXME: missing sasl-2 for tests ? (automagic)
-# missing libiphb for wocky ?
-# x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug #495184
-# Keep in mind some deps or higher minimum versions are in ext/wocky/configure.ac
-RDEPEND="
- >=dev-libs/glib-2.44:2
- >=sys-apps/dbus-1.1.0
- >=dev-libs/dbus-glib-0.82
- >=net-libs/telepathy-glib-0.19.9
-
- dev-libs/libxml2
- dev-db/sqlite:3
-
- gnutls? ( >=net-libs/gnutls-2.10.2 )
- !gnutls? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] )
- )
- jingle? (
- >=net-libs/libsoup-2.42
- >=net-libs/libnice-0.0.11 )
- plugins? ( x11-libs/gtksourceview:3.0[introspection] )
-
- !<net-im/telepathy-mission-control-5.5.0
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/glib-utils
- >=dev-util/gtk-doc-am-1.17
- dev-libs/libxslt
- virtual/pkgconfig
-"
-# Twisted tests fail if bad ipv6 setup, upstream bug #30565
-# Random twisted tests fail with org.freedesktop.DBus.Error.NoReply for some reason
-# pygobject:2 is needed by twisted-17 for gtk2reactor usage by gabble
-#test? (
-# dev-python/pygobject:2
-# || (
-# >=dev-python/twisted-16.0.0
-# ( >=dev-python/twisted-core-0.8.2
-# >=dev-python/twisted-words-0.8.2
-# >=dev-python/dbus-python-0.83
-# ) )
-#)
-
-PATCHES=(
- # Fix build with USE=-jingle, bug #523230
- "${FILESDIR}"/${P}-build-fix-no-jingle.patch
-)
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-coding-style-checks \
- --disable-static \
- --disable-Werror \
- --enable-file-transfer \
- $(use_enable jingle voip) \
- $(use_enable jingle google-relay) \
- $(use_enable plugins) \
- --with-tls=$(usex gnutls gnutls openssl)
-}
-
-src_test() {
- # This runs only C tests (see tests/README):
- emake -C tests check-TESTS
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2019-09-15 14:55 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2019-09-15 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 62be82476580fccf6b9b46576b97af4e878243d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 14:42:40 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 14:42:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62be8247
net-voip/telepathy-gabble: Make USE=jingle local
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-voip/telepathy-gabble/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-voip/telepathy-gabble/metadata.xml b/net-voip/telepathy-gabble/metadata.xml
index 17736cf844e..c603332c777 100644
--- a/net-voip/telepathy-gabble/metadata.xml
+++ b/net-voip/telepathy-gabble/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
+ <flag name="jingle">Enable voice calls for jabber</flag>
<flag name="plugins">Enable plugin loader</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2020-03-26 17:36 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2020-03-26 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 0cc84c0215ff81da1a3d2d430807e69ef3bc73c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:35:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc84c02
net-voip/telepathy-gabble: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
index e4689143ead..a41a4aefb82 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -57,12 +57,7 @@ DEPEND="${RDEPEND}
# pygobject:2 is needed by twisted-17 for gtk2reactor usage by gabble
#test? (
# dev-python/pygobject:2
-# || (
# >=dev-python/twisted-16.0.0
-# ( >=dev-python/twisted-core-0.8.2
-# >=dev-python/twisted-words-0.8.2
-# >=dev-python/dbus-python-0.83
-# ) )
#)
PATCHES=(
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2020-09-19 12:29 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2020-09-19 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 5230129a436faa8e178a5a44cf8eefde7ad9ea43
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:41:12 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:29:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5230129a
net-voip/telepathy-gabble: Port to py3
Closes: https://bugs.gentoo.org/735430
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-voip/telepathy-gabble/Manifest | 1 +
...hy-gabble-0.18.4-r1.ebuild => telepathy-gabble-0.18.4-r2.ebuild} | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-voip/telepathy-gabble/Manifest b/net-voip/telepathy-gabble/Manifest
index b84701a5f81..b3a49460075 100644
--- a/net-voip/telepathy-gabble/Manifest
+++ b/net-voip/telepathy-gabble/Manifest
@@ -1 +1,2 @@
+DIST telepathy-gabble-0.18.4-python3.patch 16302 BLAKE2B 6cbd6469febe4acc6d8d07c0c209b47fbf79990601f41c4715f13944d81165df6dccfc344b3cc674fa131fc383a609ae628d8508ff96b05ef63634af6c32b638 SHA512 3b8ea10b5330c5d02d4bc4508a7d9a348bb4c9a93a92419fb66668e06f461097fb16a1a4b956c327740cf6dc77693b921a63f37a6095c21fcab6d1169e62a2f4
DIST telepathy-gabble-0.18.4.tar.gz 2584311 BLAKE2B c1708be2ebe0b7dd06b53af1087c349e1a1f0b83dfffe463c72e31e459d2efd4db5bad7ade7a478bd4b91948aade822bfa6c13fe175863759cc98c44beca8178 SHA512 4303f1da7eeadf1f0e69fa881cd8b08dc41f4fd061df3f2ecdc80735d8be3e8cf24d8482f265f1858d8dfed71f62e8bc02c13f9525db8d21c9d927e25fa66218
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
similarity index 92%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
index a41a4aefb82..770ad4c2961 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r1.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
@@ -3,13 +3,14 @@
EAPI=6
# Python is used during build for some scripted source files generation (and twisted tests)
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
inherit gnome2 python-any-r1
DESCRIPTION="A XMPP connection manager, handles single and multi user chats and voice calls"
HOMEPAGE="https://telepathy.freedesktop.org/"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
+ https://src.fedoraproject.org/rpms/telepathy-gabble/raw/95adf4063c2456139dcc5d991ba6d012be850794/f/${P}-python3.patch"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -63,6 +64,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${P}-build-fix-no-jingle.patch # build with USE=-jingle, bug #523230
"${FILESDIR}"/${P}-openssl-1.1.patch # bug #658902
+ "${DISTDIR}"/${P}-python3.patch
)
pkg_setup() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2021-05-02 19:50 Mikle Kolyada
0 siblings, 0 replies; 23+ messages in thread
From: Mikle Kolyada @ 2021-05-02 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 290d9e31404114bc5cc08c905a5cd803dc5c22d3
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 19:50:34 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 19:50:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290d9e31
net-voip/telepathy-gabble: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
index 0da8f560eeb..caa8006b186 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle libressl plugins test"
+IUSE="gnutls +jingle plugins test"
RESTRICT="!test? ( test )"
# Prevent false positives due nested configure
@@ -36,8 +36,7 @@ RDEPEND="
gnutls? ( >=net-libs/gnutls-2.10.2 )
!gnutls? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] )
+ >=dev-libs/openssl-0.9.8g:0=[-bindist]
)
jingle? (
>=net-libs/libsoup-2.42
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2021-06-17 20:32 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2021-06-17 20:32 UTC (permalink / raw
To: gentoo-commits
commit: d6add1e6a8a26f528f2037663f556e472b23979f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 20:13:49 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 20:32:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6add1e6
net-voip/telepathy-gabble: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
index caa8006b186..e2051de8905 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
gnutls? ( >=net-libs/gnutls-2.10.2 )
!gnutls? (
- >=dev-libs/openssl-0.9.8g:0=[-bindist]
+ >=dev-libs/openssl-0.9.8g:0=[-bindist(-)]
)
jingle? (
>=net-libs/libsoup-2.42
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2021-06-17 22:18 Thomas Deutschmann
0 siblings, 0 replies; 23+ messages in thread
From: Thomas Deutschmann @ 2021-06-17 22:18 UTC (permalink / raw
To: gentoo-commits
commit: f1e822db31c951216e67f2f3ee1861ece6d3a2e1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 22:02:38 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 22:18:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e822db
net-voip/telepathy-gabble: rev bump for commit d6add1e6a
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
...elepathy-gabble-0.18.4-r2.ebuild => telepathy-gabble-0.18.4-r3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r3.ebuild
similarity index 100%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r3.ebuild
^ permalink raw reply [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2021-09-16 19:11 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2021-09-16 19:11 UTC (permalink / raw
To: gentoo-commits
commit: d0c08044ff72dd39e142d58b8b66094352b81ca2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 19:09:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 19:11:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c08044
net-voip/telepathy-gabble: fix libsoup slot dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
...epathy-gabble-0.18.4-r3.ebuild => telepathy-gabble-0.18.4-r4.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
similarity index 98%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r3.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
index e2051de8905..625fb4d835d 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r3.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
>=dev-libs/openssl-0.9.8g:0=[-bindist(-)]
)
jingle? (
- >=net-libs/libsoup-2.42
+ >=net-libs/libsoup-2.42:2.4
>=net-libs/libnice-0.0.11 )
plugins? ( x11-libs/gtksourceview:3.0[introspection] )
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2021-12-19 1:30 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2021-12-19 1:30 UTC (permalink / raw
To: gentoo-commits
commit: ac3907ebb9d18981f99de81b5a2265e559ec0bd8
Author: t0b3 <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Fri Dec 17 13:32:57 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 19 01:28:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3907eb
net-voip/telepathy-gabble: add python 3.10
Closes: https://bugs.gentoo.org/829467
Signed-off-by: t0b3 <thomas.bettler <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23389
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
index 625fb4d835da..7fc061bb5be7 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
# Python is used during build for some scripted source files generation (and twisted tests)
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit gnome2 python-any-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2022-10-29 17:44 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2022-10-29 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 7baa9f7a87843b4f987eb7f8f3facd2b373a492e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 17:34:07 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 17:44:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7baa9f7a
net-voip/telepathy-gabble: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
index 7fc061bb5be7..fac937ff9bda 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# Python is used during build for some scripted source files generation (and twisted tests)
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome2 python-any-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2022-11-25 3:08 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2022-11-25 3:08 UTC (permalink / raw
To: gentoo-commits
commit: 006d10dd04347b1af722a28913d3d9540f6923b5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 14:33:59 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 03:07:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006d10dd
net-voip/telepathy-gabble: Drop gnome@ as a maintainer
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-voip/telepathy-gabble/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-voip/telepathy-gabble/metadata.xml b/net-voip/telepathy-gabble/metadata.xml
index 83b656ac6207..fe353eca32fa 100644
--- a/net-voip/telepathy-gabble/metadata.xml
+++ b/net-voip/telepathy-gabble/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="jingle">Enable voice calls for jabber</flag>
<flag name="plugins">Enable plugin loader</flag>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
@ 2022-12-07 19:35 David Seifert
0 siblings, 0 replies; 23+ messages in thread
From: David Seifert @ 2022-12-07 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 7915fc6ba0d9677841b5ae215f92330a3d627070
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 19:35:03 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 19:35:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7915fc6b
net-voip/telepathy-gabble: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...bble-0.18.4-r4.ebuild => telepathy-gabble-0.18.4-r5.ebuild} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
similarity index 97%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
index fac937ff9bda..add0d6216ddb 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
# Python is used during build for some scripted source files generation (and twisted tests)
PYTHON_COMPAT=( python3_{8..11} )
@@ -45,7 +46,8 @@ RDEPEND="
!<net-im/telepathy-mission-control-5.5.0
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.17
@@ -66,10 +68,6 @@ PATCHES=(
"${DISTDIR}"/${P}-python3.patch
)
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
src_configure() {
gnome2_src_configure \
--disable-coding-style-checks \
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2022-12-07 19:35 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 12:29 [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-12-07 19:35 David Seifert
2022-11-25 3:08 Matt Turner
2022-10-29 17:44 Matt Turner
2021-12-19 1:30 Matt Turner
2021-09-16 19:11 Sam James
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-05-02 19:50 Mikle Kolyada
2020-03-26 17:36 Michał Górny
2019-09-15 14:55 Michał Górny
2019-04-24 19:39 Andreas Sturmlechner
2019-04-24 19:39 Andreas Sturmlechner
2019-02-07 13:33 Mikle Kolyada
2019-01-31 22:15 Thomas Deutschmann
2018-11-02 11:13 Mart Raudsepp
2018-05-26 16:56 Mart Raudsepp
2017-09-25 16:56 Mart Raudsepp
2017-09-23 21:13 Thomas Deutschmann
2017-07-15 11:04 Tobias Klausmann
2017-06-11 22:27 Mart Raudsepp
2017-06-11 22:27 Mart Raudsepp
2017-06-11 22:27 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox