From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EDDC158041 for ; Mon, 4 Mar 2024 11:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DF91E29DB; Mon, 4 Mar 2024 11:24:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EED5E29DB for ; Mon, 4 Mar 2024 11:24:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A132340C33 for ; Mon, 4 Mar 2024 11:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B64D411CC for ; Mon, 4 Mar 2024 11:24:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709551219.b2eecc4176227abc71417d03fcc747dc56ae678d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libpulse/libpulse-16.1-r4.ebuild media-libs/libpulse/libpulse-16.1-r5.ebuild media-libs/libpulse/libpulse-16.99.1-r1.ebuild X-VCS-Directories: media-libs/libpulse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2eecc4176227abc71417d03fcc747dc56ae678d X-VCS-Branch: master Date: Mon, 4 Mar 2024 11:24:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f4aa70f-65c2-4d43-8ff7-6e6c4906fe39 X-Archives-Hash: 123247e5ffdfa3eedf811a3eb8dd24dd commit: b2eecc4176227abc71417d03fcc747dc56ae678d Author: Sam James gentoo org> AuthorDate: Mon Mar 4 11:20:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 4 11:20:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eecc41 media-libs/libpulse: drop 16.1-r4, 16.1-r5, 16.99.1-r1 Signed-off-by: Sam James gentoo.org> media-libs/libpulse/libpulse-16.1-r4.ebuild | 220 ------------------------- media-libs/libpulse/libpulse-16.1-r5.ebuild | 215 ------------------------ media-libs/libpulse/libpulse-16.99.1-r1.ebuild | 210 ----------------------- 3 files changed, 645 deletions(-) diff --git a/media-libs/libpulse/libpulse-16.1-r4.ebuild b/media-libs/libpulse/libpulse-16.1-r4.ebuild deleted file mode 100644 index 81ba64e25627..000000000000 --- a/media-libs/libpulse/libpulse-16.1-r4.ebuild +++ /dev/null @@ -1,220 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -MY_PV="${PV/_pre*}" -MY_P="pulseaudio-${MY_PV}" -inherit bash-completion-r1 flag-o-matic gnome2-utils meson-multilib optfeature systemd toolchain-funcs udev - -DESCRIPTION="Libraries for PulseAudio clients" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" - -if [[ ${PV} = 9999 ]]; then - inherit git-r3 - EGIT_BRANCH="master" - EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio" -else - SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -fi - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1+" - -SLOT="0" -IUSE="+asyncns dbus doc +glib gtk selinux systemd test valgrind X" -RESTRICT="!test? ( test )" - -# NOTE: libpcre needed in some cases, bug #472228 -# TODO: libatomic_ops is only needed on some architectures and conditions, and then at runtime too -RDEPEND=" - dev-libs/libatomic_ops - >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}] - asyncns? ( >=net-libs/libasyncns-0.1[${MULTILIB_USEDEP}] ) - dbus? ( >=sys-apps/dbus-1.4.12[${MULTILIB_USEDEP}] ) - elibc_mingw? ( dev-libs/libpcre:3 ) - glib? ( >=dev-libs/glib-2.28.0:2[${MULTILIB_USEDEP}] ) - gtk? ( x11-libs/gtk+:3 ) - selinux? ( sec-policy/selinux-pulseaudio ) - systemd? ( sys-apps/systemd:= ) - valgrind? ( dev-debug/valgrind ) - X? ( - x11-libs/libX11[${MULTILIB_USEDEP}] - >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}] - ) - !