diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 11:38:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 11:38:35 +0200 |
commit | 57fefd09ac431c424c7cdf1dffd4d3976b772e81 (patch) | |
tree | 5154f061cf0cc0a1841842c93da33dedf27879d3 /net-libs | |
parent | net-libs/telepathy-qt: Remove last-rited pkg (diff) | |
download | gentoo-57fefd09ac431c424c7cdf1dffd4d3976b772e81.tar.gz gentoo-57fefd09ac431c424c7cdf1dffd4d3976b772e81.tar.bz2 gentoo-57fefd09ac431c424c7cdf1dffd4d3976b772e81.zip |
net-libs/telepathy-farstream: 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-libs')
-rw-r--r-- | net-libs/telepathy-farstream/Manifest | 1 | ||||
-rw-r--r-- | net-libs/telepathy-farstream/metadata.xml | 8 | ||||
-rw-r--r-- | net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild | 50 |
3 files changed, 0 insertions, 59 deletions
diff --git a/net-libs/telepathy-farstream/Manifest b/net-libs/telepathy-farstream/Manifest deleted file mode 100644 index 80639d181f6d..000000000000 --- a/net-libs/telepathy-farstream/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST telepathy-farstream-0.6.2.tar.gz 601409 BLAKE2B 0e130f657fe888e7be732aff2d14782f9b650a004aff1962f0df99f88537a9425acc88764b1945c6fef1e6e53edfafce08c3e1f81530a3703f9c09bc61e6ca2c SHA512 ef9c07df607add411df404f5e2dfbf92afde8387291980e59f9e0b85d6edf0904582f10491316ae01349fe242d44a3579a27663127d5a91cb7b06ad163b6e4a6 diff --git a/net-libs/telepathy-farstream/metadata.xml b/net-libs/telepathy-farstream/metadata.xml deleted file mode 100644 index 7128c027c5d9..000000000000 --- a/net-libs/telepathy-farstream/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-farstream</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild b/net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild deleted file mode 100644 index cac3e6329a6b..000000000000 --- a/net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 - -DESCRIPTION="Telepathy client library that uses Farstream to handle Call channels" -HOMEPAGE="https://telepathy.freedesktop.org/" -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/3" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86" -IUSE="examples +introspection" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.60 - media-libs/gstreamer:1.0[introspection?] - >=net-libs/telepathy-glib-0.21[introspection?] - net-libs/farstream:0.2=[introspection?] - introspection? ( >=dev-libs/gobject-introspection-1.30 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-build/gtk-doc-am-1.17 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - --disable-Werror \ - $(use_enable introspection) -} - -src_install() { - gnome2_src_install - - if use examples; then - docinto examples - dodoc examples/*.c - docompress -x /usr/share/doc/${PF}/examples - - docinto examples/python - dodoc examples/python/*.py - docompress -x /usr/share/doc/${PF}/examples/python - fi -} |