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 1E5C015800A for ; Sun, 13 Aug 2023 17:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514902BC014; Sun, 13 Aug 2023 17:56:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3AFAC2BC015 for ; Sun, 13 Aug 2023 17:56:58 +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 69B8E340E16 for ; Sun, 13 Aug 2023 17:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5424F8A for ; Sun, 13 Aug 2023 17:56:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1691949404.6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild X-VCS-Directories: media-sound/pavucontrol/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c X-VCS-Branch: master Date: Sun, 13 Aug 2023 17:56:55 +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: 7ad12a7e-32a9-4735-b526-6ca5faad0169 X-Archives-Hash: cc186f14fd403319a13ae0ef7d876dd4 commit: 6ea1aac2933458f9c93da4bee3f0a41ef9c21c8c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 13 14:30:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 13 17:56:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea1aac2 media-sound/pavucontrol: drop 5.0-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild | 38 ----------------------- 1 file changed, 38 deletions(-) diff --git a/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild b/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild deleted file mode 100644 index 51ff1494a013..000000000000 --- a/media-sound/pavucontrol/pavucontrol-5.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" -HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~sparc x86" -IUSE="nls" - -RDEPEND=" - dev-libs/json-glib - >=dev-cpp/gtkmm-3.22:3.0[X] - >=dev-libs/libsigc++-2.2:2 - >=media-libs/libcanberra-0.16[gtk3] - >=media-sound/pulseaudio-15.0[glib] - virtual/freedesktop-icon-theme -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( - dev-util/intltool - sys-devel/gettext - ) -" - -src_configure() { - local myeconfargs=( - --disable-lynx - $(use_enable nls) - ) - econf "${myeconfargs[@]}" -}