diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 11:39:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 11:40:08 +0200 |
commit | 05860c3b5536481bb533cb2acf60619a3b196bad (patch) | |
tree | 540d4cf8f380d43fc4f9fa786d4ecf061d1ec654 /net-im | |
parent | net-libs/sofia-sip: Remove last-rited pkg (diff) | |
download | gentoo-05860c3b5536481bb533cb2acf60619a3b196bad.tar.gz gentoo-05860c3b5536481bb533cb2acf60619a3b196bad.tar.bz2 gentoo-05860c3b5536481bb533cb2acf60619a3b196bad.zip |
net-im/telepathy-connection-managers: 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-im')
-rw-r--r-- | net-im/telepathy-connection-managers/metadata.xml | 18 | ||||
-rw-r--r-- | net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild | 38 |
2 files changed, 0 insertions, 56 deletions
diff --git a/net-im/telepathy-connection-managers/metadata.xml b/net-im/telepathy-connection-managers/metadata.xml deleted file mode 100644 index 574ffb9cab54..000000000000 --- a/net-im/telepathy-connection-managers/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -<use> - <flag name="gadu">Enable Gadu Gadu protocol support.</flag> - <flag name="icq">Enable ICQ IM protocol support.</flag> - <flag name="irc">Enable Internet Relay Chat (IRC) support.</flag> - <flag name="meanwhile">Enable meanwhile support for Sametime protocol.</flag> - <flag name="msn">Enable MSN Messenger IM protocol support.</flag> - <flag name="sip">Enable SIP/SIMPLE messaging and calling.</flag> - <flag name="sipe">Enable Sip Exchange Protocol.</flag> - <flag name="steam">Enable Steam Chat support.</flag> - <flag name="xmpp">Enable XMPP protocol handler (this is also Google Talk).</flag> - <flag name="yahoo">Enable Yahoo! messaging support.</flag> - <flag name="zeroconf">Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag> -</use> -</pkgmetadata> diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild deleted file mode 100644 index b63d9561bd30..000000000000 --- a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Meta-package for Telepathy Connection Managers" -HOMEPAGE="https://telepathy.freedesktop.org/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" - -IUSE="gadu icq +irc meanwhile msn sip sipe steam +xmpp yahoo zeroconf" - -# These version support the 0.24.0 Telepathy specification -# They work with Mission Control 5.14 -RDEPEND=" - gadu? ( - net-im/pidgin[gadu] - net-voip/telepathy-haze - ) - icq? ( >=net-voip/telepathy-haze-0.6.0 ) - irc? ( >=net-irc/telepathy-idle-0.1.14 ) - meanwhile? ( - net-im/pidgin[meanwhile] - net-voip/telepathy-haze - ) - msn? ( >=net-voip/telepathy-gabble-0.16.4 ) - sip? ( >=net-voip/telepathy-rakia-0.7.4 ) - sipe? ( >=x11-plugins/pidgin-sipe-1.17.1[telepathy] ) - steam? ( - x11-plugins/pidgin-opensteamworks - net-voip/telepathy-haze - ) - xmpp? ( >=net-voip/telepathy-gabble-0.16.4 ) - yahoo? ( >=net-voip/telepathy-haze-0.6.0 ) - zeroconf? ( >=net-voip/telepathy-salut-0.8.1 ) -" |