commit: 13e61e93a74f858b0008f5577bd67f08f7914035 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Sep 26 10:28:20 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Sep 28 08:26:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e61e93
media-sound/pulseaudio: treeclean Closes: https://bugs.gentoo.org/961795 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/pulseaudio/metadata.xml | 27 ------------------------- media-sound/pulseaudio/pulseaudio-16.1.ebuild | 29 --------------------------- 2 files changed, 56 deletions(-) diff --git a/media-sound/pulseaudio/metadata.xml b/media-sound/pulseaudio/metadata.xml deleted file mode 100644 index 9810b94f531c..000000000000 --- a/media-sound/pulseaudio/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Igor V. Kovalenko</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Sam James</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Mart Raudsepp</name> - </maintainer> - <use> - <flag name="daemon">Build the pulseaudio binary (not-needed for pipewire-pulse)</flag> - <flag name="glib"> - Add support to <pkg>dev-libs/glib</pkg>-based mainloop for the - libpulse client library, to allow using libpulse on glib-based - programs. Build the GSettings PA module. - </flag> - <flag name="ofono-headset"> - Build with oFono HFP backend for bluez 5, requires <pkg>net-misc/ofono</pkg>. - </flag> - </use> -</pkgmetadata> diff --git a/media-sound/pulseaudio/pulseaudio-16.1.ebuild b/media-sound/pulseaudio/pulseaudio-16.1.ebuild deleted file mode 100644 index 4cf3faf471c7..000000000000 --- a/media-sound/pulseaudio/pulseaudio-16.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit multilib-minimal - -DESCRIPTION="A meta package for PulseAudio (networked sound server)" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" -SRC_URI="" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -LICENSE="metapackage" - -SLOT="0" - -# NOTE: bluetooth and ofono-headset are passed through to -# pulseaudio-daemon dependency to make sure users who have bluetooth enabled -# just for pulseaudio package will also get these enabled via metapackage. -IUSE="bluetooth daemon +glib jack ofono-headset" - -RDEPEND=" - >=media-libs/libpulse-${PV}[glib?,${MULTILIB_USEDEP}] - daemon? ( >=media-sound/pulseaudio-daemon-${PV}[bluetooth?,glib?,jack?,ofono-headset?] ) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"
