summaryrefslogtreecommitdiff
path: root/net-voip/telepathy-salut
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /net-voip/telepathy-salut
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'net-voip/telepathy-salut')
-rw-r--r--net-voip/telepathy-salut/Manifest1
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild78
2 files changed, 0 insertions, 79 deletions
diff --git a/net-voip/telepathy-salut/Manifest b/net-voip/telepathy-salut/Manifest
index 21fcbd4e0fbd..23889a6c5f6a 100644
--- a/net-voip/telepathy-salut/Manifest
+++ b/net-voip/telepathy-salut/Manifest
@@ -1,6 +1,5 @@
AUX telepathy-salut-0.5.0-uninitialized.patch 496 BLAKE2B f697051628069c6a8c6339ddee37133eab9b90b4f43553b501c611d02de4c63c14d3e4e15896987acd6d4b275a6416a777fbbfac962f90e1dd55c10872ff3939 SHA512 a6365b18b5c1f876c990ec4bbf522b2c8708ca73c201e9bac9447e3fc8d8979b3882c977e9393e34031ca2659b0519c841645280a03d11b4bac8e907db816ce9
AUX telepathy-salut-0.8.1-openssl-1.1.patch 7190 BLAKE2B f66a7a22ac36889aceca1ddcf8ae85438a6ae380f99f1cc068f9df34b7b6763bd773d0669b36f2ab8fc9557ce4d6ef71abd5f011f542b040114b70a909b40a15 SHA512 fa105e35ce369a35e844d7886c22d7c17433db482d0e5ac6156139ae6474dd91045cda7490d460a26adbd35f370aa98ea9c4a5ebdc81d627c022616a9de9c138
DIST telepathy-salut-0.8.1.tar.gz 1823482 BLAKE2B 22f93d48cc749ed74ac1ee4103ea0bf5b1f93b2d14c95a4bd2edde977a5c43db5d5fe54dd246c561ee94f13b4030ab42c011f537a0e6688e8be3ac0aa0f1ca67 SHA512 34537ac9ce0b78015e184963ea79beaa7332ac11803f9683ff34577d9f0a14f7ed287aacb2c00059f2ff2f300c325a09a78a320e83d0a0031ad976da2c197a90
-EBUILD telepathy-salut-0.8.1-r1.ebuild 1829 BLAKE2B 6434dc12ef7b7b193e5d246746e5d18f32c84d30fd73f4485d756cbee28ee52bddcf5431a52f632dd9097ff4f800a3f13e6daff60b41c82539c96b734b19aeaf SHA512 383b6c78ed67e26037f5d94d330c1b413929557c47746299ebaf5c22fc5dc3b46db82ae973f8a63d2b86da511a79ad556a5412c6546762b8942a5ff78428bc37
EBUILD telepathy-salut-0.8.1-r2.ebuild 1969 BLAKE2B 71ca5f72945bf080f0ed29788fb33a8074469e96884de3190c54ccc08bbaa99fcf5ca0e0d09bb8dd07491020360a135e7798abfce7ac6b194458cd133e08aa6a SHA512 ba33ced63ba1784606a4b09b1df264e8499ee74337183f86685b7d7e56402c71e7a533beccf2ef982485f056941705a577aa2ef74c157b578d21384e061ce67d
MISC metadata.xml 468 BLAKE2B d56336ab823a1c78eec90379dba336d33b3f0876dba77a95b3b2f8020a50903216c2ee90a77165b182b53d6c11d2a4b85a6f9acb8feff78cf6853ffd9178b612 SHA512 937c35bb0de62fd4a47e937123a16622806383ddc34e3ff1296791942a23fd81db4874c1b37cf2bbc69ece84ad37f9d36cebed328b55a633579712424eea2da0
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild
deleted file mode 100644
index 497b7f32bbb6..000000000000
--- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-any-r1
-
-DESCRIPTION="A link-local XMPP connection manager for Telepathy"
-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 test"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.61
- dev-libs/libxml2
- >=dev-libs/glib-2.28:2
- >=sys-apps/dbus-1.1.0
- >=net-libs/telepathy-glib-0.17.1
- >=net-dns/avahi-0.6.22[dbus]
- net-libs/libsoup:2.4
- sys-apps/util-linux
- dev-db/sqlite:3
- gnutls? ( >=net-libs/gnutls-2.10.2 )
- !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
-"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxslt
- virtual/pkgconfig
- test? (
- >=dev-libs/check-0.9.4
- net-libs/libgsasl
- || (
- $(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
- $(python_gen_any_dep 'dev-python/twisted-words[${PYTHON_USEDEP}]')
- )
- )
-"
-# FIXME: needs xmppstream python module
-# >=net-dns/avahi-0.6.22[python]
-
-PATCHES=(
- # Fix uninitialized variable, upstream bug #37701
- "${FILESDIR}"/${PN}-0.5.0-uninitialized.patch
-)
-
-python_check_deps() {
- if use test ; then
- has_version "dev-python/twisted[${PYTHON_USEDEP}]" \
- || has_version "dev-python/twisted-words[${PYTHON_USEDEP}]"
- fi
-}
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_configure() {
- econf \
- --disable-coding-style-checks \
- --disable-plugins \
- --disable-Werror \
- --disable-static \
- --disable-avahi-tests \
- --docdir=/usr/share/doc/${PF} \
- --with-tls=$(usex gnutls gnutls openssl)
- #$(use_enable test avahi-tests)
-}
-
-src_install() {
- MAKEOPTS+=" -j1" default # bug 413581
- find "${D}" -name '*.la' -delete || die
-}