summaryrefslogtreecommitdiff
path: root/media-sound/pulseaudio/pulseaudio-16.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/pulseaudio/pulseaudio-16.0.ebuild')
-rw-r--r--media-sound/pulseaudio/pulseaudio-16.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-16.0.ebuild b/media-sound/pulseaudio/pulseaudio-16.0.ebuild
deleted file mode 100644
index 0e728819bd6b..000000000000
--- a/media-sound/pulseaudio/pulseaudio-16.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 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 ~ia64 ~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}"