From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/
Date: Wed, 24 Apr 2019 19:39:35 +0000 (UTC) [thread overview]
Message-ID: <1556134698.7746de90b29ea81f6f9dc9a3d594e4b127b62f10.asturm@gentoo> (raw)
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
-}
next reply other threads:[~2019-04-24 19:39 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-24 19:39 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-07 19:35 [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/ 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-09-19 12:29 Michał Górny
2020-03-26 17:36 Michał Górny
2019-09-15 14:55 Michał Górny
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
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=1556134698.7746de90b29ea81f6f9dc9a3d594e4b127b62f10.asturm@gentoo \
--to=asturm@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