summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 11:37:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 11:37:28 +0200
commit37e204946a5e80eb8bc491d0ab098aa870c584f5 (patch)
tree06c1a3efb323af686d56cc335ace3fbbf7511f42 /net-voip
parentnet-voip/telepathy-salut: Remove last-rited pkg (diff)
downloadgentoo-37e204946a5e80eb8bc491d0ab098aa870c584f5.tar.gz
gentoo-37e204946a5e80eb8bc491d0ab098aa870c584f5.tar.bz2
gentoo-37e204946a5e80eb8bc491d0ab098aa870c584f5.zip
net-voip/telepathy-rakia: Remove last-rited pkg
Bug: https://bugs.gentoo.org/926193 Bug: https://bugs.gentoo.org/891791 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-rakia/Manifest2
-rw-r--r--net-voip/telepathy-rakia/metadata.xml8
-rw-r--r--net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild44
3 files changed, 0 insertions, 54 deletions
diff --git a/net-voip/telepathy-rakia/Manifest b/net-voip/telepathy-rakia/Manifest
deleted file mode 100644
index ca1cb26dff46..000000000000
--- a/net-voip/telepathy-rakia/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST telepathy-rakia-0.8.0-py3.patch 4472 BLAKE2B 6eb45f91f351ba6ee0afa16022921efaa764168acf9a0891b57cba4ab90c5f2f3f58c7704ecc7224d9aa1a9559a6be7b96cb8ab3c5382552fe2d640ecfd94ab5 SHA512 cf76d730001da55e1bececbfab9810c83643c6b4cabc6c92c106fafae8a64d75b2eaa455599d70a0e40f13ea6d293f0621948e3a3d047d4002ce3b08b58858f0
-DIST telepathy-rakia-0.8.0.tar.gz 659116 BLAKE2B b940d28828220f83c3408aeb9effc26f17d62729f01073539ca4381604bc762b411064d6de92a557ff0f7a8a1920799163f6ede2dba6cfec01967145501a1da2 SHA512 5378e1a2909c4218cc9c6fecf0b01beff0b52fd40cc040a601090dbaae330b3506fc74dc5ae86e5f0c954dd3c41fd7ba4e5a294f8fc11d74aa6eb9025097e9ae
diff --git a/net-voip/telepathy-rakia/metadata.xml b/net-voip/telepathy-rakia/metadata.xml
deleted file mode 100644
index 4a90b623babc..000000000000
--- a/net-voip/telepathy-rakia/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="freedesktop-gitlab">telepathy/telepathy-rakia</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
deleted file mode 100644
index 3f52dd81f556..000000000000
--- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit python-any-r1
-
-DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library"
-HOMEPAGE="https://telepathy.freedesktop.org/"
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
- https://patch-diff.githubusercontent.com/raw/TelepathyIM/telepathy-rakia/pull/1.patch
- -> ${P}-py3.patch"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-RESTRICT="test"
-
-COMMON_DEPEND="
- >=dev-libs/dbus-glib-0.60
- >=dev-libs/glib-2.30:2
- >=net-libs/sofia-sip-1.12.11
- >=net-libs/telepathy-glib-0.17.6
- >=sys-apps/dbus-0.60
-"
-RDEPEND="${COMMON_DEPEND}
- !net-voip/telepathy-sofiasip
-"
-# telepathy-rakia was formerly known as telepathy-sofiasip
-DEPEND="${COMMON_DEPEND}
- ${PYTHON_DEPS}
- dev-libs/libxslt
-"
-# eautoreconf requires: gtk-doc-am
-
-PATCHES=(
- "${DISTDIR}"/${P}-py3.patch
-)
-
-src_configure() {
- econf --disable-fatal-warnings
-}